| Commit message (Expand) | Author | Age | Files | Lines |
* | Teach SimplifyCFG how to simplify indirectbr instructions. | Dan Gohman | 2010-08-14 | 1 | -2/+0 |
* | Add a local stack object block allocation pass. This is still an | Jim Grosbach | 2010-08-14 | 2 | -2/+64 |
* | tidy up comments | Jim Grosbach | 2010-08-13 | 1 | -2/+2 |
* | tidy up 80 column and whitespace | Jim Grosbach | 2010-08-13 | 1 | -18/+18 |
* | Implement hasComputableLoopEvolution for Add, Mul, and Trunc operators, | Dan Gohman | 2010-08-13 | 1 | -0/+18 |
* | Use getAllOnesValue, saves a copy and looks better. | Benjamin Kramer | 2010-08-13 | 1 | -2/+2 |
* | Also recompute HasPHIKill flags in LiveInterval::RenumberValues. | Jakob Stoklund Olesen | 2010-08-12 | 1 | -1/+2 |
* | Remove trailing whitespace. | Jakob Stoklund Olesen | 2010-08-12 | 2 | -18/+18 |
* | Add a 'normalize' method to the Triple class, which takes a mucked up | Duncan Sands | 2010-08-12 | 1 | -14/+18 |
* | MC/AsmParser: Push the burdon of emitting diagnostics about unmatched | Daniel Dunbar | 2010-08-12 | 1 | -1/+5 |
* | tblgen/AsmMatcher: Always emit the match function as 'MatchInstructionImpl', | Daniel Dunbar | 2010-08-12 | 1 | -4/+0 |
* | configure: Add detection of the linker version string. | Daniel Dunbar | 2010-08-11 | 1 | -0/+3 |
* | Clean up ConstantRange a bit: | Nick Lewycky | 2010-08-11 | 1 | -17/+18 |
* | Make LoopPass::getContainedPass return a LoopPass* instead of a Pass* | Dan Gohman | 2010-08-11 | 1 | -3/+3 |
* | Remove BasicBlockPass::runOnFunction, which was unused. | Dan Gohman | 2010-08-11 | 1 | -6/+0 |
* | Remove rsqrt/sqrt_nr intrinsics since there are no more builtins for them on ... | Bruno Cardoso Lopes | 2010-08-11 | 1 | -5/+0 |
* | Delete FunctionPass::run, which is unused. | Dan Gohman | 2010-08-11 | 1 | -5/+0 |
* | Delete FunctionPass::runOnModule, which is unused. | Dan Gohman | 2010-08-11 | 1 | -6/+0 |
* | Don't use unsigned char for alignments in TargetData. There aren't | Dan Gohman | 2010-08-11 | 1 | -19/+19 |
* | Fix a FIXME. The SlotIndex::Slot enum should be private. | Jakob Stoklund Olesen | 2010-08-11 | 1 | -11/+27 |
* | llvm-mc: Add -show-inst-operands, for dumping the parsed instruction represen... | Daniel Dunbar | 2010-08-11 | 1 | -0/+5 |
* | MCAsmParser: Add dump() hook to MCParsedAsmOperand. | Daniel Dunbar | 2010-08-11 | 1 | -2/+6 |
* | Remove AVX 256-bit cast intrinsics now that clang is using __builtin_shufflev... | Bruno Cardoso Lopes | 2010-08-11 | 1 | -12/+0 |
* | Remove AVX 256-bit unpack and interleave intrinsics now that clang is using _... | Bruno Cardoso Lopes | 2010-08-11 | 1 | -16/+0 |
* | Remove AVX 256-bit shuffle intrinsics now that clang is using __builtin_shuff... | Bruno Cardoso Lopes | 2010-08-11 | 1 | -10/+0 |
* | Make it possible to set the cpu used for codegen. | Rafael Espindola | 2010-08-11 | 1 | -0/+7 |
* | Avoid multiple definition warnings when both config.h and | Oscar Fuentes | 2010-08-10 | 2 | -0/+12 |
* | Rename and reorder the arguments to isImpliedCond, for consistency and clarity. | Dan Gohman | 2010-08-10 | 1 | -3/+4 |
* | Add missing argument. CreateCompositeTypeEx() users, please verify. | Devang Patel | 2010-08-10 | 1 | -1/+2 |
* | Make it possible to set the flags passed to the assembler. | Rafael Espindola | 2010-08-10 | 1 | -0/+6 |
* | Implement register class inflation. | Jakob Stoklund Olesen | 2010-08-10 | 2 | -2/+8 |
* | Recalculate the spill weight and allocation hint for virtual registers created | Jakob Stoklund Olesen | 2010-08-10 | 1 | -2/+2 |
* | Trailing whitespace. | Mikhail Glushenkov | 2010-08-10 | 1 | -2/+2 |
* | Remove replicate intrinsics, clang will generate shufflevector for those. The... | Bruno Cardoso Lopes | 2010-08-10 | 1 | -10/+0 |
* | Use i32 instead of i8 for dot product intrinsic | Bruno Cardoso Lopes | 2010-08-10 | 1 | -1/+1 |
* | Transpose the calculation of spill weights such that we are calculating one | Jakob Stoklund Olesen | 2010-08-10 | 3 | -1/+41 |
* | Fix the last argument type of AVX vblend intrinsics | Bruno Cardoso Lopes | 2010-08-10 | 1 | -2/+2 |
* | Merge the OptimizeExts and OptimizeCmps passes into one PeepholeOptimizer | Bill Wendling | 2010-08-09 | 1 | -7/+3 |
* | Next bit of support for the dwarf .file directive. This patch takes the | Kevin Enderby | 2010-08-09 | 2 | -0/+7 |
* | Refactor. | Devang Patel | 2010-08-09 | 1 | -0/+11 |
* | Make it possible to set the target triple and expose that with an option in the | Rafael Espindola | 2010-08-09 | 1 | -0/+6 |
* | Remove the ValueMap operator=, which was wrong (it did't correct the | Duncan Sands | 2010-08-09 | 1 | -6/+1 |
* | Change the Interval type to signed in ImmutableIntervalMap.h. | Zhongxing Xu | 2010-08-09 | 1 | -5/+5 |
* | Remove unused variable. | Benjamin Kramer | 2010-08-08 | 1 | -3/+0 |
* | Remove the ValueMap copy constructor. It's not used anywhere, | Duncan Sands | 2010-08-08 | 1 | -7/+1 |
* | Add a bit of a hack to avoid multiple defines of variables in | Eric Christopher | 2010-08-08 | 2 | -0/+12 |
* | Use the "isCompare" machine instruction attribute instead of calling the | Bill Wendling | 2010-08-08 | 1 | -6/+6 |
* | CMake: set configure macro LLVM_PREFIX | Oscar Fuentes | 2010-08-08 | 2 | -2/+2 |
* | CMake: configure header llvm-config.h | Oscar Fuentes | 2010-08-08 | 1 | -0/+84 |
* | Fix PR7809 by creating a header for just llvm variables that can be | Eric Christopher | 2010-08-08 | 3 | -19/+103 |