aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* GlobalOpt forgot to handle bitcast when analyzing globals. Found by inspection.Duncan Sands2012-07-022-1/+5
* Added assertion in getVRegDef of MachineRegisterInfo to make sure the virtualManman Ren2012-07-022-5/+8
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-02215-265/+265
* Fix the C++11 build. I hate narrowing conversions.Chandler Carruth2012-07-021-1/+1
* Reapply "Make NumMicroOps a variable in the subtarget's instruction itinerary."Andrew Trick2012-07-029-63/+81
* Fixed switch in IntRange::isSingleNumber method.Stepan Dyatkovskiy2012-07-021-1/+3
* Do not attempt to use ROR for Thumb1.Bob Wilson2012-07-022-4/+6
* fix the regression I introduced in r159385 (it's necessary to update PHI node...Nuno Lopes2012-07-022-0/+36
* IntRange, fixed warning in isSingleNumber methodStepan Dyatkovskiy2012-07-021-2/+1
* The built-in shell test runner for some reason doesn't like the quotingChandler Carruth2012-07-021-4/+2
* Fix the TCL-style quoting in one random test that somehow slippedChandler Carruth2012-07-021-1/+1
* Teach the built-in shell test runner in lit to handle '|&'-style pipes.Chandler Carruth2012-07-021-4/+15
* IntRange:Stepan Dyatkovskiy2012-07-027-211/+329
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-02443-609/+611
* Make tests which first provide a negative assertion via 'not', thenChandler Carruth2012-07-029-9/+18
* Rewrite three tests that had truly egregious abuses of 'grep' in them toChandler Carruth2012-07-023-32/+643
* [asan] small code simplificationKostya Serebryany2012-07-021-18/+14
* Switch a bunch of Linker tests from using elaborate echo productions toChandler Carruth2012-07-0214-55/+60
* This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...Alexey Samsonov2012-07-0212-31/+174
* Now that RegistersDefinedFromSameValue handles one instruction being anRafael Espindola2012-07-012-14/+31
* Optimization of shuffle node that can fit to the register form of VBROADCAST ...Elena Demikhovsky2012-07-013-6/+135
* Reduce code size by using a second switch statement to avoid extra calls to S...Craig Topper2012-07-011-9/+19
* Add a break to the end of case statement missed in r159501.Craig Topper2012-07-011-0/+1
* Fix a crash on release builds if gather intrinsics are passed a non-constant ...Craig Topper2012-07-011-2/+5
* Use a second switch statement to reduce number of calls to SelectGather in co...Craig Topper2012-07-011-17/+23
* Reduce use list thrashing by using DenseMap's find_as for maps with ValueHand...Benjamin Kramer2012-06-302-9/+11
* Don't reinsert the 'atexit' function if it already exists.Bill Wendling2012-06-301-2/+1
* Hoist LLVM's lit testsuite infrastructure into module so that it can beChandler Carruth2012-06-303-22/+63
* Avoid sign compare warning.Benjamin Kramer2012-06-301-1/+1
* 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-294-36/+51
* Clear kill flags in InstrEmitter::EmitSubregNode().Jakob Stoklund Olesen2012-06-292-2/+38
* 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-292-0/+16
* 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-292-5/+24
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-2950-184/+187
* Update the CMake files.Bill Wendling2012-06-292-1/+1
* Sphinxify the Atomics documentation.Bill Wendling2012-06-292-569/+441
* The DIBuilder class is just a wrapper around debug info creationBill Wendling2012-06-298-9/+9
* Revert "Make NumMicroOps a variable in the subtarget's instruction itinerary."Andrew Trick2012-06-299-79/+62
* In the initial exec mode we always do a load to find the address of a variable.Rafael Espindola2012-06-292-9/+10
* 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-292-16/+25