| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove a few lines of dead code. | Evan Cheng | 2005-12-17 | 1 | -3/+0 |
* | asmprinter done, added crucial missing step | Chris Lattner | 2005-12-17 | 2 | -6/+4 |
* | Use the AsmPrinter for global variable init printing. This eliminates a | Chris Lattner | 2005-12-17 | 2 | -418/+4 |
* | Switch constant pool printing over to use the Shared AsmPrinter version | Chris Lattner | 2005-12-17 | 2 | -54/+20 |
* | Use the shared AsmPrinter code for some basic stuff. No functionality | Chris Lattner | 2005-12-17 | 2 | -82/+28 |
* | Added an idea about any_extend for performance tuning. | Evan Cheng | 2005-12-17 | 1 | -0/+5 |
* | Convert the remaining instructions over, branches and calls. Fix a couple | Chris Lattner | 2005-12-17 | 8 | -162/+98 |
* | convert FP instructions to use an asmstring and operand list, allowing FP | Chris Lattner | 2005-12-17 | 4 | -56/+144 |
* | Added truncate. | Evan Cheng | 2005-12-17 | 1 | -0/+28 |
* | Added anyext, modelled as zext on X86. | Evan Cheng | 2005-12-17 | 1 | -0/+5 |
* | Yet another variant of getTargetNode(). | Evan Cheng | 2005-12-17 | 1 | -0/+17 |
* | Added some isel ideas. | Evan Cheng | 2005-12-17 | 1 | -0/+14 |
* | Added support for cmp, test, and conditional move instructions. | Evan Cheng | 2005-12-17 | 3 | -111/+327 |
* | Only lower SELECT when using DAG based isel. | Evan Cheng | 2005-12-17 | 2 | -4/+8 |
* | X86 lowers SELECT to a cmp / test followed by a conditional move. | Evan Cheng | 2005-12-17 | 3 | -1/+39 |
* | Support for read / write from explicit registers with FlagVT type. | Evan Cheng | 2005-12-17 | 3 | -42/+112 |
* | Remove hidden DOS characters. | Evan Cheng | 2005-12-17 | 0 | -0/+0 |
* | Fix VC++ level 4 warnings. Because a base class has declared these private, ... | Jeff Cohen | 2005-12-17 | 3 | -0/+8 |
* | Fix VC++ level 4 warnings. | Jeff Cohen | 2005-12-17 | 1 | -2/+2 |
* | Turn on string pooling for smaller binaries. | Jeff Cohen | 2005-12-17 | 29 | -0/+58 |
* | Added source file/line correspondence for dwarf (PowerPC only at this point.) | Jim Laskey | 2005-12-16 | 10 | -5/+160 |
* | Weak and linkonce global vars should still have a .globl emitted for them | Chris Lattner | 2005-12-16 | 1 | -1/+2 |
* | Add a second vector type to the VRRC register class, and fix some patterns | Nate Begeman | 2005-12-16 | 2 | -6/+6 |
* | add some notes | Chris Lattner | 2005-12-16 | 2 | -0/+18 |
* | Add a couple more instrs | Chris Lattner | 2005-12-16 | 4 | -8/+16 |
* | remove some dead code | Chris Lattner | 2005-12-16 | 2 | -44/+0 |
* | asmprint pseudo instrs | Chris Lattner | 2005-12-16 | 4 | -48/+20 |
* | Autogenerate asmprinter for F3_2 instructions | Chris Lattner | 2005-12-16 | 6 | -254/+258 |
* | Switch F3_1 instructions over to use AsmStrings | Chris Lattner | 2005-12-16 | 6 | -222/+292 |
* | Plug in basic hooks for an autogenerated asm printer to fill in. | Chris Lattner | 2005-12-16 | 4 | -28/+38 |
* | Add operand info for F3_[12] instructions, getting V8 back to basic functiona... | Chris Lattner | 2005-12-16 | 4 | -196/+396 |
* | A truly trivial testcase to ensure sparcv8 doesn't get completely broken | Chris Lattner | 2005-12-16 | 2 | -0/+9 |
* | Remove JIT support, which doesn't work. | Chris Lattner | 2005-12-16 | 10 | -590/+6 |
* | add some simple operand info | Chris Lattner | 2005-12-16 | 2 | -14/+16 |
* | rename option for consistency with -mcpu -mattr etc | Chris Lattner | 2005-12-16 | 1 | -1/+1 |
* | rename options | Chris Lattner | 2005-12-16 | 2 | -2/+2 |
* | rename option | Chris Lattner | 2005-12-16 | 1 | -1/+1 |
* | Document -mcpu -mattr -triple | Chris Lattner | 2005-12-16 | 2 | -18/+45 |
* | provide an option to override the target triple in a module from the commandl... | Chris Lattner | 2005-12-16 | 1 | -1/+7 |
* | provide an option to override the target triple in a module from the command | Chris Lattner | 2005-12-16 | 1 | -0/+6 |
* | Update the darwin handling of linkonce & weak functions and GV stubs. This | Chris Lattner | 2005-12-16 | 1 | -57/+63 |
* | Don't globalize internal functions | Chris Lattner | 2005-12-16 | 1 | -1/+2 |
* | * Promote all 1 bit entities to 8 bit. | Evan Cheng | 2005-12-15 | 4 | -114/+9 |
* | Don't create SEXTLOAD/ZEXTLOAD instructions that the target doesn't support | Chris Lattner | 2005-12-15 | 1 | -2/+4 |
* | Added frameindex, constpool, globaladdr, and externalsym as root nodes of | Evan Cheng | 2005-12-15 | 1 | -2/+3 |
* | Added constpool, frameindex, and externalsym nodes. | Evan Cheng | 2005-12-15 | 1 | -3/+9 |
* | Handling zero extension of 1 bit value. | Evan Cheng | 2005-12-15 | 1 | -17/+128 |
* | Use MOV8rm to load 1 bit value. | Evan Cheng | 2005-12-15 | 1 | -0/+3 |
* | Remove a now unused statistic. | Nate Begeman | 2005-12-14 | 1 | -1/+0 |
* | Use the new predicate support that Evan Cheng added to remove some code | Nate Begeman | 2005-12-14 | 2 | -57/+24 |