summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* Use zero-based shadow by default on Android.Evgeniy Stepanov2012-05-231-2/+7
* PR1255(case ranges) related changes in Local Transformations.Stepan Dyatkovskiy2012-05-231-10/+14
* Tidy up spacing.Craig Topper2012-05-231-2/+2
* small refinement to r157218 to save a tiny amount of table size in the commonChris Lattner2012-05-231-1/+3
* Fix indentation of wrapped line for readability. No functional change.Craig Topper2012-05-231-1/+1
* Add support for C++11 enum classes in llvm.Eric Christopher2012-05-232-2/+8
* address some of John Criswell's commentsNuno Lopes2012-05-221-31/+84
* ARMDisassembler.cpp: Fix utf8 char in comments.NAKAMURA Takumi2012-05-221-3/+3
* Untabify and 80-col.Eric Christopher2012-05-221-17/+17
* Formatting consistency.Eric Christopher2012-05-221-3/+4
* hopefully fix the CMake build. sorry for breakageNuno Lopes2012-05-221-0/+1
* LSR fix: add a missing phi check during IV hoisting.Andrew Trick2012-05-221-1/+2
* add a new pass to instrument loads and stores for run-time bounds checkingNuno Lopes2012-05-225-62/+286
* revert my previous patches that introduced an additional parameter to the obj...Nuno Lopes2012-05-222-131/+61
* Only erase virtregs with no uses left.Jakob Stoklund Olesen2012-05-221-4/+15
* Fix PR12858, a crash due to GVN's PRE not fully removing an instruction from theDuncan Sands2012-05-221-6/+12
* Fix constant used for pshufb mask when lowering v16i8 shuffles. Bug introduce...Craig Topper2012-05-221-1/+1
* This patch adds a predicate to existing mips32 and mips64 so that thoseAkira Hatanaka2012-05-226-101/+134
* ARM: .end_data_region mismatch in Thumb2.Jim Grosbach2012-05-211-2/+5
* Added address space qualifier to intrinsic PointerType arguments.Pete Cooper2012-05-211-2/+5
* Fix use of an unitialized value in the LegalizeOps expansion for ISD::SUB. N...Owen Anderson2012-05-211-1/+1
* Thumb2: RSB source register should be rGRP not GPRnopc.Jim Grosbach2012-05-211-4/+4
* Mark an unreachable region of code with llvm_unreachable.Dan Gohman2012-05-211-1/+1
* Typo.Chad Rosier2012-05-211-1/+1
* Make it so that the MArch, MCPU, MAttrs passed to EngineBuilder are actually ...Owen Anderson2012-05-211-4/+0
* PR1255 (case ranges: work with ConstantRangesSet instead of ConstantInt) rela...Stepan Dyatkovskiy2012-05-212-10/+30
* Allow 256-bit shuffles to still be split even if only half of the shuffle com...Craig Topper2012-05-211-15/+44
* Give a small negative bias to giant edge bundles.Jakob Stoklund Olesen2012-05-211-0/+11
* Clear kill flags on the fly when joining intervals.Jakob Stoklund Olesen2012-05-201-36/+22
* Make the global base reg GR32_NOSP.Jakob Stoklund Olesen2012-05-201-1/+1
* Constrain regclasses in PeepholeOptimizer.Jakob Stoklund Olesen2012-05-201-1/+10
* Constrain register classes in TailDup.Jakob Stoklund Olesen2012-05-201-3/+5
* When legalising shifts, do not pre-build a list of operands whichPeter Collingbourne2012-05-201-10/+14
* Emit memcmp directly from the StringMatcherEmitter.Benjamin Kramer2012-05-201-4/+4
* Plug a leak when using MCJIT.Benjamin Kramer2012-05-201-1/+1
* Add a missing PPC 64-bit stwu pattern.Hal Finkel2012-05-201-0/+8
* Use TargetMachine's register info instead of creating a new one and leaking it.Benjamin Kramer2012-05-201-1/+1
* Use the right register class for LDRrs.Jakob Stoklund Olesen2012-05-201-1/+1
* Transfer memory operands to the right instruction.Jakob Stoklund Olesen2012-05-201-1/+1
* Properly constrain register classes for sub-registers.Jakob Stoklund Olesen2012-05-201-0/+2
* Properly constrain register classes in 2-addr.Jakob Stoklund Olesen2012-05-201-0/+6
* Missed a push_back in r157147.Jakob Stoklund Olesen2012-05-201-1/+0
* Avoid deleting extra copies when RegistersDefinedFromSameValue is true.Jakob Stoklund Olesen2012-05-201-7/+8
* Fix build bots.Jakob Stoklund Olesen2012-05-201-4/+4
* LiveRangeQuery simplifies shrinkToUses().Jakob Stoklund Olesen2012-05-201-10/+6
* Use LiveRangeQuery in ScheduleDAGInstrs.Jakob Stoklund Olesen2012-05-201-11/+3
* Eliminate some uses of struct LiveRange.Jakob Stoklund Olesen2012-05-201-12/+15
* Use LiveRangeQuery instead of getLiveRangeContaining().Jakob Stoklund Olesen2012-05-201-4/+4
* Do not pass an invalid domtree to SimplifyInstruction fromPeter Collingbourne2012-05-201-2/+2
* Simplify overlap check.Jakob Stoklund Olesen2012-05-191-8/+1
OpenPOWER on IntegriCloud