aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename and reorder the arguments to isImpliedCond, for consistency and clarity.Dan Gohman2010-08-101-3/+4
* Add missing argument. CreateCompositeTypeEx() users, please verify.Devang Patel2010-08-101-1/+2
* Make it possible to set the flags passed to the assembler.Rafael Espindola2010-08-101-0/+6
* Implement register class inflation.Jakob Stoklund Olesen2010-08-102-2/+8
* Recalculate the spill weight and allocation hint for virtual registers createdJakob Stoklund Olesen2010-08-101-2/+2
* Trailing whitespace.Mikhail Glushenkov2010-08-101-2/+2
* Remove replicate intrinsics, clang will generate shufflevector for those. The...Bruno Cardoso Lopes2010-08-101-10/+0
* Use i32 instead of i8 for dot product intrinsicBruno Cardoso Lopes2010-08-101-1/+1
* Transpose the calculation of spill weights such that we are calculating oneJakob Stoklund Olesen2010-08-103-1/+41
* Fix the last argument type of AVX vblend intrinsicsBruno Cardoso Lopes2010-08-101-2/+2
* Merge the OptimizeExts and OptimizeCmps passes into one PeepholeOptimizerBill Wendling2010-08-091-7/+3
* Next bit of support for the dwarf .file directive. This patch takes theKevin Enderby2010-08-092-0/+7
* Refactor.Devang Patel2010-08-091-0/+11
* Make it possible to set the target triple and expose that with an option in theRafael Espindola2010-08-091-0/+6
* Remove the ValueMap operator=, which was wrong (it did't correct theDuncan Sands2010-08-091-6/+1
* Change the Interval type to signed in ImmutableIntervalMap.h.Zhongxing Xu2010-08-091-5/+5
* Remove unused variable.Benjamin Kramer2010-08-081-3/+0
* Remove the ValueMap copy constructor. It's not used anywhere,Duncan Sands2010-08-081-7/+1
* Add a bit of a hack to avoid multiple defines of variables inEric Christopher2010-08-082-0/+12
* Use the "isCompare" machine instruction attribute instead of calling theBill Wendling2010-08-081-6/+6
* CMake: set configure macro LLVM_PREFIXOscar Fuentes2010-08-082-2/+2
* CMake: configure header llvm-config.hOscar Fuentes2010-08-081-0/+84
* Fix PR7809 by creating a header for just llvm variables that can beEric Christopher2010-08-083-19/+103