| Commit message (Expand) | Author | Age | Files | Lines |
* | remove dead code, mblaze uses SelectAddrRegImm/SelectAddrRegReg, | Chris Lattner | 2010-09-04 | 1 | -54/+0 |
* | Remove Predicate_* calls from MBlaze and XCore | Jakob Stoklund Olesen | 2010-09-03 | 1 | -1/+1 |
* | Simplify eliminateFrameIndex() interface back down now that PEI doesn't need | Jim Grosbach | 2010-08-26 | 2 | -6/+4 |
* | remove some dead code. | Chris Lattner | 2010-08-18 | 1 | -10/+0 |
* | fix emacs language spec's, patch by Edmund Grimley-Evans! | Chris Lattner | 2010-08-17 | 8 | -8/+8 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -1/+1 |
* | Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMem | Dan Gohman | 2010-08-05 | 1 | -9/+3 |
* | Remove the isMoveInstr() hook. | Jakob Stoklund Olesen | 2010-07-16 | 2 | -41/+0 |
* | Don't pass StringRef by reference. | Benjamin Kramer | 2010-07-14 | 2 | -3/+3 |
* | RISC architectures get their memory operand folding for free. | Jakob Stoklund Olesen | 2010-07-11 | 2 | -50/+0 |
* | Replace copyRegToReg with copyPhysReg for MBlaze. | Jakob Stoklund Olesen | 2010-07-11 | 2 | -14/+10 |
* | Use COPY in targets | Jakob Stoklund Olesen | 2010-07-10 | 1 | -6/+2 |
* | Split the SDValue out of OutputArg so that SelectionDAG-independent | Dan Gohman | 2010-07-07 | 2 | -2/+6 |
* | Propagate debug loc. | Devang Patel | 2010-07-06 | 1 | -2/+2 |
* | Reapply r107655 with fixes; insert the pseudo instruction into | Dan Gohman | 2010-07-06 | 1 | -37/+33 |
* | Revert r107655. | Dan Gohman | 2010-07-06 | 1 | -33/+37 |
* | Fix a bunch of custom-inserter functions to handle the case where | Dan Gohman | 2010-07-06 | 1 | -37/+33 |
* | Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl... | Evan Cheng | 2010-07-03 | 1 | -3/+3 |
* | Remove initialized but otherwise unused variables. | Duncan Sands | 2010-06-29 | 1 | -2/+0 |
* | Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This | Stuart Hastings | 2010-06-17 | 2 | -3/+5 |
* | Remove the TargetRegisterClass member from CalleeSavedInfo | Rafael Espindola | 2010-06-02 | 1 | -2/+3 |
* | cleanup | Rafael Espindola | 2010-06-02 | 2 | -19/+0 |
* | Replace the SubRegSet tablegen class with a less error-prone mechanism. | Jakob Stoklund Olesen | 2010-05-26 | 1 | -8/+2 |
* | Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism." | Jakob Stoklund Olesen | 2010-05-26 | 1 | -2/+8 |
* | Replace the SubRegSet tablegen class with a less error-prone mechanism. | Jakob Stoklund Olesen | 2010-05-26 | 1 | -8/+2 |
* | Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what | Bill Wendling | 2010-05-14 | 2 | -7/+7 |
* | Implement a bunch more TargetSelectionDAGInfo infrastructure. | Dan Gohman | 2010-05-11 | 4 | -4/+12 |
* | Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it | Dan Gohman | 2010-05-06 | 2 | -4/+6 |
* | Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot. | Evan Cheng | 2010-05-06 | 2 | -4/+8 |
* | No-ops emitted for scheduling don't correspond with anything in the | Dan Gohman | 2010-05-05 | 1 | -1/+0 |
* | fix some inconsistent line endings, patch by Jakub Staszak! | Chris Lattner | 2010-05-01 | 1 | -7/+7 |
* | Get rid of the EdgeMapping map. Instead, just check for BasicBlock | Dan Gohman | 2010-05-01 | 2 | -15/+8 |
* | Use MachineOperand::is* predicates. | Devang Patel | 2010-04-27 | 1 | -2/+2 |
* | Implement -disable-non-leaf-fp-elim which disable frame pointer elimination | Evan Cheng | 2010-04-21 | 1 | -1/+1 |
* | Add missed part of prev. commit | Anton Korobeynikov | 2010-04-18 | 1 | -1/+2 |
* | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman | 2010-04-17 | 4 | -25/+27 |
* | Move per-function state out of TargetLowering subclasses and into | Dan Gohman | 2010-04-17 | 3 | -8/+15 |
* | Add skeleton target-specific SelectionDAGInfo files. | Dan Gohman | 2010-04-16 | 3 | -0/+52 |
* | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman | 2010-04-15 | 1 | -2/+2 |
* | delete a forwarding function. | Chris Lattner | 2010-04-08 | 1 | -6/+7 |
* | add newlines at end of files. | Chris Lattner | 2010-04-07 | 1 | -1/+1 |
* | Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field. | Jakob Stoklund Olesen | 2010-04-05 | 1 | -5/+1 |
* | Momentous day: remove the "O" member from AsmPrinter. Now all | Chris Lattner | 2010-04-04 | 1 | -9/+3 |
* | mcize a bunch more stuff, using EmitRawText for things we | Chris Lattner | 2010-04-04 | 1 | -23/+26 |
* | convert the non-MCInstPrinter'ized EmitInstruction | Chris Lattner | 2010-04-04 | 1 | -4/+7 |
* | fix PrintAsmOperand and PrintAsmMemoryOperand to pass down | Chris Lattner | 2010-04-04 | 1 | -2/+3 |
* | change a ton of code to not implicitly use the "O" raw_ostream | Chris Lattner | 2010-04-04 | 1 | -63/+64 |
* | use DebugLoc default ctor instead of DebugLoc::getUnknownLoc() | Chris Lattner | 2010-04-02 | 2 | -16/+13 |