aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-29Don't PRE compares.Jakob Stoklund Olesen
2012-03-29Replace assert(0) with llvm_unreachable to avoid warnings about dropping off ...Benjamin Kramer
2012-03-29Add support for objc property decls according to the page at:Eric Christopher
2012-03-29Make some headway towards compiling all of LLVM.Bill Wendling
2012-03-29Only allow symbolic names for (v)cmpss/sd/ps/pd encodings 8-31 to be used wit...Craig Topper
2012-03-29For X86, change load/dec-or-inc/store into dec-or-inc, respectively.Joel Jones
2012-03-29Cleanup whitespace.Bill Wendling
2012-03-29Cache the end() iterator.Bill Wendling
2012-03-29Reverted to revision 153616 to unblock buildJoel Jones
2012-03-29For X86, change load/dec-or-inc/store into dec-or-inc, respectively.Joel Jones
2012-03-28Enable machine code verification in the entire code generator.Jakob Stoklund Olesen
2012-03-28Enable machine code verification after PreSched2 passes.Jakob Stoklund Olesen
2012-03-28Cleanup some whitespaces.Bill Wendling
2012-03-28Don't kill the base register when expanding strd.Jakob Stoklund Olesen
2012-03-28Preserve implicit defs in ARMLoadStoreOptimizer.Jakob Stoklund Olesen
2012-03-28Tidy up. Whitespace.Jim Grosbach
2012-03-28Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev
2012-03-28Handle intrinsics in GlobalsModRef. Fixes pr12351.Rafael Espindola
2012-03-28Spill DPair registers, not just QPR.Jakob Stoklund Olesen
2012-03-28Also verify after ExpandPostRAPseudos.Jakob Stoklund Olesen
2012-03-28Inline function into its one caller.Bill Wendling
2012-03-28Enable machine code verification after the late machine optimization passes.Jakob Stoklund Olesen
2012-03-28Skip liveness verification when MRI->tracksLiveness() is false.Jakob Stoklund Olesen
2012-03-28Reformat the LTOModule code to be more inline with LLVM's coding standards. AddBill Wendling
2012-03-28Revert r153516: "Invalidate liveness in Thumb2ITBlockPass."Jakob Stoklund Olesen
2012-03-28Allow removeLiveIn to be called with a register that isn't live-in.Jakob Stoklund Olesen
2012-03-28Revert r153521 as it's causing large regressions on the nightly testers.Chad Rosier
2012-03-28Fixed commuteInstructions bug where if its called pre-regalloc the subreg ind...Pete Cooper
2012-03-28GlobalOpt: If we have an inbounds GEP from a ConstantAggregateZero global tha...Benjamin Kramer
2012-03-28Add another note about a missed compare with nsw arithmetic instcombine.Benjamin Kramer
2012-03-28Fixup VST1.32 with writeback instruction. Also re-factor non-writeback version.Richard Barton
2012-03-28Switch to WeakVHs in the value mapper, and aggressively prune dead basicChandler Carruth
2012-03-28More debug output.Eric Christopher
2012-03-28Fix the output of the DW_TAG_friend tag to include DW_AT_friendEric Christopher
2012-03-28Some whitespace cleanup.Bill Wendling
2012-03-28Use the correct filename for the error message.Bill Wendling
2012-03-28Use Nakamura's suggestion of bypassing using 'filename' and just the pointers...Bill Wendling
2012-03-28Turn off post-RA scheduler by default.Akira Hatanaka
2012-03-28Fix 80-column violation.Chad Rosier
2012-03-28Fix test case.Akira Hatanaka
2012-03-28Turn on post register allocation scheduler.Akira Hatanaka
2012-03-28Sort relocation entries before they are written out to a file. MIPS ABIAkira Hatanaka
2012-03-28Emit all directives except for ".cprestore" during asm printing rather than emitAkira Hatanaka
2012-03-28Mark flag neverHasSideEffects of pattern-less instructions that do not haveAkira Hatanaka
2012-03-27MSVC doesn't like the mixing of declarations and statements in a .c file.Francois Pichet
2012-03-27Add a note about a cute little fabs optimization.Benjamin Kramer
2012-03-27Add two missed instcombines related to compares with nsw arithmetic.Benjamin Kramer
2012-03-27Try to use the CWD if the path to the GCDA output is not available (e.g., theBill Wendling
2012-03-27Remove trailing white space.Akira Hatanaka
2012-03-27Use a SmallVector and linear lookup instead of a DenseSet - SourceMap valuesLang Hames