aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-07-02GlobalOpt forgot to handle bitcast when analyzing globals. Found by inspection.Duncan Sands
2012-07-02Added assertion in getVRegDef of MachineRegisterInfo to make sure the virtualManman Ren
2012-07-02Reapply "Make NumMicroOps a variable in the subtarget's instruction itinerary."Andrew Trick
2012-07-02Do not attempt to use ROR for Thumb1.Bob Wilson
2012-07-02fix the regression I introduced in r159385 (it's necessary to update PHI node...Nuno Lopes
2012-07-02IntRange:Stepan Dyatkovskiy
2012-07-02[asan] small code simplificationKostya Serebryany
2012-07-02This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...Alexey Samsonov
2012-07-01Now that RegistersDefinedFromSameValue handles one instruction being anRafael Espindola
2012-07-01Optimization of shuffle node that can fit to the register form of VBROADCAST ...Elena Demikhovsky
2012-07-01Reduce code size by using a second switch statement to avoid extra calls to S...Craig Topper
2012-07-01Add a break to the end of case statement missed in r159501.Craig Topper
2012-07-01Fix a crash on release builds if gather intrinsics are passed a non-constant ...Craig Topper
2012-07-01Use a second switch statement to reduce number of calls to SelectGather in co...Craig Topper
2012-06-30Reduce use list thrashing by using DenseMap's find_as for maps with ValueHand...Benjamin Kramer
2012-06-30Don't reinsert the 'atexit' function if it already exists.Bill Wendling
2012-06-30Handle implicit_defs in the register coalescer. I am still trying to produceRafael Espindola
2012-06-29revert r159440. As Duncan pointed out, the test for invoke is not needed at t...Nuno Lopes
2012-06-29ARM: Clean up optimizeCompare in peephole, no functional change.Manman Ren
2012-06-29Add SrcReg2 to analyzeCompare and optimizeCompareInstr to handle CompareManman Ren
2012-06-29Clear kill flags in InstrEmitter::EmitSubregNode().Jakob Stoklund Olesen
2012-06-29Check for extra kill flags on live-out virtual registers.Jakob Stoklund Olesen
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-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-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