aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Handle implicit_defs in the register coalescer. I am still trying to produceRafael Espindola2012-06-301-27/+40
* revert r159440. As Duncan pointed out, the test for invoke is not needed at t...Nuno Lopes2012-06-291-2/+1
* ARM: Clean up optimizeCompare in peephole, no functional change.Manman Ren2012-06-291-80/+73
* Add SrcReg2 to analyzeCompare and optimizeCompareInstr to handle CompareManman Ren2012-06-293-28/+40
* Clear kill flags in InstrEmitter::EmitSubregNode().Jakob Stoklund Olesen2012-06-291-0/+1
* Check for extra kill flags on live-out virtual registers.Jakob Stoklund Olesen2012-06-291-0/+14
* CodeGenPrepare: Don't crash when TLI is not available.Benjamin Kramer2012-06-291-1/+2
* Add getUniqueVRegDef to MachineRegisterInfo.Manman Ren2012-06-291-0/+11
* Rework this to clarify where the removal of nodes from the queue isDuncan Sands2012-06-291-8/+9
* RefreshCallGraph: ignore 'invoke intrinsic'. IntrinsicInst doesnt not recogni...Nuno Lopes2012-06-291-1/+3
* ignore 'invoke new' in isInstructionTriviallyDead, since most callers are not...Nuno Lopes2012-06-291-1/+2
* Cleanup in DwarfDebug - fix a typo and remove two unused functionsAlexey Samsonov2012-06-291-7/+1
* Fix a reassociate crash on sozefx when compiling with dragonegg+gcc-4.7 due toDuncan Sands2012-06-291-5/+13
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-2925-138/+138
* Update the CMake files.Bill Wendling2012-06-292-1/+1
* The DIBuilder class is just a wrapper around debug info creationBill Wendling2012-06-296-7/+7
* Revert "Make NumMicroOps a variable in the subtarget's instruction itinerary."Andrew Trick2012-06-295-64/+49
* In the initial exec mode we always do a load to find the address of a variable.Rafael Espindola2012-06-291-4/+4
* misched: avoid scheduling instructions that can't be dispatched.Andrew Trick2012-06-291-6/+29
* misched: count micro-ops toward the issue limit.Andrew Trick2012-06-291-10/+19
* Make NumMicroOps a variable in the subtarget's instruction itinerary.Andrew Trick2012-06-295-49/+64
* X86: add more GATHER intrinsics in LLVMManman Ren2012-06-294-23/+60
* If the step value is a constant zero, the loop isn't going to terminate. FixesNick Lewycky2012-06-281-1/+1
* make the verifier accept @llvm.donothing as the only intrinsic that can be in...Nuno Lopes2012-06-281-2/+4
* make simplifyCFG erase invokes to readonly/readnone functionsNuno Lopes2012-06-281-6/+7
* make instcombine produce calls to llvm.donothing instead of a random intrinsicNuno Lopes2012-06-281-7/+4
* add a new @llvm.donothing intrinsic that, well, does nothing, and teach CodeG...Nuno Lopes2012-06-281-1/+8
* 'Promote' vector [su]int_to_fp should widen elements.Jim Grosbach2012-06-281-3/+54
* Changed the formatting sequence of a curly brace to Jack Carter2012-06-281-2/+2
* Remove layering violation #include.Bill Wendling2012-06-281-1/+0
* Enable automatic GCC<->LLVM intrinsic translation for mips.Benjamin Kramer2012-06-281-1/+6
* MemoryBuiltins:Nuno Lopes2012-06-281-14/+37
* make LazyValueInfo analyze the default case of switch statements (we know tha...Nuno Lopes2012-06-281-16/+15
* add ConstantRange::difference (to perform set difference/relative complement)Nuno Lopes2012-06-281-0/+6
* Devirtualize DIScope and subclasses.Benjamin Kramer2012-06-281-26/+0
* [asan] set a hard limit on the number of instructions instrumented pear each ...Kostya Serebryany2012-06-281-0/+12
* Precompute SCEV pointer analysis prior to instruction fusion in BBVectorize.Hal Finkel2012-06-281-10/+51
* Remove a useless check in BBVectorize.Hal Finkel2012-06-281-5/+0
* Allow BBVectorize to form non-2^n-length vectors.Hal Finkel2012-06-281-132/+532
* Refactor operation equivalence checking in BBVectorize by extending Instructi...Hal Finkel2012-06-282-28/+18
* Only print out the tag if it's there.Bill Wendling2012-06-281-1/+2
* Don't output an empty string.Bill Wendling2012-06-281-2/+3
* The Mips specific inline asm operand modifier 'z' has theJack Carter2012-06-281-1/+13
* make LVI::getEdgeValue() always intersect the constraints of the edge with th...Nuno Lopes2012-06-281-36/+53
* fix a off-by-one bug in intersectWith(), and add a bunch of testsNuno Lopes2012-06-281-1/+1
* Use the interface through DIDescriptor to get the tag/version for a debug infoBill Wendling2012-06-281-9/+11
* Fix cmake failure from moving files around.Bill Wendling2012-06-282-1/+1
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-2838-103/+101
* This allows hello world to be compiled for Mips 64 direct object.Jack Carter2012-06-271-0/+1
* This allows hello world to be compiled for Mips 64 direct object.Jack Carter2012-06-274-3/+54