| Commit message (Expand) | Author | Age | Files | Lines |
* | Various AsmWriter output cleanups. Use WriteAsOperand instead of | Dan Gohman | 2009-08-13 | 1 | -12/+3 |
* | Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple | Chris Lattner | 2009-08-12 | 4 | -13/+6 |
* | prune #include | Chris Lattner | 2009-08-11 | 1 | -2/+0 |
* | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 3 | -107/+107 |
* | pass the TargetTriple down from each target ctor to the | Chris Lattner | 2009-08-11 | 1 | -1/+1 |
* | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 3 | -112/+112 |
* | make printInstruction return void since its result is omitted. Make the | Chris Lattner | 2009-08-08 | 1 | -1/+1 |
* | don't check the result of printInstruction anymore. | Chris Lattner | 2009-08-08 | 1 | -4/+1 |
* | Convert bswap test to filecheck, add more test entries & convert stuff to fil... | Anton Korobeynikov | 2009-08-05 | 1 | -1/+1 |
* | Add memory versions of some instructions. | Anton Korobeynikov | 2009-08-05 | 1 | -6/+83 |
* | Major calling convention code refactoring. | Dan Gohman | 2009-08-05 | 2 | -88/+125 |
* | Don't flush the raw_ostream between each MachineFunction. These flush | Dan Gohman | 2009-08-05 | 1 | -2/+0 |
* | Move most targets TargetMachine constructor to only taking a target triple. | Daniel Dunbar | 2009-08-02 | 2 | -16/+4 |
* | Normalize Subtarget constructors to take a target triple string instead of | Daniel Dunbar | 2009-08-02 | 3 | -7/+5 |
* | eliminate the TM argument to the TAI class, remove comment about supporting | Chris Lattner | 2009-08-02 | 3 | -8/+4 |
* | remove TargetAsmInfo::TM, which is now dead. The basic TAI class now | Chris Lattner | 2009-08-02 | 2 | -3/+2 |
* | REmove dead fields of TAI. | Chris Lattner | 2009-08-01 | 1 | -1/+0 |
* | pass the mangler down into the various SectionForGlobal methods. | Chris Lattner | 2009-07-29 | 1 | -2/+2 |
* | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner | 2009-07-28 | 3 | -6/+7 |
* | Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec... | Chris Lattner | 2009-07-27 | 1 | -1/+1 |
* | Eliminate SectionFlags, just embed a SectionKind into Section | Chris Lattner | 2009-07-27 | 1 | -2/+1 |
* | untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create a | Chris Lattner | 2009-07-26 | 2 | -1/+3 |
* | Eliminate some uses of DOUT, cerr, and getNameStart(). | Daniel Dunbar | 2009-07-26 | 1 | -5/+6 |
* | Factor commonality in triple match routines into helper template for registering | Daniel Dunbar | 2009-07-26 | 1 | -12/+1 |
* | Kill Target specific ModuleMatchQuality stuff. | Daniel Dunbar | 2009-07-26 | 1 | -11/+1 |
* | Simplify JIT target selection. | Daniel Dunbar | 2009-07-25 | 1 | -7/+2 |
* | Add new helpers for registering targets. | Daniel Dunbar | 2009-07-25 | 3 | -27/+5 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -4/+4 |
* | Missed a piece of the commit to remove the shift flavor. | Eli Friedman | 2009-07-21 | 1 | -1/+0 |
* | make AsmPrinter::doFinalization iterate over the global variables | Chris Lattner | 2009-07-21 | 1 | -12/+2 |
* | fix Sparc, SystemZ, and MSP430 to not override AsmPrinter::doInitialization. | Chris Lattner | 2009-07-21 | 1 | -8/+0 |
* | Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match the | Chris Lattner | 2009-07-21 | 1 | -1/+1 |
* | Pass in the unfortunately named "LessPrivatePrefix" for the | Bill Wendling | 2009-07-20 | 1 | -1/+2 |
* | Add plumbing for the `linker_private' linkage type. This type is meant for | Bill Wendling | 2009-07-20 | 1 | -0/+2 |
* | CMake support for SystemZ. | Daniel Dunbar | 2009-07-20 | 2 | -0/+29 |
* | SystemZ *does* have a CodeGen/AsmPrinter split. | Daniel Dunbar | 2009-07-19 | 1 | -1/+1 |
* | Tweak cmake files for the four targets that don't split CodeGen out. | Daniel Dunbar | 2009-07-19 | 1 | -1/+1 |
* | Add dependencies from TargetInfo onto .td generation. | Daniel Dunbar | 2009-07-19 | 1 | -0/+1 |
* | Put Target definitions inside Target specific header, and llvm namespace. | Daniel Dunbar | 2009-07-18 | 4 | -3/+4 |
* | Add carry producing / using versions of add / sub | Anton Korobeynikov | 2009-07-18 | 1 | -6/+63 |
* | Expand frem | Anton Korobeynikov | 2009-07-18 | 1 | -0/+2 |
* | Turn abort() into unreachable | Anton Korobeynikov | 2009-07-18 | 1 | -4/+6 |
* | Turn few asserts into errors / unreachable's | Anton Korobeynikov | 2009-07-18 | 3 | -12/+14 |
* | Handle vector returns | Anton Korobeynikov | 2009-07-18 | 1 | -3/+3 |
* | Provide expansion for ct* intrinsics | Anton Korobeynikov | 2009-07-18 | 2 | -0/+19 |
* | Expand sext_inreg for i1 | Anton Korobeynikov | 2009-07-18 | 1 | -0/+2 |
* | Add missed return | Anton Korobeynikov | 2009-07-17 | 1 | -1/+1 |
* | Avoid a compiler warning when assertions are turned off. | Duncan Sands | 2009-07-17 | 1 | -3/+2 |
* | Fix 'may be used uninitialized' warning. | Daniel Dunbar | 2009-07-17 | 1 | -2/+2 |
* | Unbreak | Anton Korobeynikov | 2009-07-16 | 11 | -56/+122 |