aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-29CodeGenPrepare: Don't crash when TLI is not available.Benjamin Kramer
2012-06-29Add getUniqueVRegDef to MachineRegisterInfo.Manman Ren
2012-06-29Rework this to clarify where the removal of nodes from the queue isDuncan Sands
2012-06-29RefreshCallGraph: ignore 'invoke intrinsic'. IntrinsicInst doesnt not recogni...Nuno Lopes
2012-06-29ignore 'invoke new' in isInstructionTriviallyDead, since most callers are not...Nuno Lopes
2012-06-29Cleanup in DwarfDebug - fix a typo and remove two unused functionsAlexey Samsonov
2012-06-29Fix a reassociate crash on sozefx when compiling with dragonegg+gcc-4.7 due toDuncan Sands
2012-06-29Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth
2012-06-29Update the CMake files.Bill Wendling
2012-06-29Sphinxify the Atomics documentation.Bill Wendling
2012-06-29The DIBuilder class is just a wrapper around debug info creationBill Wendling
2012-06-29Revert "Make NumMicroOps a variable in the subtarget's instruction itinerary."Andrew Trick
2012-06-29In the initial exec mode we always do a load to find the address of a variable.Rafael Espindola
2012-06-29misched: avoid scheduling instructions that can't be dispatched.Andrew Trick
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-29Remove a completely unnecessary mkdir from the CMake build.Chandler Carruth
2012-06-29Add a missing common variable to the lit.site.cfg generation. This wasChandler Carruth
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-28Regenerate.Eric Christopher
2012-06-28Remove layering violation #include.Bill Wendling
2012-06-28Fix hexagon gcc builtin names to use '_' instead of '.'.Benjamin Kramer
2012-06-28Enable automatic GCC<->LLVM intrinsic translation for mips.Benjamin Kramer
2012-06-28Define MIPS DSP Rev1 intrinsics. That allows frontend to emit a correct IR.Simon Atanasyan
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-28Sphinxify the bitcode format document.Bill Wendling
2012-06-28Fix Windows build after r159281: s/iterator/const_iteratorAlexey Samsonov
2012-06-28Move the setup for variables that are expanded in the lit.site.cfg intoChandler Carruth
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-28Silence unused variable warning.Richard Trieu