aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-09-17Revert r164061-r164067. Most of the new subtarget emitter.Andrew Trick
2012-09-17PGO: preserve branch-weight metadata when simplifying SwitchOnSelect.Manman Ren
2012-09-17InitMCProcessorAndrew Trick
2012-09-17TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick
2012-09-17TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...Andrew Trick
2012-09-17Add some cases to x86 OptimizeCompare to handle DEC and INC, too.Jan Wen Voung
2012-09-17PGO: preserve branch-weight metadata when simplifying two branches with a commonManman Ren
2012-09-17Make sure there is enough room for RA. getStackSize needs to be cleaned up butAkira Hatanaka
2012-09-17Increase the static sizes of some SmallSets. finalizeBundle() is very frequen...Michael Ilseman
2012-09-17whitespaceMichael Ilseman
2012-09-17Fix PR13859Michael Liao
2012-09-17s/__llvm_gcov_flush/__gcov_flush/gBill Wendling
2012-09-17LLVM_ATTRIBUTE_USED forces emission of a function. To silence unused function...Benjamin Kramer
2012-09-17NewSROA: Provide a full set of operator< for ByteRanges.Benjamin Kramer
2012-09-17Fix a few vars that can end up being used without initialization.Axel Naumann
2012-09-17Removed the VMLxForwarding feature for the Cortex-A15 target.Silviu Baranga
2012-09-17Add a MachinePostDominator passTom Stellard
2012-09-17Disable the protection from escaped allocas in an attempt to find violating p...Nadav Rotem
2012-09-16Refactor the SROA visitors for partitioning an alloca and buildingChandler Carruth
2012-09-16Change unsigned to uint32_t to match base class declaration and other targets.Craig Topper
2012-09-16Fix bad comment. No functional change.Craig Topper
2012-09-16The PMOVZXWD family of functions had patterns extends narrow vector types to ...Nadav Rotem
2012-09-16Add alternative coalescing algorithm under a flag.Jakob Stoklund Olesen
2012-09-15Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper
2012-09-15Remove unused private fields to silence -Wunused-private-field.Craig Topper
2012-09-15Don't depend on kill flags in removeCopyByCommutingDef().Jakob Stoklund Olesen
2012-09-15Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper
2012-09-15Disable new sroa now that all buildbots have tested it.Benjamin Kramer
2012-09-15X86: Emitting x87 fsin/fcos for sinf/cosf is not safe without unsafe fp math.Benjamin Kramer
2012-09-15Port the SSAUpdater-based promotion logic from the old SROA pass to theChandler Carruth
2012-09-15Remove aligned/unaligned load/store fragments defined in MipsInstrInfo.td andAkira Hatanaka
2012-09-15Handled unaligned load/stores properly in Mips16 Akira Hatanaka
2012-09-15PGO: preserve branch-weight metadata when simplifying two branches with a commonManman Ren
2012-09-14Remove comment.Bill Wendling
2012-09-14PGO: preserve branch-weight metadata when simplifying a switch with a singleManman Ren
2012-09-14Stylistic and 80-col fixesEvan Cheng
2012-09-14TargetSchedModel interface. To be implemented...Andrew Trick
2012-09-14Define MC data tables for the new scheduling machine model.Andrew Trick
2012-09-14Review feedback from Duncan Sands. Alphabetize includes and simplifyAlex Rosenberg
2012-09-14Try to fix the bots by detecting inconsistant branch-weight metadata.Manman Ren
2012-09-14Implement getNumLDMAddresses and expose through ARMBaseInstrInfo.Andrew Trick
2012-09-14Cortex-A9 instruction-level scheduling machine model.Andrew Trick
2012-09-14PGO: preserve branch-weight metadata when merging two switches whereManman Ren
2012-09-14misched: add a hook for custom DAG postprocessing.Andrew Trick
2012-09-14DAG post-process for Hexagon MI schedulerSergei Larin
2012-09-14Fix Doxygen issues:Dmitri Gribenko
2012-09-14SROA: Silence unused variable warnings in Release builds.Benjamin Kramer
2012-09-14Remove redundant private field.Benjamin Kramer
2012-09-14Rework the computation of a sub-structure natural type. There wereChandler Carruth
2012-09-14Rely on the recursive check for pointer types rather than adding anChandler Carruth