| Commit message (Expand) | Author | Age | Files | Lines |
* | - s/DOUT/DEBUG(errs()/g | Bill Wendling | 2009-08-03 | 5 | -41/+43 |
* | Move most targets TargetMachine constructor to only taking a target triple. | Daniel Dunbar | 2009-08-02 | 2 | -17/+12 |
* | The x86 jit doesn't generate a def_cfa_offset unwind instruction after the | Bill Wendling | 2009-08-02 | 1 | -1/+1 |
* | Normalize Subtarget constructors to take a target triple string instead of | Daniel Dunbar | 2009-08-02 | 3 | -8/+7 |
* | Fix indentation. | Dan Gohman | 2009-08-02 | 1 | -301/+301 |
* | Add a comment. | Dan Gohman | 2009-08-02 | 1 | -0/+1 |
* | Resync lea32addr and lea64addr. | Dan Gohman | 2009-08-02 | 2 | -2/+3 |
* | move dwarf debug info section selection stuff from TAI to | Chris Lattner | 2009-08-02 | 1 | -12/+0 |
* | convert EHFrameSection to be managed by TLOF instead of TAI. | Chris Lattner | 2009-08-02 | 1 | -3/+0 |
* | Move the getInlineAsmLength virtual method from TAI to TII, where | Chris Lattner | 2009-08-02 | 1 | -3/+3 |
* | remove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfo | Chris Lattner | 2009-08-02 | 1 | -1/+0 |
* | remove TargetAsmInfo::TM, which is now dead. The basic TAI class now | Chris Lattner | 2009-08-02 | 2 | -3/+3 |
* | remove the x86/ppc impls of getEHGlobalPrefix, which is already dead. | Chris Lattner | 2009-08-02 | 2 | -9/+0 |
* | remove the dead PreferredEHDataFormat TAI hook: its now dead | Chris Lattner | 2009-08-02 | 2 | -80/+1 |
* | move getDwarfExceptionSection from TAI to TLOF and rename it to | Chris Lattner | 2009-08-02 | 1 | -2/+0 |
* | Change MCOperand to use Create style instead of Make style for constructing | Daniel Dunbar | 2009-08-02 | 2 | -10/+11 |
* | Remove "JumpTableDataSection" from TAI, instead, have AsmPrinter | Chris Lattner | 2009-08-01 | 1 | -1/+0 |
* | REmove dead fields of TAI. | Chris Lattner | 2009-08-01 | 1 | -5/+0 |
* | Fix typos in comments. | Dan Gohman | 2009-08-01 | 1 | -1/+1 |
* | Minor code cleanups. | Dan Gohman | 2009-08-01 | 1 | -8/+6 |
* | Minor code simplifications. | Dan Gohman | 2009-08-01 | 1 | -7/+1 |
* | The X86 maximal stack alignment calculator preserves the CFG. Also, | Dan Gohman | 2009-08-01 | 1 | -2/+9 |
* | X86 floating-point passes don't modify the CFG. | Dan Gohman | 2009-08-01 | 2 | -0/+2 |
* | Use setPreservesAll in X86CodeEmitter. | Dan Gohman | 2009-07-31 | 1 | -0/+1 |
* | llvm-mc: A few more parsing / match tweaks. | Daniel Dunbar | 2009-07-31 | 1 | -11/+42 |
* | PreferredEHDataFormat is always call with data and global, but this whole | Chris Lattner | 2009-07-31 | 2 | -44/+17 |
* | llvm-mc/X86: Sketch match functions for immediates and memory operands. | Daniel Dunbar | 2009-07-31 | 1 | -37/+112 |
* | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson | 2009-07-31 | 2 | -4/+4 |
* | Whitespace and 80-col cleanup. | Eric Christopher | 2009-07-31 | 1 | -153/+167 |
* | switch off of 'Section' onto MCSection. We're not properly using | Chris Lattner | 2009-07-31 | 1 | -1/+2 |
* | refactor section construction in TLOF to be through an explicit | Chris Lattner | 2009-07-31 | 1 | -1/+1 |
* | Fix a struct/class mismatch, to silence a MSVC warning. | Benjamin Kramer | 2009-07-31 | 1 | -1/+1 |
* | llvm-mc: Match a few X86 instructions. | Daniel Dunbar | 2009-07-31 | 1 | -8/+71 |
* | Minor whitespace tidiness. | Dan Gohman | 2009-07-30 | 1 | -3/+0 |
* | Rename GRAD to GR32_AD, to follow the naming convention of other | Dan Gohman | 2009-07-30 | 2 | -2/+4 |
* | Add a note. | Evan Cheng | 2009-07-30 | 1 | -0/+20 |
* | Optimize some common usage patterns of atomic built-ins __sync_add_and_fetch(... | Evan Cheng | 2009-07-30 | 5 | -14/+280 |
* | Add a new register class to describe operands that can't be SP, | Dan Gohman | 2009-07-30 | 5 | -38/+189 |
* | Eliminate a bunch of redundant tables. | Dan Gohman | 2009-07-30 | 1 | -167/+61 |
* | Use array_endof instead of doing it manually. | Dan Gohman | 2009-07-30 | 1 | -27/+20 |
* | 1. Introduce a new TargetOperandInfo::getRegClass() helper method | Chris Lattner | 2009-07-29 | 1 | -11/+4 |
* | Give getPointerRegClass() a "kind" value so that targets can | Chris Lattner | 2009-07-29 | 2 | -6/+5 |
* | Add llvm_unreachable for ... unreachable code! | Eric Christopher | 2009-07-29 | 1 | -1/+1 |
* | more syntactic cleanups. | Chris Lattner | 2009-07-29 | 1 | -5/+8 |
* | minor smallvector cleanups | Chris Lattner | 2009-07-29 | 1 | -3/+3 |
* | whitespace cleanup. | Chris Lattner | 2009-07-29 | 1 | -6/+5 |
* | pass the mangler down into the various SectionForGlobal methods. | Chris Lattner | 2009-07-29 | 1 | -2/+3 |
* | Fix comment. | Eric Christopher | 2009-07-29 | 1 | -2/+2 |
* | Change the "PreferredEHDataFormat" from "absptr" if we're on a Darwin system > | Bill Wendling | 2009-07-29 | 1 | -5/+9 |
* | Add support for gcc __builtin_ia32_ptest{z,c,nzc} intrinsics. Lower | Eric Christopher | 2009-07-29 | 3 | -3/+46 |