| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 1 | -286/+286 | 
| *  | SjLj based exception handling unwinding support. This patch is nasty, brutish | Jim Grosbach | 2009-08-11 | 1 | -1/+10 | 
| *  | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -410/+410 | 
| *  | Start moving TargetLowering away from using full MVTs and towards SimpleValue... | Owen Anderson | 2009-08-10 | 1 | -6/+10 | 
| *  | Use stripPointerCasts instead of partially rewriting it. | Dale Johannesen | 2009-08-06 | 1 | -4/+2 | 
| *  | Add assertion checks after the calls to LowerFormalArguments, LowerCall, | Dan Gohman | 2009-08-06 | 1 | -1/+34 | 
| *  | Remove an over-aggressive assert. Functions with empty struct return | Dan Gohman | 2009-08-06 | 1 | -3/+0 | 
| *  | Major calling convention code refactoring. | Dan Gohman | 2009-08-05 | 1 | -229/+300 | 
| *  | llvm_report_error already prints "LLVM ERROR:". So stop reporting errors like... | Benjamin Kramer | 2009-08-03 | 1 | -6/+5 | 
| *  | Allow target intrinsics that return multiple values, i.e., struct types, | Bob Wilson | 2009-07-31 | 1 | -15/+9 | 
| *  | Move getTrue() and getFalse() to 2.5-like APIs. | Owen Anderson | 2009-07-31 | 1 | -4/+4 | 
| *  | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -2/+2 | 
| *  | Return ConstantVector to 2.5 API. | Owen Anderson | 2009-07-28 | 1 | -1/+1 | 
| *  | Move ConstantFP construction back to the 2.5-ish API. | Owen Anderson | 2009-07-27 | 1 | -4/+2 | 
| *  | Remove Value::getNameLen | Daniel Dunbar | 2009-07-26 | 1 | -18/+6 | 
| *  | "fix" PR4612, which is a crash on: | Chris Lattner | 2009-07-23 | 1 | -1/+5 | 
| *  | Rename getConstantInt{True|False} to get{True|False} at Chris' behest. | Owen Anderson | 2009-07-21 | 1 | -4/+4 | 
| *  | Move a bit more state over to the LLVMContext. | Owen Anderson | 2009-07-21 | 1 | -4/+6 | 
| *  | Move stripping of bitcasts in inline asm arguments | Dale Johannesen | 2009-07-20 | 1 | -0/+5 | 
| *  | Add line numbers to OProfile. To do this, I added a processDebugLoc() | Jeffrey Yasskin | 2009-07-16 | 1 | -3/+6 | 
| *  | Privatize the ConstantFP table.  I'm on a roll! | Owen Anderson | 2009-07-16 | 1 | -2/+3 | 
| *  | Move the ConstantInt uniquing table into LLVMContextImpl.  This exposed a num... | Owen Anderson | 2009-07-16 | 1 | -1/+2 | 
| *  | Propagate return result extension type | Anton Korobeynikov | 2009-07-16 | 1 | -0/+7 | 
| *  | Move a few more convenience factory functions from Constant to LLVMContext. | Owen Anderson | 2009-07-15 | 1 | -1/+1 | 
| *  | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -9/+9 | 
| *  | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson | 2009-07-13 | 1 | -3/+4 | 
| *  | remove llvm.part.set.* and llvm.part.select.*.  They have never been  | Chris Lattner | 2009-07-12 | 1 | -8/+0 | 
| *  | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -7/+7 | 
| *  | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin | 2009-07-11 | 1 | -24/+17 | 
| *  | Fix an apparent copy-and-paste problem in an error message. | Bob Wilson | 2009-07-09 | 1 | -1/+1 | 
| *  | Thread LLVMContext through MVT and related parts of SDISel. | Owen Anderson | 2009-07-09 | 1 | -2/+2 | 
| *  | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky | 2009-07-08 | 1 | -27/+0 | 
| *  | lower vector icmp/fcmp to ICMP/FCMP nodes with the right result | Chris Lattner | 2009-07-07 | 1 | -2/+5 | 
| *  | Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ... | Tilmann Scheller | 2009-07-03 | 1 | -5/+5 | 
| *  | Simplify debug info intrisinc lowering. | Devang Patel | 2009-07-02 | 1 | -96/+66 | 
| *  | Simplify.  | Devang Patel | 2009-07-02 | 1 | -1/+0 | 
| *  | Simplify. No intentional functionality change. | Devang Patel | 2009-07-02 | 1 | -49/+36 | 
| *  | Refactor. No functionality change. | Devang Patel | 2009-07-01 | 1 | -10/+4 | 
| *  | Change this from an assert to a cerr+exit, since it's diagnosing an | Dan Gohman | 2009-06-15 | 1 | -2/+6 | 
| *  | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 1 | -32/+14 | 
| *  | Add a new codegen pass that normalizes dwarf exception handling | Duncan Sands | 2009-05-22 | 1 | -5/+1 | 
| *  | Temporarily revert r72191. It was causing an assert during llvm-gcc | Bill Wendling | 2009-05-21 | 1 | -40/+13 | 
| *  | Introduce DebugScope which gets embedded into the machine instructions' Debug... | Argyrios Kyrtzidis | 2009-05-20 | 1 | -13/+40 | 
| *  | Fix for PR4235: to build a floating-point value from integer parts,  | Eli Friedman | 2009-05-20 | 1 | -5/+19 | 
| *  | Revert last commit. It was wrong. | Bill Wendling | 2009-05-18 | 1 | -2/+1 | 
| *  | Don't call RegionInlinedFnEnd if our optimization level isn't -O0. | Bill Wendling | 2009-05-18 | 1 | -1/+2 | 
| *  | Add an assert to turn a segfault on an unsupported inline | Dan Gohman | 2009-05-14 | 1 | -0/+2 | 
| *  | Removing the HasBuiltinSetjmp flag and associated bits. Flagging the presence | Jim Grosbach | 2009-05-13 | 1 | -6/+0 | 
| *  | Add support for GCC compatible builtin setjmp and longjmp intrinsics. This is | Jim Grosbach | 2009-05-12 | 1 | -0/+6 | 
| *  | --- Reverse-merging r71370 into '.': | Bill Wendling | 2009-05-10 | 1 | -34/+58 |