| Commit message (Expand) | Author | Age | Files | Lines |
* | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 2009-10-26 | 1 | -1/+1 |
* | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 1 | -1/+0 |
* | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -2/+2 |
* | Add register-reuse to frame-index register scavenging. When a target uses | Jim Grosbach | 2009-10-07 | 2 | -4/+6 |
* | Instead of printing unnecessary basic block labels as labels in | Dan Gohman | 2009-10-06 | 1 | -1/+0 |
* | Update processDebugLoc() so that it can be used to process debug info before ... | Devang Patel | 2009-10-06 | 1 | -2/+2 |
* | Use MachineInstr as an processDebugLoc() argument. | Devang Patel | 2009-09-30 | 1 | -1/+1 |
* | The AsmPrinter base class contains a DwarfWriter member, so there's no need | Bob Wilson | 2009-09-30 | 1 | -9/+1 |
* | Rename getTargetNode to getMachineNode, for consistency with the | Dan Gohman | 2009-09-25 | 1 | -98/+99 |
* | remove all but one reference to TargetRegisterDesc::AsmName. | Chris Lattner | 2009-09-13 | 1 | -5/+3 |
* | the tblgen produced 'getRegisterName' method does not access | Chris Lattner | 2009-09-13 | 1 | -1/+1 |
* | make tblgen produce a function that returns the name for a physreg. | Chris Lattner | 2009-09-13 | 1 | -3/+3 |
* | replace printBasicBlockLabel with EmitBasicBlockStart, | Chris Lattner | 2009-09-13 | 1 | -1/+1 |
* | convert some uses of printBasicBlockLabel to use GetMBBSymbol | Chris Lattner | 2009-09-13 | 1 | -1/+2 |
* | remove DebugLoc from MCInst and eliminate "Comment printing" from | Chris Lattner | 2009-09-09 | 1 | -0/+4 |
* | hoist the call to processDebugLoc out of the generated | Chris Lattner | 2009-09-09 | 1 | -3/+2 |
* | Remove strange 'const' qualifiers, as warned about by icc | Duncan Sands | 2009-09-06 | 1 | -2/+2 |
* | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel | 2009-09-02 | 2 | -6/+6 |
* | Normalize makefile comments and sort cmake file lists. | Benjamin Kramer | 2009-08-31 | 2 | -2/+2 |
* | Updated i128 sext support for CellSPU backend, contributed by Ken Werner (IBM) | Scott Michel | 2009-08-25 | 1 | -16/+32 |
* | - Remove SelectSEXTi128 from SPUISelDAGToDAG.cpp, evidently, this is redundant | Scott Michel | 2009-08-24 | 1 | -59/+0 |
* | 128-bit sign extension and vector shift cleanups, contributed by Ken Werner | Scott Michel | 2009-08-24 | 4 | -15/+107 |
* | Initialize ShufBytes, as gcc 4.4 can't detect that the entire array is | Scott Michel | 2009-08-24 | 1 | -1/+3 |
* | Remove Streams.h from the targets. | Benjamin Kramer | 2009-08-23 | 1 | -9/+9 |
* | eliminate uses of cerr() | Chris Lattner | 2009-08-23 | 3 | -26/+26 |
* | eliminate the last DOUTs from the targets. | Chris Lattner | 2009-08-23 | 1 | -3/+4 |
* | Forgot to update some CMakeLists. | Benjamin Kramer | 2009-08-22 | 1 | -1/+1 |
* | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner | 2009-08-22 | 1 | -7/+7 |
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 4 | -14/+14 |
* | eliminate AsmPrinter::SwitchToSection and just have clients | Chris Lattner | 2009-08-19 | 1 | -9/+11 |
* | Allow targets to specify their choice of calling conventions per | Anton Korobeynikov | 2009-08-14 | 1 | -1/+1 |
* | Various AsmWriter output cleanups. Use WriteAsOperand instead of | Dan Gohman | 2009-08-13 | 1 | -12/+2 |
* | Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple | Chris Lattner | 2009-08-12 | 4 | -11/+6 |
* | Add contexts to some of the MVT APIs. No functionality change yet, just the ... | Owen Anderson | 2009-08-12 | 2 | -13/+24 |
* | Change the asmprinter to print the comment character before the | 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 | 4 | -579/+579 |
* | pass the TargetTriple down from each target ctor to the | Chris Lattner | 2009-08-11 | 1 | -1/+1 |
* | SjLj based exception handling unwinding support. This patch is nasty, brutish | Jim Grosbach | 2009-08-11 | 1 | -1/+1 |
* | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 4 | -676/+676 |
* | SimpleValueType-ify a few more methods on TargetLowering. | Owen Anderson | 2009-08-10 | 1 | -2/+2 |
* | Continue the SimpleValueType-ification. | Owen Anderson | 2009-08-10 | 1 | -4/+4 |
* | Start moving TargetLowering away from using full MVTs and towards SimpleValue... | Owen Anderson | 2009-08-10 | 2 | -3/+5 |
* | make printInstruction return void since its result is omitted. Make the | Chris Lattner | 2009-08-08 | 1 | -1/+1 |
* | Fix a bunch of namespace pollution. | Dan Gohman | 2009-08-07 | 1 | -2/+2 |
* | Remove dead code. MDNode and MDString are not Constant anymore. | Devang Patel | 2009-08-05 | 1 | -3/+0 |
* | Major calling convention code refactoring. | Dan Gohman | 2009-08-05 | 3 | -86/+83 |
* | remove an unneeded section switch. | Chris Lattner | 2009-08-03 | 1 | -1/+0 |
* | Move most targets TargetMachine constructor to only taking a target triple. | Daniel Dunbar | 2009-08-02 | 2 | -4/+4 |
* | Normalize Subtarget constructors to take a target triple string instead of | Daniel Dunbar | 2009-08-02 | 3 | -13/+4 |
* | move dwarf debug info section selection stuff from TAI to | Chris Lattner | 2009-08-02 | 1 | -11/+0 |