| Commit message (Expand) | Author | Age | Files | Lines |
* | Fit long lines into 80 cols via creative space elimination | Misha Brukman | 2004-09-15 | 1 | -4/+4 |
* | Targets are independent of each other, so compile them in parallel | Misha Brukman | 2004-09-15 | 1 | -1/+1 |
* | Revamp the Register class, and allow the use of the RegisterGroup class to | Chris Lattner | 2004-09-14 | 5 | -121/+153 |
* | Changes to make this work with Jason's patch. I checked this by hand, but | Chris Lattner | 2004-09-13 | 2 | -96/+100 |
* | Fix filename: Printer.cpp has become X86AsmPrinter.cpp | Misha Brukman | 2004-09-12 | 1 | -1/+1 |
* | Renamed file to SparcV8ISelSimple.cpp | Misha Brukman | 2004-09-10 | 2 | -2300/+0 |
* | Roll back constant printing changes until the problems with larger | Brian Gaeke | 2004-09-10 | 1 | -35/+434 |
* | Use a shorter form to express implicit use/defs in FpGETRESULT and | Alkis Evlogimenos | 2004-09-08 | 1 | -6/+4 |
* | A call instruction should implicitely define ST0 since the return | Alkis Evlogimenos | 2004-09-08 | 1 | -3/+8 |
* | This file does not need <iostream>, I think. | Brian Gaeke | 2004-09-08 | 4 | -4/+0 |
* | Add 64 bit divide instructions, and use them | Nate Begeman | 2004-09-06 | 2 | -34/+15 |
* | * Change PPC32AsmPrinter => PowerPCAsmPrinter since it is now shared between | Misha Brukman | 2004-09-05 | 3 | -13/+59 |
* | Renamed PPC32AsmPrinter.cpp => PowerPCAsmPrinter.cpp as the Darwin and AIX asm | Misha Brukman | 2004-09-05 | 1 | -710/+0 |
* | Include MathExtras.h to fix build breakage, thanks to Vladimir | Nate Begeman | 2004-09-04 | 2 | -0/+2 |
* | All PPC instructions are now auto-printed | Nate Begeman | 2004-09-04 | 11 | -1176/+944 |
* | Clean up some "clean:" targets so they use $(VERB) and don't print anything | Reid Spencer | 2004-09-03 | 1 | -1/+1 |
* | Convert remaining X-Form and Pseudo instructions over to asm writer | Nate Begeman | 2004-09-02 | 6 | -119/+91 |
* | Back to compiling land for v8 | Brian Gaeke | 2004-09-02 | 10 | -14/+14 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 50 | -99/+99 |
* | convert M and MD form instructions to generated asm writer | Nate Begeman | 2004-08-31 | 2 | -20/+41 |
* | Move yet more instructions over to being printed by the generated asm writer | Nate Begeman | 2004-08-30 | 4 | -134/+188 |
* | Reduce the number of arguments in the instruction builder and make some | Reid Spencer | 2004-08-30 | 2 | -160/+137 |
* | Convert A-Form instructions to auto-generated asm writer | Nate Begeman | 2004-08-29 | 2 | -45/+62 |
* | Register sizes should be specified in bits | Nate Begeman | 2004-08-29 | 1 | -2/+2 |
* | Improvements to int->float cast code for PPC-64 | Nate Begeman | 2004-08-29 | 3 | -61/+60 |
* | Implement the following missing functionality in the PPC backend: | Nate Begeman | 2004-08-29 | 3 | -66/+137 |
* | Register sizes are in bits, not bytes | Nate Begeman | 2004-08-27 | 2 | -3/+3 |
* | Add getAllocatableSet() function. | Alkis Evlogimenos | 2004-08-26 | 1 | -4/+18 |
* | Previous checkin broke printf(%a) support for fp constants-- re-fix it. | Brian Gaeke | 2004-08-25 | 2 | -2/+18 |
* | New version of Bill Wendling's PR33 patch. | Brian Gaeke | 2004-08-25 | 2 | -48/+76 |
* | Add -sse[,2,3] arguments to LLC | Chris Lattner | 2004-08-24 | 2 | -0/+20 |
* | Nuke commented out stuff | Chris Lattner | 2004-08-24 | 1 | -5/+0 |
* | This code is dodgy, but the guaranteed assertion failure doesn't help anything. | Brian Gaeke | 2004-08-24 | 1 | -1/+1 |
* | Fix bug in PhyRegAlloc::setCallInterferences() handling call through a | Brian Gaeke | 2004-08-24 | 1 | -2/+3 |
* | Revise head-of-file comment. | Brian Gaeke | 2004-08-24 | 1 | -31/+28 |
* | Kill a majority of unnecessary sign extensions for byte loads | Nate Begeman | 2004-08-22 | 1 | -12/+30 |
* | Don't hard code the offset of the saved R31 in functions with frame pointers | Nate Begeman | 2004-08-22 | 1 | -1/+2 |
* | Back out branchless SetCC code. While it helped a lot in some cases, it | Nate Begeman | 2004-08-21 | 1 | -188/+25 |
* | Switch from bytes to bits for alignment. | Chris Lattner | 2004-08-21 | 2 | -6/+6 |
* | Switch from bytes to bits for alignment for consistency | Chris Lattner | 2004-08-21 | 1 | -10/+5 |
* | Reduce uses of getRegClass | Chris Lattner | 2004-08-21 | 1 | -14/+11 |
* | Convert regclass alignment from bytes to bites | Chris Lattner | 2004-08-21 | 1 | -1/+1 |
* | Convert bytes to bits in alignment | Chris Lattner | 2004-08-21 | 2 | -6/+6 |
* | Reduce uses of getRegClass | Chris Lattner | 2004-08-21 | 2 | -8/+6 |
* | Fix warning | Chris Lattner | 2004-08-21 | 2 | -2/+2 |
* | Move XForm instructions over to the auto-generated asm writer | Nate Begeman | 2004-08-21 | 4 | -71/+139 |
* | Add two values | Chris Lattner | 2004-08-21 | 1 | -0/+11 |
* | remove some things from the todo list. | Nate Begeman | 2004-08-20 | 1 | -6/+0 |
* | Do not register ppc64 yet, as it breaks the SparcV9 backend | Chris Lattner | 2004-08-20 | 1 | -0/+3 |
* | Implement code to convert SetCC into straight line code where appropriate. A... | Nate Begeman | 2004-08-20 | 2 | -22/+173 |