aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add testcase for r153705Bill Wendling2012-03-301-0/+59
* If we have a VLA that has a "use" in a metadata node that's then usedBill Wendling2012-03-301-1/+12
* Change the constant in this testcase so that it results in a constant poolLang Hames2012-03-291-3/+3
* Revert r153694. It was causing failures in the buildbots.Bill Wendling2012-03-2957-1828/+1073
* Invalidate liveness in ARMConstantIslandPass.Jakob Stoklund Olesen2012-03-291-0/+4
* Prefer even-odd D-register pairs.Jakob Stoklund Olesen2012-03-291-1/+2
* Filecheck-ize this test so that it actually tests something reasonable.Chandler Carruth2012-03-291-2/+13
* Try using vmov.i32 to materialize FP32 constants that can't be materialized byLang Hames2012-03-291-23/+54
* Re-factored RuntimeDyld.Danil Malyshev2012-03-2957-1073/+1828
* Lowercase the tag name to match the rest of dwarf.Eric Christopher2012-03-294-5/+5
* ARM assembly 'cmp lr, #0' should not encode using 'cmn'.Jim Grosbach2012-03-294-4/+10
* The shuffle scheduler is only available in asserts build - make misched-new.llLang Hames2012-03-291-0/+1
* Handle register copies for the new ARM register classes.Jakob Stoklund Olesen2012-03-291-19/+41
* Drop O4 from the llc manpage, it was removed in r70445.Benjamin Kramer2012-03-291-1/+1
* Make x86 REP_MOV* and REP_STO instructions use the correct operand sizes in 6...Lang Hames2012-03-292-25/+59
* Fix missed files in JIT unittests MakefileDanil Malyshev2012-03-291-1/+2
* Expand FREM.Akira Hatanaka2012-03-292-0/+15
* Add more constness to CodeGenRegisters.Jakob Stoklund Olesen2012-03-293-7/+7
* Don't PRE compares.Jakob Stoklund Olesen2012-03-292-1/+76
* Replace assert(0) with llvm_unreachable to avoid warnings about dropping off ...Benjamin Kramer2012-03-291-6/+5
* Add support for objc property decls according to the page at:Eric Christopher2012-03-296-15/+65
* Make some headway towards compiling all of LLVM.Bill Wendling2012-03-292-36/+55
* Only allow symbolic names for (v)cmpss/sd/ps/pd encodings 8-31 to be used wit...Craig Topper2012-03-291-12/+13
* For X86, change load/dec-or-inc/store into dec-or-inc, respectively.Joel Jones2012-03-293-101/+273
* Cleanup whitespace.Bill Wendling2012-03-291-15/+12
* Cache the end() iterator.Bill Wendling2012-03-291-3/+3
* Reverted to revision 153616 to unblock buildJoel Jones2012-03-293-273/+101
* For X86, change load/dec-or-inc/store into dec-or-inc, respectively.Joel Jones2012-03-293-101/+273
* Enable machine code verification in the entire code generator.Jakob Stoklund Olesen2012-03-283-15/+5
* Enable machine code verification after PreSched2 passes.Jakob Stoklund Olesen2012-03-282-2/+4
* Cleanup some whitespaces.Bill Wendling2012-03-282-136/+132
* Don't kill the base register when expanding strd.Jakob Stoklund Olesen2012-03-282-0/+19
* Preserve implicit defs in ARMLoadStoreOptimizer.Jakob Stoklund Olesen2012-03-282-4/+23
* Tidy up. Whitespace.Jim Grosbach2012-03-281-3/+3
* Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev2012-03-2814-332/+233
* Handle intrinsics in GlobalsModRef. Fixes pr12351.Rafael Espindola2012-03-282-0/+39
* Spill DPair registers, not just QPR.Jakob Stoklund Olesen2012-03-284-7/+22
* Also verify after ExpandPostRAPseudos.Jakob Stoklund Olesen2012-03-281-1/+1
* Inline function into its one caller.Bill Wendling2012-03-281-7/+2
* Enable machine code verification after the late machine optimization passes.Jakob Stoklund Olesen2012-03-281-3/+3
* Skip liveness verification when MRI->tracksLiveness() is false.Jakob Stoklund Olesen2012-03-281-105/+112
* Reformat the LTOModule code to be more inline with LLVM's coding standards. AddBill Wendling2012-03-282-105/+170
* Revert r153516: "Invalidate liveness in Thumb2ITBlockPass."Jakob Stoklund Olesen2012-03-282-8/+0
* Allow removeLiveIn to be called with a register that isn't live-in.Jakob Stoklund Olesen2012-03-281-2/+2
* Revert r153521 as it's causing large regressions on the nightly testers.Chad Rosier2012-03-283-56/+0
* Fixed commuteInstructions bug where if its called pre-regalloc the subreg ind...Pete Cooper2012-03-281-6/+15
* GlobalOpt: If we have an inbounds GEP from a ConstantAggregateZero global tha...Benjamin Kramer2012-03-282-0/+17
* Add another note about a missed compare with nsw arithmetic instcombine.Benjamin Kramer2012-03-281-0/+7
* Fixup VST1.32 with writeback instruction. Also re-factor non-writeback version.Richard Barton2012-03-282-21/+21
* Switch to WeakVHs in the value mapper, and aggressively prune dead basicChandler Carruth2012-03-283-14/+24