aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-13Fixed the revision 129449.Junjie Gu
2011-04-13Passing unroll parameters (unroll-count, threshold, and partial unroll) via L...Junjie Gu
2011-04-13Load multiple object files and link them via RuntimeDyld in llvm-rtdyld.Jim Grosbach
2011-04-13Add the alias analysis to the C api.Rafael Espindola
2011-04-13Allow user-specified program entry point for llvm-rtdyld.Jim Grosbach
2011-04-13MCJIT relocation resolution.Jim Grosbach
2011-04-13Export LLVM_TARGETS_WITH_JIT in LLVMConfig.cmake.in. Without this,Oscar Fuentes
2011-04-13PR9214: Convert ConstantExpr::getIndices() to return an ArrayRef, plusJay Foad
2011-04-13Stop using dead function.Jakob Stoklund Olesen
2011-04-13Remove some redundant llvm:: prefixes.Jay Foad
2011-04-13Fix a comment.Jay Foad
2011-04-13PR9214: Convert ConstantExpr::getWithOperands() to use ArrayRef.Jay Foad
2011-04-13Fix typo.Jay Foad
2011-04-13Fix typo in comment.Jay Foad
2011-04-13Like the coding standards say, do not use "using namespace std".Jay Foad
2011-04-13Fix an obvious problem with an alignment computation. AsmPrinter actually doesCameron Zwarich
2011-04-13Fix a typo.Cameron Zwarich
2011-04-13If a global variable has a specified alignment that is less than the preferredCameron Zwarich
2011-04-13Use %ull here.Nick Lewycky
2011-04-13Recommit r129383. PreRA scheduler heuristic fixes: VRegCycle, TokenFactor lat...Andrew Trick
2011-04-13Reapply r129401 with patch for clang.Bill Wendling
2011-04-13Temporarily revert r129408 to see if it brings the bots back.Eric Christopher
2011-04-12Be consistent about being virtual and returning void in the cfi methods.Rafael Espindola
2011-04-12Add sanity check for Ld/St Dual forms of Thumb2 instructions.Johnny Chen
2011-04-12Add @earlyclobber constraints to the writeback register of all ARM store inst...Jakob Stoklund Olesen
2011-04-12Fix a bug where we were counting the alias sets as completely usedEric Christopher
2011-04-12I missed this new file in previous commit.Devang Patel
2011-04-12Simplify. There is no need to use static variable.Devang Patel
2011-04-12Do not reuse parameter name.Devang Patel
2011-04-12Fix a hole in the definition of "dependence" used by trap values. TrapDan Gohman
2011-04-12Revert r129401 for now. Clang is using the old way of doing things.Bill Wendling
2011-04-12This mechanical patch moves type handling into CompileUnit from DwarfDebug. I...Devang Patel
2011-04-12Remove the unaligned load intrinsics in favor of using native unaligned loads.Bill Wendling
2011-04-12Add more comments... err debug statements to the fast allocator.Eric Christopher
2011-04-12Fix compiler command line used by lit.py when working with NMakeOscar Fuentes
2011-04-12The Thumb2 RFE instructions need to have their second halfword fully specified.Johnny Chen
2011-04-12SparseBitVector is SLOW.Jakob Stoklund Olesen
2011-04-12MCJIT lazy relocation resolution and symbol address re-assignment.Jim Grosbach
2011-04-12Add bad register checks for Thumb2 Ld/St instructions.Johnny Chen
2011-04-12Revert 129383. It causes some targets to hit a scheduler assert.Andrew Trick
2011-04-12Print our uint64_t with the more portable (C99 and C++0x) %PRIu64 formatNick Lewycky
2011-04-12PreRA scheduler heuristic fixes: VRegCycle, TokenFactor latency.Andrew Trick
2011-04-12Document how to build a LLVM pass with CMake out of source.Oscar Fuentes
2011-04-12The counters are unsigned.Nick Lewycky
2011-04-12Create new intervals for isolated blocks during region splitting.Jakob Stoklund Olesen
2011-04-12Remove LastOffset from the asm parser.Rafael Espindola
2011-04-12The Thumb2 Ld, St, and Preload instructions with the i12 forms should have it...Johnny Chen
2011-04-12Add SplitKit API to query and select the current interval being worked on.Jakob Stoklund Olesen
2011-04-12Fix a bug in RegAllocBase::addMBBLiveIns() where a basic block could accident...Jakob Stoklund Olesen
2011-04-12Remove dead typedef.Devang Patel