| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce usage of MRegisterInfo::getRegClass | Chris Lattner | 2004-08-15 | 2 | -3/+3 |
* | Insertion methods now return void instead of #instrs inserted. Also, use | Chris Lattner | 2004-08-15 | 2 | -31/+25 |
* | Code insertion methods now return void instead of #instrs inserted | Chris Lattner | 2004-08-15 | 2 | -18/+15 |
* | Code insertion methods now return void instead of an int. | Chris Lattner | 2004-08-15 | 6 | -48/+42 |
* | The insertion method returns void now | Chris Lattner | 2004-08-15 | 1 | -5/+1 |
* | Nuke ifdef'd out code | Chris Lattner | 2004-08-15 | 1 | -33/+0 |
* | Stop using CreateStackObject(RegClass*) | Chris Lattner | 2004-08-15 | 5 | -9/+8 |
* | These methods no longer take a TargetRegisterClass* operand. | Chris Lattner | 2004-08-15 | 14 | -70/+47 |
* | Make this compile on gc 3.4.1 (static_cast to non-const type was not | Alkis Evlogimenos | 2004-08-15 | 2 | -4/+4 |
* | Initial implementations of the ErrorCode and Path concepts for Linux. | Reid Spencer | 2004-08-15 | 5 | -0/+792 |
* | Add future optimization opportunity | Nate Begeman | 2004-08-15 | 1 | -0/+1 |
* | Fix float to int codepath by always allocating 8 bytes for the target of a do... | Nate Begeman | 2004-08-15 | 1 | -6/+9 |
* | Zimm16 is now dead. Its entry is not removed from the enum, to avoid having | Chris Lattner | 2004-08-15 | 2 | -4/+0 |
* | Convert all of the DForm_6* operations, which makes all of the Zimm16 users | Chris Lattner | 2004-08-15 | 3 | -12/+24 |
* | Add i1imm | Chris Lattner | 2004-08-15 | 1 | -0/+1 |
* | Reenable the CCRC | Chris Lattner | 2004-08-15 | 1 | -1/+2 |
* | Convert the DForm_4 over to the asmprintergen | Chris Lattner | 2004-08-15 | 3 | -9/+29 |
* | Remove dead code | Nate Begeman | 2004-08-15 | 1 | -8/+0 |
* | Print mflr using the asmwriter generator | Chris Lattner | 2004-08-14 | 2 | -2/+21 |
* | Update to no longer take MF as an argument | Chris Lattner | 2004-08-14 | 2 | -4/+3 |
* | Make the AsmWriter a first-class tblgen object. Allow targets to specify | Chris Lattner | 2004-08-14 | 1 | -15/+38 |
* | Replace PowerPCPEI.cpp with target independant PrologEpilogInserter | Nate Begeman | 2004-08-14 | 6 | -353/+64 |
* | Add support for frame pointers, and large offsets from stack and frame pointe... | Nate Begeman | 2004-08-14 | 2 | -28/+72 |
* | Add indexed forms of load doubleword and load word algebraic for 64 bit targets | Nate Begeman | 2004-08-14 | 1 | -0/+2 |
* | Fix handling of FP constants with single precision, and loading of internal l... | Nate Begeman | 2004-08-14 | 1 | -27/+27 |
* | Add initial support for using the generated asm writer. Also, fix FP constan... | Nate Begeman | 2004-08-14 | 1 | -61/+73 |
* | Add generation of asm writer from tablegen files to Makefile | Nate Begeman | 2004-08-14 | 1 | -1/+6 |
* | Eliminate MachineFunction& argument from eliminateFrameIndex in x86 Target. ... | Nate Begeman | 2004-08-14 | 2 | -4/+3 |
* | Eliminate MachineFunction& argument from eliminateFrameIndex in SparcV9 target | Nate Begeman | 2004-08-14 | 2 | -4/+3 |
* | Eliminate MachineFunction& argument from eliminateFrameIndex in Skeleton target | Nate Begeman | 2004-08-14 | 2 | -4/+3 |
* | Elminiate MachineFunction& argument from eliminateFrameIndex | Nate Begeman | 2004-08-14 | 1 | -1/+1 |
* | Implement test/Regression/Transforms/GlobalConstifier/phi-select.llx | Chris Lattner | 2004-08-14 | 1 | -6/+16 |
* | Allow any cl::opt to use the method getPosition() to retrieve the option's | Reid Spencer | 2004-08-13 | 1 | -19/+32 |
* | Remove an unneeded header and forward declaration | Nate Begeman | 2004-08-13 | 1 | -2/+0 |
* | Fix siod by switching BoolTy to byte rather than int until CFE changes for | Nate Begeman | 2004-08-13 | 2 | -27/+28 |
* | Fix 177.mesa compilation, don't use floating point regs for base addresses! | Nate Begeman | 2004-08-13 | 1 | -1/+1 |
* | Fix llc crasher compiling siod by giving BuildMI the correct number of arguments | Nate Begeman | 2004-08-13 | 1 | -1/+1 |
* | If we are extracting a block that has multiple successors that are the same | Chris Lattner | 2004-08-13 | 1 | -2/+11 |
* | When we code extract some stuff, leave the codeRepl block in the place where | Chris Lattner | 2004-08-13 | 1 | -1/+1 |
* | "extract" the block extractor pass from bugpoint (haha) | Chris Lattner | 2004-08-13 | 1 | -0/+53 |
* | Add value mapper support for select constant exprs. This should fix a bug | Chris Lattner | 2004-08-13 | 1 | -0/+5 |
* | Longs are in one register on PowerPC 64; use appropriate instructions to oper... | Nate Begeman | 2004-08-13 | 1 | -158/+22 |
* | Add some more 64 bit instructions we need for the PowerPC-64 ISel to the tabl... | Nate Begeman | 2004-08-13 | 2 | -2/+57 |
* | Split saveCallerSavedRegisters into two methods for clarity, and add comments. | Chris Lattner | 2004-08-12 | 1 | -9/+52 |
* | Remove dead methods | Chris Lattner | 2004-08-12 | 3 | -64/+7 |
* | Fix warning | Chris Lattner | 2004-08-12 | 1 | -1/+1 |
* | Instead of a virtual method call, lets try a direct constant reference | Chris Lattner | 2004-08-12 | 3 | -7/+8 |
* | Virtual method calls are overrated | Chris Lattner | 2004-08-12 | 1 | -3/+3 |
* | Virtual method calls are overrated. | Chris Lattner | 2004-08-12 | 2 | -8/+6 |
* | Forward substitute some constants into their users | Chris Lattner | 2004-08-12 | 1 | -5/+2 |