Age | Commit message (Expand) | Author |
2006-07-07 | Fix a typo that causes 2006-07-07-ComputeMaskedBits.ll to fail. | Evan Cheng |
2006-06-29 | Ugly hack! Add helper functions InsertInFlightSetEntry and | Evan Cheng |
2006-06-28 | Use hidden visibility to make symbols in an anonymous namespace get | Chris Lattner |
2006-06-28 | Shave another 27K off libllvmgcc.dylib with visibility hidden | Chris Lattner |
2006-06-28 | Mark these two classes as hidden, shrinking libllbmgcc.dylib by 25K | Chris Lattner |
2006-06-28 | Fix CodeGen/Generic/2006-06-28-SimplifySetCCCrash.ll | Chris Lattner |
2006-06-27 | For PR801: | Reid Spencer |
2006-06-15 | Consistency. EXTRACT_ELEMENT index operand should have ptr type. | Evan Cheng |
2006-06-15 | Instructions with variable operands (variable_ops) can have a number required | Evan Cheng |
2006-06-13 | Port some bugfixes in shift handling from SimplifyDemandedBits over to | Chris Lattner |
2006-06-13 | TargetLowering::ComputeMaskedBits was not clearing reciprocal bits on shifts. | Jim Laskey |
2006-06-12 | Make sure to update the CFG correctly if a switch only has a default dest. | Chris Lattner |
2006-06-12 | Start on my todo list | Andrew Lenharth |
2006-06-08 | Fix X86/inline-asm.ll:test2, a case where an input value was implicitly | Chris Lattner |
2006-06-08 | Fix Regression/CodeGen/X86/inline-asm.ll, a case where inline asm causes | Chris Lattner |
2006-06-05 | For PR798: | Reid Spencer |
2006-06-01 | Use archive libraries instead of object files for VMCore, BCReader, | Reid Spencer |
2006-05-31 | commuteInstruction() does not always create a new MI! | Evan Cheng |
2006-05-31 | Eliminate a memory leak. | Evan Cheng |
2006-05-31 | visitVBinOp: Can't fold divide by zero! | Evan Cheng |
2006-05-30 | Make sure the register pressure reduction schedulers work for non-uniform | Evan Cheng |
2006-05-30 | When a priority_queue is empty, the behavior of top() operator is | Evan Cheng |
2006-05-27 | Fix a nasty dag combiner bug that caused nondeterminstic crashes (MY FAVORITE!): | Chris Lattner |
2006-05-26 | Make CALL node consistent with RET node. Signness of value has type MVT::i32 | Evan Cheng |
2006-05-26 | Change RET node to include signness information of the return values. e.g. | Evan Cheng |
2006-05-25 | Turn on -sched-commute-nodes by default. | Evan Cheng |
2006-05-25 | CALL node change: now including signness of every argument. | Evan Cheng |
2006-05-24 | Patches to make the LLVM sources more -pedantic clean. Patch provided | Chris Lattner |
2006-05-23 | -enable-unsafe-fp-math implies -enable-finite-only-fp-math | Evan Cheng |
2006-05-23 | Fix missing include | Vladimir Prus |
2006-05-23 | Incorrect SETCC CondCode used for FP comparisons. | Evan Cheng |
2006-05-18 | lib/Target/Target.td | Evan Cheng |
2006-05-17 | Fix the result of the call to use a correct vbitconvert. There is no need to | Chris Lattner |
2006-05-17 | Correct a previous patch which broke CodeGen/PowerPC/vec_call.ll | Chris Lattner |
2006-05-17 | Another typo. Pointed out by Nate Begeman. | Evan Cheng |
2006-05-17 | Fixed a LowerCallTo and LowerArguments bug. They were introducing illegal | Evan Cheng |
2006-05-17 | Fix an obvious bug in getPackedTypeBreakdown. Return 1 if type is legal. | Evan Cheng |
2006-05-17 | When we legalize target nodes, do not use getNode to create a new node, | Chris Lattner |
2006-05-17 | Add an assertion, avoid some unneeded work for each call. No functionality | Chris Lattner |
2006-05-16 | Add support for calls that pass and return legal vectors. | Chris Lattner |
2006-05-16 | Add a new ISD::CALL node, make the default impl of TargetLowering::LowerCallTo | Chris Lattner |
2006-05-16 | this should be 128 I think | Andrew Lenharth |
2006-05-16 | Move this code to a common place | Andrew Lenharth |
2006-05-16 | Add a chain to FORMAL_ARGUMENTS. This is a minimal port of the X86 backend, | Chris Lattner |
2006-05-16 | Move function-live-in-handling code from the sdisel code to the scheduler. | Chris Lattner |
2006-05-16 | Legalize FORMAL_ARGUMENTS nodes correctly, we don't want to legalize them once | Chris Lattner |
2006-05-13 | Fixing 2006-05-01-SchedCausingSpills.ll; some clean up | Evan Cheng |
2006-05-13 | Revert an un-intended change | Evan Cheng |
2006-05-13 | Merge identical code. | Chris Lattner |
2006-05-12 | Remove dead vars | Chris Lattner |