| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed to use the OutputBuffer instead of the methods in MachO and ELF | Bill Wendling | 2007-01-17 | 2 | -191/+0 |
* | Revert patch. | Bill Wendling | 2007-01-17 | 2 | -10/+191 |
* | Removed methods which are now in the respective TargetObjInfo implementations. | Bill Wendling | 2007-01-17 | 2 | -191/+10 |
* | rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. | Chris Lattner | 2007-01-15 | 1 | -1/+1 |
* | Primitive types don't include integers any more, adjust. | Reid Spencer | 2007-01-14 | 1 | -1/+1 |
* | - Move RTLIB::Libcall enum to a separate file. | Evan Cheng | 2007-01-12 | 1 | -0/+107 |
* | move ExtWeakSymbols to AsmPrinter | Rafael Espindola | 2006-12-18 | 1 | -0/+5 |
* | Accidental submission. | Bill Wendling | 2006-12-17 | 1 | -1/+0 |
* | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling | 2006-12-17 | 9 | -55/+19 |
* | Apply B. Scott Michel's patch for PR1054, thanks! | Chris Lattner | 2006-12-16 | 1 | -16/+71 |
* | Typo. | Evan Cheng | 2006-12-16 | 1 | -1/+1 |
* | The best unbreakage yet, addressing Bill's concerns. | Jeff Cohen | 2006-12-16 | 3 | -6/+30 |
* | An even better unbreakage... | Jeff Cohen | 2006-12-15 | 3 | -18/+4 |
* | Complete unbreak of VC++ (Chris identified the simple fix). | Jeff Cohen | 2006-12-15 | 2 | -0/+2 |
* | File missing from last check in. | Jim Laskey | 2006-12-14 | 1 | -4/+4 |
* | 1. Tidy up jump table info. | Jim Laskey | 2006-12-14 | 1 | -3/+6 |
* | Properly mangles symbol table names | Nate Begeman | 2006-12-11 | 1 | -21/+36 |
* | Add a default relocation type, and allow clients to set the ConstantVal | Nate Begeman | 2006-12-11 | 1 | -0/+14 |
* | Removed more <iostream> includes | Bill Wendling | 2006-12-07 | 1 | -1/+1 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 5 | -18/+18 |
* | Move copyKillDeadInfo out-of-line. Add findRegisterUseOperand(). | Evan Cheng | 2006-12-06 | 1 | -17/+5 |
* | Change global descriptor names to provide name, full name and linkage name. | Jim Laskey | 2006-11-30 | 1 | -7/+8 |
* | - MachineInstr now keeps a ptr to TargetInstrDescriptor instead of Opcode. | Evan Cheng | 2006-11-30 | 1 | -6/+11 |
* | Oops! didn't mean to put this in there yet. | Bill Wendling | 2006-11-29 | 1 | -5/+0 |
* | Converted to using llvm streams instead of <iostream>s | Bill Wendling | 2006-11-29 | 1 | -3/+2 |
* | Replacing std::iostreams with llvm iostreams. Some of these changes involve | Bill Wendling | 2006-11-29 | 1 | -0/+5 |
* | Added a temporary hack to get the llvm-streams to work for future checkins. | Bill Wendling | 2006-11-28 | 5 | -6/+54 |
* | Fix indentation. | Evan Cheng | 2006-11-28 | 1 | -2/+2 |
* | Added helper function to transition to using llvm streams. | Bill Wendling | 2006-11-28 | 1 | -2/+13 |
* | Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead | Evan Cheng | 2006-11-27 | 2 | -37/+29 |
* | setOperand should not zap the operand list or add implicit operands to an | Chris Lattner | 2006-11-20 | 1 | -1/+1 |
* | MachineInstr includes this | Chris Lattner | 2006-11-18 | 1 | -1/+0 |
* | Implement operator<< for machine basic blocks to make it easier to dump them. | Chris Lattner | 2006-11-18 | 2 | -0/+2 |
* | Hopefully a good crack at making debugging work on intel -disable-fp-elim. | Jim Laskey | 2006-11-17 | 1 | -1/+17 |
* | Allow target to specify alignment for function stub. | Evan Cheng | 2006-11-16 | 1 | -1/+1 |
* | Added "removeRange", which takes and removes an entire LiveRange. | Bill Wendling | 2006-11-16 | 1 | -0/+4 |
* | Added a new method "CreateNewLiveInterval" which, given a list of | Bill Wendling | 2006-11-16 | 1 | -0/+5 |
* | ChangeToRegister should clear IsImp bit. | Evan Cheng | 2006-11-15 | 1 | -4/+4 |
* | Do away with kill / dead maps. Move kill / dead info onto MI's. | Evan Cheng | 2006-11-15 | 1 | -95/+36 |
* | Add copyKillDeadInfo to copy kill / dead info; other minor updates. | Evan Cheng | 2006-11-15 | 1 | -8/+28 |
* | Simplify IntrinsicLowering and clarify that it is only for use by the | Chris Lattner | 2006-11-15 | 1 | -30/+3 |
* | Matches MachineInstr changes. | Evan Cheng | 2006-11-13 | 1 | -14/+15 |
* | - Let MachineInstr ctors add implicit def and use operands. Other operands | Evan Cheng | 2006-11-13 | 1 | -10/+65 |
* | Add methods to add implicit def use operands to a MI. | Evan Cheng | 2006-11-11 | 2 | -0/+9 |
* | Shut up the warning. | Jim Laskey | 2006-11-10 | 1 | -1/+1 |
* | Add implicit def / use operands to MachineInstr. | Evan Cheng | 2006-11-10 | 2 | -6/+20 |
* | Rename ISD::MemOpAddrMode to ISD::MemIndexedMode | Evan Cheng | 2006-11-09 | 2 | -13/+14 |
* | Wasn't handling case of when machine move labels were undefined. | Jim Laskey | 2006-11-08 | 1 | -1/+6 |
* | 1. Add a pass to fold debug label instructions so a debug info client can detect | Jim Laskey | 2006-11-07 | 2 | -11/+30 |
* | Unbreak VC++ build. | Jeff Cohen | 2006-11-05 | 2 | -3/+4 |