Age | Commit message (Expand) | Author |
2009-08-21 | Fix typo. Should check both values of RangeUse for 0. Patch by Marius Wachtler. | Bill Wendling |
2009-08-17 | Remove a bit more cruft from the sjlj moving to a backend pass. | Jim Grosbach |
2009-08-15 | Simplify this code to not depend as much on CurMBB. | Dan Gohman |
2009-08-14 | Indentation change. | Evan Cheng |
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
2009-08-12 | Add contexts to some of the MVT APIs. No functionality change yet, just the ... | Owen Anderson |
2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
2009-08-11 | SjLj based exception handling unwinding support. This patch is nasty, brutish | Jim Grosbach |
2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
2009-08-10 | Start moving TargetLowering away from using full MVTs and towards SimpleValue... | Owen Anderson |
2009-08-06 | Use stripPointerCasts instead of partially rewriting it. | Dale Johannesen |
2009-08-06 | Add assertion checks after the calls to LowerFormalArguments, LowerCall, | Dan Gohman |
2009-08-06 | Remove an over-aggressive assert. Functions with empty struct return | Dan Gohman |
2009-08-05 | Major calling convention code refactoring. | Dan Gohman |
2009-08-03 | llvm_report_error already prints "LLVM ERROR:". So stop reporting errors like... | Benjamin Kramer |
2009-07-31 | Allow target intrinsics that return multiple values, i.e., struct types, | Bob Wilson |
2009-07-31 | Move getTrue() and getFalse() to 2.5-like APIs. | Owen Anderson |
2009-07-29 | Move types back to the 2.5 API. | Owen Anderson |
2009-07-28 | Return ConstantVector to 2.5 API. | Owen Anderson |
2009-07-27 | Move ConstantFP construction back to the 2.5-ish API. | Owen Anderson |
2009-07-26 | Remove Value::getNameLen | Daniel Dunbar |
2009-07-23 | "fix" PR4612, which is a crash on: | Chris Lattner |
2009-07-21 | Rename getConstantInt{True|False} to get{True|False} at Chris' behest. | Owen Anderson |
2009-07-21 | Move a bit more state over to the LLVMContext. | Owen Anderson |
2009-07-20 | Move stripping of bitcasts in inline asm arguments | Dale Johannesen |
2009-07-16 | Add line numbers to OProfile. To do this, I added a processDebugLoc() | Jeffrey Yasskin |
2009-07-16 | Privatize the ConstantFP table. I'm on a roll! | Owen Anderson |
2009-07-16 | Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num... | Owen Anderson |
2009-07-16 | Propagate return result extension type | Anton Korobeynikov |
2009-07-15 | Move a few more convenience factory functions from Constant to LLVMContext. | Owen Anderson |
2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
2009-07-13 | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson |
2009-07-12 | remove llvm.part.set.* and llvm.part.select.*. They have never been | Chris Lattner |
2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
2009-07-11 | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin |
2009-07-09 | Fix an apparent copy-and-paste problem in an error message. | Bob Wilson |
2009-07-09 | Thread LLVMContext through MVT and related parts of SDISel. | Owen Anderson |
2009-07-08 | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky |
2009-07-07 | lower vector icmp/fcmp to ICMP/FCMP nodes with the right result | Chris Lattner |
2009-07-03 | Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ... | Tilmann Scheller |
2009-07-02 | Simplify debug info intrisinc lowering. | Devang Patel |
2009-07-02 | Simplify. | Devang Patel |
2009-07-02 | Simplify. No intentional functionality change. | Devang Patel |
2009-07-01 | Refactor. No functionality change. | Devang Patel |
2009-06-15 | Change this from an assert to a cerr+exit, since it's diagnosing an | Dan Gohman |
2009-06-04 | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman |
2009-05-22 | Add a new codegen pass that normalizes dwarf exception handling | Duncan Sands |
2009-05-21 | Temporarily revert r72191. It was causing an assert during llvm-gcc | Bill Wendling |
2009-05-20 | Introduce DebugScope which gets embedded into the machine instructions' Debug... | Argyrios Kyrtzidis |
2009-05-20 | Fix for PR4235: to build a floating-point value from integer parts, | Eli Friedman |