| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new option to indicate we want the code generator to emit code quickly,... | Chris Lattner | 2005-11-08 | 2 | -8/+3 |
* | remove reference to this pass | Chris Lattner | 2005-10-29 | 1 | -4/+0 |
* | do not wrap this whole file in namespace llvm | Chris Lattner | 2005-10-24 | 1 | -4/+1 |
* | Make this build with GCC 4.1, patch contributed by Vladimir A. Merzliakov! | Chris Lattner | 2005-10-24 | 1 | -2/+2 |
* | This file is entirely ifdef'd out | Chris Lattner | 2005-10-22 | 1 | -521/+0 |
* | silence some warnings | Chris Lattner | 2005-10-05 | 1 | -1/+1 |
* | Pass extra regclasses into spilling code | Chris Lattner | 2005-09-30 | 2 | -4/+8 |
* | This has been moved to the target-indep code | Chris Lattner | 2005-09-13 | 1 | -22/+0 |
* | ignore generated files | Chris Lattner | 2005-09-07 | 1 | -0/+1 |
* | 1. Use SubtargetFeatures in llc/lli. | Jim Laskey | 2005-09-01 | 2 | -2/+4 |
* | Split RegisterClass 'Methods' into MethodProtos and MethodBodies | Chris Lattner | 2005-08-19 | 1 | -2/+7 |
* | Fix code that assumes the register info will be dumped into a target | Chris Lattner | 2005-08-19 | 1 | -18/+18 |
* | put reg classes in namespaces | Chris Lattner | 2005-08-19 | 1 | -3/+3 |
* | Promote dependency for MathExtras.h out of Constants.h. | Jim Laskey | 2005-08-17 | 1 | -0/+1 |
* | Culling out use of unions for converting FP to bits and vice versa. | Jim Laskey | 2005-08-17 | 1 | -13/+3 |
* | Implement BR_CC and BRTWOWAY_CC. This allows the removal of a rather nasty | Nate Begeman | 2005-08-16 | 1 | -0/+1 |
* | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 2 | -19/+19 |
* | Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode. | Chris Lattner | 2005-07-10 | 1 | -1/+1 |
* | Change TRUNCSTORE to use a VTSDNode operand instead of being an MVTSTDNode | Chris Lattner | 2005-07-10 | 1 | -1/+1 |
* | some call work | Andrew Lenharth | 2005-06-27 | 1 | -1/+64 |
* | Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile | Chris Lattner | 2005-06-25 | 2 | -4/+8 |
* | core changes for varargs | Andrew Lenharth | 2005-06-18 | 1 | -17/+20 |
* | A start at a Sparc V8 Pattern ISel. Anyone want to implement the calling | Andrew Lenharth | 2005-06-17 | 1 | -0/+479 |
* | Wrap long lines | Misha Brukman | 2005-05-18 | 1 | -5/+14 |
* | Convert tabs to spaces | Misha Brukman | 2005-04-22 | 3 | -33/+45 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 13 | -83/+83 |
* | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner | 2005-03-15 | 2 | -3/+3 |
* | Substantially improve the code generated by non-folded setcc instructions. | Chris Lattner | 2005-01-01 | 1 | -33/+20 |
* | Remove unused #include | Chris Lattner | 2004-12-17 | 1 | -1/+1 |
* | The mystery of Olden/tsp solved, and more opportunities for speedup. | Brian Gaeke | 2004-12-14 | 1 | -0/+6 |
* | Get rid of shifts by zero in most cases. | Brian Gaeke | 2004-12-14 | 2 | -12/+6 |
* | Add some notes | Chris Lattner | 2004-12-13 | 1 | -1/+21 |
* | Add V8 SPEC status. | Brian Gaeke | 2004-12-13 | 1 | -0/+10 |
* | Use the target triple to pick this target. | Chris Lattner | 2004-12-12 | 1 | -0/+4 |
* | Complete the list of MultiSource failures. | Brian Gaeke | 2004-12-12 | 1 | -5/+12 |
* | hbd should be working now. | Brian Gaeke | 2004-12-12 | 1 | -1/+0 |
* | Finally enable the setcc-branch folding code. | Brian Gaeke | 2004-12-12 | 1 | -17/+73 |
* | Add (currently disabled) code for canFoldSetCC | Brian Gaeke | 2004-12-12 | 1 | -0/+10 |
* | Add stubs for setcc-branch folding support. | Brian Gaeke | 2004-12-12 | 1 | -0/+11 |
* | Print llvm code one function at a time. | Brian Gaeke | 2004-12-11 | 1 | -1/+1 |
* | JIT should print LLVM each function before selecting instructions for it. | Brian Gaeke | 2004-12-11 | 1 | -0/+4 |
* | Bools are *also* not ints. Sigh. Furthermore, most of the TargetMachine | Brian Gaeke | 2004-12-11 | 1 | -1/+6 |
* | Look for many more moves to fold (previously, we only | Brian Gaeke | 2004-12-11 | 1 | -2/+24 |
* | Make GEPs not suck so much: | Brian Gaeke | 2004-12-11 | 1 | -15/+67 |
* | Update lists of failing benchmarks, including info on which | Brian Gaeke | 2004-12-11 | 1 | -24/+21 |
* | Move -lowerselect later in the chain; some select instructions were | Brian Gaeke | 2004-12-10 | 1 | -6/+6 |
* | Add the rest of the multiply instructions. | Brian Gaeke | 2004-12-10 | 1 | -2/+8 |
* | Support binary operations with immediates for <= cInt. | Brian Gaeke | 2004-12-10 | 1 | -4/+23 |
* | Update lists of failing benchmarks (except C++...something is the | Brian Gaeke | 2004-12-10 | 1 | -2/+1 |
* | Adjust paths: Sparc/V8 --> SparcV8 | Brian Gaeke | 2004-12-10 | 2 | -3/+3 |