| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix llvm-ld -Xlinker, patch by Daniel Teske! | Chris Lattner | 2008-01-09 | 1 | -3/+1 |
* | add a testcase | Chris Lattner | 2008-01-09 | 2 | -10/+20 |
* | add a note | Chris Lattner | 2008-01-09 | 1 | -0/+21 |
* | Make load->store deletion a bit smarter. This allows us to compile this: | Chris Lattner | 2008-01-08 | 2 | -3/+44 |
* | Rename registers that do not need copies. | Owen Anderson | 2008-01-08 | 1 | -3/+19 |
* | Crashes llc when using Chris's new legalization logic. | Duncan Sands | 2008-01-08 | 1 | -0/+17 |
* | Added "getRoot()" to ImmutableMap. | Ted Kremenek | 2008-01-08 | 1 | -5/+11 |
* | Fixed 80 col. violation. | Ted Kremenek | 2008-01-08 | 1 | -1/+2 |
* | add a mayLoad property for machine instructions, a correlary to mayStore. | Chris Lattner | 2008-01-08 | 4 | -15/+23 |
* | Use size_t to store Pos, avoid truncating value | Duncan Sands | 2008-01-08 | 2 | -2/+2 |
* | Implement PR1795, an instcombine hack for forming GEPs with integer pointer a... | Chris Lattner | 2008-01-08 | 2 | -3/+73 |
* | add match support for casts. | Chris Lattner | 2008-01-08 | 1 | -0/+24 |
* | remove darwin/i386 t-t | Chris Lattner | 2008-01-08 | 1 | -3/+0 |
* | Finally implement correct ordered comparisons for PPC, even though | Chris Lattner | 2008-01-08 | 3 | -24/+99 |
* | Testcase for PR1721 | Chris Lattner | 2008-01-08 | 1 | -0/+11 |
* | Actually insert copies now! | Owen Anderson | 2008-01-08 | 1 | -6/+29 |
* | Fix PR1797 | Chris Lattner | 2008-01-08 | 1 | -0/+3 |
* | Minor fix to enable x86-64 pic jit (still fails for other reasons). | Evan Cheng | 2008-01-08 | 1 | -2/+3 |
* | Fix a x86-64 static codegen bug. This fixes a lot of x86-64 jit failures. | Evan Cheng | 2008-01-08 | 1 | -1/+4 |
* | Silence warning about loss of precision. | Bill Wendling | 2008-01-08 | 1 | -1/+1 |
* | Only mark instructions that load a single value without extension as isSimple... | Evan Cheng | 2008-01-07 | 4 | -14/+12 |
* | add a new bit. | Chris Lattner | 2008-01-07 | 1 | -1/+2 |
* | Unbreak x86-64. | Evan Cheng | 2008-01-07 | 1 | -4/+3 |
* | add a note that is important for some fp apps. | Chris Lattner | 2008-01-07 | 1 | -0/+21 |
* | possible switch lowering improvement. | Chris Lattner | 2008-01-07 | 1 | -0/+5 |
* | Oops, missed one. | Owen Anderson | 2008-01-07 | 1 | -1/+1 |
* | Make some predicates static. | Owen Anderson | 2008-01-07 | 1 | -3/+3 |
* | I doubt the address of the Error string was intended | Duncan Sands | 2008-01-07 | 1 | -1/+2 |
* | Add missing newline at EOF. | Duncan Sands | 2008-01-07 | 1 | -1/+1 |
* | Update the comment on scalar to vector to be a bit more clear. | Nate Begeman | 2008-01-07 | 1 | -2/+2 |
* | Update test to catch recent x86 insert regression and improvements | Nate Begeman | 2008-01-07 | 1 | -0/+3 |
* | Small cleanup for handling of type/parameter attribute | Duncan Sands | 2008-01-07 | 5 | -29/+28 |
* | Unbreak x86-32 darwin long double! | Duncan Sands | 2008-01-07 | 1 | -3/+2 |
* | Fix long double support on x86-32 linux. | Duncan Sands | 2008-01-07 | 1 | -1/+1 |
* | Pruning includes. | Gordon Henriksen | 2008-01-07 | 2 | -14/+0 |
* | Operand 1 should be a register. We don't care if it's a preg, vreg, or 0. | Bill Wendling | 2008-01-07 | 1 | -13/+9 |
* | add a note | Chris Lattner | 2008-01-07 | 1 | -0/+7 |
* | remove #includage | Chris Lattner | 2008-01-07 | 3 | -5/+2 |
* | split TargetInstrDesc out into its own header file. | Chris Lattner | 2008-01-07 | 2 | -394/+415 |
* | rename TargetInstrDescriptor -> TargetInstrDesc. | Chris Lattner | 2008-01-07 | 42 | -233/+234 |
* | remove a dead method. | Chris Lattner | 2008-01-07 | 1 | -7/+0 |
* | simplify some code. | Chris Lattner | 2008-01-07 | 1 | -10/+13 |
* | Rename all the M_* flags to be namespace qualified enums, and switch | Chris Lattner | 2008-01-07 | 6 | -82/+91 |
* | use predicate. | Chris Lattner | 2008-01-07 | 1 | -1/+1 |
* | add more and significantly better comments to the rest of the machineinstr | Chris Lattner | 2008-01-07 | 3 | -70/+116 |
* | simplify some code using new predicates | Chris Lattner | 2008-01-07 | 2 | -24/+21 |
* | add some mroe comments, add a isImplicitDef() method, add | Chris Lattner | 2008-01-07 | 1 | -18/+68 |
* | rename hasVariableOperands() -> isVariadic(). Add some comments. | Chris Lattner | 2008-01-07 | 8 | -22/+30 |
* | Move M_* flags down in the file. Move SchedClass up in the | Chris Lattner | 2008-01-07 | 2 | -60/+61 |
* | remove a dead field. | Chris Lattner | 2008-01-07 | 1 | -1/+0 |