aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-06-29misched: count micro-ops toward the issue limit.Andrew Trick
2012-06-29Make NumMicroOps a variable in the subtarget's instruction itinerary.Andrew Trick
2012-06-29X86: add more GATHER intrinsics in LLVMManman Ren
2012-06-28If the step value is a constant zero, the loop isn't going to terminate. FixesNick Lewycky
2012-06-28make the verifier accept @llvm.donothing as the only intrinsic that can be in...Nuno Lopes
2012-06-28make simplifyCFG erase invokes to readonly/readnone functionsNuno Lopes
2012-06-28make instcombine produce calls to llvm.donothing instead of a random intrinsicNuno Lopes
2012-06-28add a new @llvm.donothing intrinsic that, well, does nothing, and teach CodeG...Nuno Lopes
2012-06-28'Promote' vector [su]int_to_fp should widen elements.Jim Grosbach
2012-06-28Changed the formatting sequence of a curly brace to Jack Carter
2012-06-28Remove layering violation #include.Bill Wendling
2012-06-28Enable automatic GCC<->LLVM intrinsic translation for mips.Benjamin Kramer
2012-06-28MemoryBuiltins:Nuno Lopes
2012-06-28make LazyValueInfo analyze the default case of switch statements (we know tha...Nuno Lopes
2012-06-28add ConstantRange::difference (to perform set difference/relative complement)Nuno Lopes
2012-06-28Devirtualize DIScope and subclasses.Benjamin Kramer
2012-06-28[asan] set a hard limit on the number of instructions instrumented pear each ...Kostya Serebryany
2012-06-28Precompute SCEV pointer analysis prior to instruction fusion in BBVectorize.Hal Finkel
2012-06-28Remove a useless check in BBVectorize.Hal Finkel
2012-06-28Allow BBVectorize to form non-2^n-length vectors.Hal Finkel
2012-06-28Refactor operation equivalence checking in BBVectorize by extending Instructi...Hal Finkel
2012-06-28Only print out the tag if it's there.Bill Wendling
2012-06-28Don't output an empty string.Bill Wendling
2012-06-28The Mips specific inline asm operand modifier 'z' has theJack Carter
2012-06-28make LVI::getEdgeValue() always intersect the constraints of the edge with th...Nuno Lopes
2012-06-28fix a off-by-one bug in intersectWith(), and add a bunch of testsNuno Lopes
2012-06-28Use the interface through DIDescriptor to get the tag/version for a debug infoBill Wendling
2012-06-28Fix cmake failure from moving files around.Bill Wendling
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling
2012-06-27This allows hello world to be compiled for Mips 64 direct object.Jack Carter
2012-06-27This allows hello world to be compiled for Mips 64 direct object.Jack Carter
2012-06-27Whitespace.Chad Rosier
2012-06-27The ELF relocation record format is different for N64 Jack Carter
2012-06-27Revert r159136 due to PR13124.Matt Beaumont-Gay
2012-06-27Some reassociate optimizations create new instructions, which they insert justDuncan Sands
2012-06-27Teach assembler to handle capitalised operation values for DSB instructionsRichard Barton
2012-06-27Prevent ARM Assembler crashing on unrecognised assembly format for DSB instru...Richard Barton
2012-06-27Silence uninitialized variable warning in MipsISelDAGToDAG.cpp.Akira Hatanaka
2012-06-27Fix bug in computation of stack size in MipsFrameLowering.cpp.Akira Hatanaka
2012-06-26Reduce indentation in function. Rearrange some methods. No functionality change.Bill Wendling
2012-06-26Revamp how debugging information is emitted for debug info objects.Bill Wendling
2012-06-26Add a missing check to avoid dereference null. No sensible test case possible...Evan Cheng
2012-06-26Remove a instcombine transform that (no longer?) makes sense:Evan Cheng
2012-06-26Implement getHostCPUName for ARM/linux. This will be used to implement -march...Benjamin Kramer
2012-06-26X86: add GATHER intrinsics (AVX2) in LLVMManman Ren
2012-06-26Fix ThreadLocalImpl::getInstance for --disable-threads.Argyrios Kyrtzidis
2012-06-26Allow targets to inject passes before the virtual register rewriter.Jakob Stoklund Olesen
2012-06-26There are a number of generic inline asm operand modifiers thatJack Carter
2012-06-26Replacing zero-sized alloca's with a null pointer is too aggressive, insteadDuncan Sands
2012-06-26Removed unused variableElena Demikhovsky