| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -1/+1 |
* | Major calling convention code refactoring. | Dan Gohman | 2009-08-05 | 1 | -1/+8 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -2/+2 |
* | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson | 2009-07-13 | 1 | -1/+5 |
* | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -4/+3 |
* | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky | 2009-07-08 | 1 | -4/+0 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 1 | -3/+6 |
* | Temporarily revert r72191. It was causing an assert during llvm-gcc | Bill Wendling | 2009-05-21 | 1 | -2/+0 |
* | Introduce DebugScope which gets embedded into the machine instructions' Debug... | Argyrios Kyrtzidis | 2009-05-20 | 1 | -0/+2 |
* | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling | 2009-04-29 | 1 | -2/+4 |
* | Second attempt: | Bill Wendling | 2009-04-29 | 1 | -4/+4 |
* | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling | 2009-04-28 | 1 | -4/+4 |
* | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling | 2009-04-28 | 1 | -4/+4 |
* | Factor out a bit of code that appears in several places into a | Dan Gohman | 2009-04-23 | 1 | -0/+1 |
* | If FastISel is run and it has known DebugLoc then use it. | Devang Patel | 2009-04-16 | 1 | -2/+1 |
* | Initialize LiveOutInfo's APInt members to zero, as APInt's | Dan Gohman | 2009-03-27 | 1 | -1/+1 |
* | Generate these labels when we're in "fast" mode, not simply when we're no in | Bill Wendling | 2009-02-19 | 1 | -2/+6 |
* | Pass in something sensible for the debug location information when creating the | Bill Wendling | 2009-02-03 | 1 | -1/+2 |
* | Alphabetize includes. | Bill Wendling | 2009-02-03 | 1 | -1/+1 |
* | Move CurDebugLoc into SelectionDAGLowering. | Dale Johannesen | 2009-01-31 | 1 | -1/+9 |
* | Initial checkin of APInt'ififcation of switch lowering | Anton Korobeynikov | 2008-12-23 | 1 | -8/+8 |
* | Add sub/mul overflow intrinsics. This currently doesn't have a | Bill Wendling | 2008-12-09 | 1 | -0/+1 |
* | Factor out the code for mapping LLVM IR condition opcodes to | Dan Gohman | 2008-10-17 | 1 | -0/+3 |
* | Remove SelectionDag early allocation of registers | Dale Johannesen | 2008-09-24 | 1 | -1/+1 |
* | Implement "visitPow". This is mainly used to see if we have a pow() call of this | Bill Wendling | 2008-09-10 | 1 | -0/+1 |
* | Add hooks for other intrinsics to get low-precision expansions. | Dale Johannesen | 2008-09-05 | 1 | -0/+4 |
* | Add -flimit-float-precision to enable some faster, | Dale Johannesen | 2008-09-05 | 1 | -0/+2 |
* | Split the SelectionDAG-building code, including the FunctionLoweringInfo | Dan Gohman | 2008-09-03 | 1 | -0/+532 |