aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Revert r111230, we have to find a better place for the host-specific code.Benjamin Kramer2010-08-171-29/+24
* Micro-optimize MCObjectWriter to do a byteswap if necessary and then write theBenjamin Kramer2010-08-171-24/+29
* There is this new "LLVM" compiler that supports __builtin_bswap but thinks it...Benjamin Kramer2010-08-171-2/+4
* Make dumpPassStructure be a PMDataManager abstraction, rather thanDan Gohman2010-08-162-1/+4
* Better handle alignment requirements for local objects in pre-regalloc frameJim Grosbach2010-08-161-0/+14
* Make some of PMTopLevelManager's members non-public. In particular,Dan Gohman2010-08-161-8/+10
* Eliminate the TopLevelManagerType enum; instead, just makeDan Gohman2010-08-161-8/+1
* Add ELF ObjectWriter and Streamer support.Matt Fleming2010-08-162-0/+100
* Add ELF ObjectWriter and Streamer support.Matt Fleming2010-08-163-2/+15
* Layout helper function.Matt Fleming2010-08-161-0/+2
* Record a symbol's size which is needed for ELF symbol tables.Matt Fleming2010-08-161-0/+14
* ELF entry size support.Matt Fleming2010-08-162-1/+7
* track local frame size in MFI, not local to the pass, since PEI needs it.Jim Grosbach2010-08-161-0/+3
* Revert r111031. The way LLVM defines loop invariance, the property of anDan Gohman2010-08-161-18/+0
* Placate overzealous compiler warnings.Dan Gohman2010-08-161-2/+2
* Move SCEVNAryExpr's virtual member functions out of line, and convertDan Gohman2010-08-161-22/+3
* Specialize FoldingSetTrait<SCEV>, providing implementations of nodeDan Gohman2010-08-161-3/+19
* Add hooks to FoldingSetTrait to allow specializations to provideDan Gohman2010-08-161-15/+124
* Tidy up whitespace in comments.Dan Gohman2010-08-161-9/+9
* Constify FoldingSetNodeIDRef's Data.Dan Gohman2010-08-161-3/+3
* Reverse the order of GetNodeProfile's arguments, for consistencyDan Gohman2010-08-161-4/+4
* Fix indentation in example code in a comment.Dan Gohman2010-08-161-3/+3
* llvmc: remove dynamic plugins.Mikhail Glushenkov2010-08-157-250/+63
* Teach SimplifyCFG how to simplify indirectbr instructions.Dan Gohman2010-08-141-2/+0
* Add a local stack object block allocation pass. This is still anJim Grosbach2010-08-142-2/+64
* tidy up commentsJim Grosbach2010-08-131-2/+2
* tidy up 80 column and whitespaceJim Grosbach2010-08-131-18/+18
* Implement hasComputableLoopEvolution for Add, Mul, and Trunc operators,Dan Gohman2010-08-131-0/+18
* Use getAllOnesValue, saves a copy and looks better.Benjamin Kramer2010-08-131-2/+2
* Also recompute HasPHIKill flags in LiveInterval::RenumberValues.Jakob Stoklund Olesen2010-08-121-1/+2
* Remove trailing whitespace.Jakob Stoklund Olesen2010-08-122-18/+18
* Add a 'normalize' method to the Triple class, which takes a mucked upDuncan Sands2010-08-121-14/+18
* MC/AsmParser: Push the burdon of emitting diagnostics about unmatchedDaniel Dunbar2010-08-121-1/+5
* tblgen/AsmMatcher: Always emit the match function as 'MatchInstructionImpl',Daniel Dunbar2010-08-121-4/+0
* configure: Add detection of the linker version string.Daniel Dunbar2010-08-111-0/+3
* Clean up ConstantRange a bit:Nick Lewycky2010-08-111-17/+18
* Make LoopPass::getContainedPass return a LoopPass* instead of a Pass*Dan Gohman2010-08-111-3/+3
* Remove BasicBlockPass::runOnFunction, which was unused.Dan Gohman2010-08-111-6/+0
* Remove rsqrt/sqrt_nr intrinsics since there are no more builtins for them on ...Bruno Cardoso Lopes2010-08-111-5/+0
* Delete FunctionPass::run, which is unused.Dan Gohman2010-08-111-5/+0
* Delete FunctionPass::runOnModule, which is unused.Dan Gohman2010-08-111-6/+0
* Don't use unsigned char for alignments in TargetData. There aren'tDan Gohman2010-08-111-19/+19
* Fix a FIXME. The SlotIndex::Slot enum should be private.Jakob Stoklund Olesen2010-08-111-11/+27
* llvm-mc: Add -show-inst-operands, for dumping the parsed instruction represen...Daniel Dunbar2010-08-111-0/+5
* MCAsmParser: Add dump() hook to MCParsedAsmOperand.Daniel Dunbar2010-08-111-2/+6
* Remove AVX 256-bit cast intrinsics now that clang is using __builtin_shufflev...Bruno Cardoso Lopes2010-08-111-12/+0
* Remove AVX 256-bit unpack and interleave intrinsics now that clang is using _...Bruno Cardoso Lopes2010-08-111-16/+0
* Remove AVX 256-bit shuffle intrinsics now that clang is using __builtin_shuff...Bruno Cardoso Lopes2010-08-111-10/+0
* Make it possible to set the cpu used for codegen.Rafael Espindola2010-08-111-0/+7
* Avoid multiple definition warnings when both config.h andOscar Fuentes2010-08-102-0/+12