summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...Andrew Trick2012-09-17
* Add some cases to x86 OptimizeCompare to handle DEC and INC, too.Jan Wen Voung2012-09-17
* PGO: preserve branch-weight metadata when simplifying two branches with a commonManman Ren2012-09-17
* Make sure there is enough room for RA. getStackSize needs to be cleaned up butAkira Hatanaka2012-09-17
* Increase the static sizes of some SmallSets. finalizeBundle() is very frequen...Michael Ilseman2012-09-17
* whitespaceMichael Ilseman2012-09-17
* Fix PR13859Michael Liao2012-09-17
* s/__llvm_gcov_flush/__gcov_flush/gBill Wendling2012-09-17
* LLVM_ATTRIBUTE_USED forces emission of a function. To silence unused function...Benjamin Kramer2012-09-17
* NewSROA: Provide a full set of operator< for ByteRanges.Benjamin Kramer2012-09-17
* Fix a few vars that can end up being used without initialization.Axel Naumann2012-09-17
* Removed the VMLxForwarding feature for the Cortex-A15 target.Silviu Baranga2012-09-17
* Add a MachinePostDominator passTom Stellard2012-09-17
* Disable the protection from escaped allocas in an attempt to find violating p...Nadav Rotem2012-09-17
* Refactor the SROA visitors for partitioning an alloca and buildingChandler Carruth2012-09-16
* Change unsigned to uint32_t to match base class declaration and other targets.Craig Topper2012-09-16
* Fix bad comment. No functional change.Craig Topper2012-09-16
* The PMOVZXWD family of functions had patterns extends narrow vector types to ...Nadav Rotem2012-09-16
* Add alternative coalescing algorithm under a flag.Jakob Stoklund Olesen2012-09-16
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-15
* Remove unused private fields to silence -Wunused-private-field.Craig Topper2012-09-15
* Don't depend on kill flags in removeCopyByCommutingDef().Jakob Stoklund Olesen2012-09-15
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-15
* Disable new sroa now that all buildbots have tested it.Benjamin Kramer2012-09-15
* X86: Emitting x87 fsin/fcos for sinf/cosf is not safe without unsafe fp math.Benjamin Kramer2012-09-15
* Port the SSAUpdater-based promotion logic from the old SROA pass to theChandler Carruth2012-09-15
* Remove aligned/unaligned load/store fragments defined in MipsInstrInfo.td andAkira Hatanaka2012-09-15
* Handled unaligned load/stores properly in Mips16 Akira Hatanaka2012-09-15
* PGO: preserve branch-weight metadata when simplifying two branches with a commonManman Ren2012-09-15
* Remove comment.Bill Wendling2012-09-14
* PGO: preserve branch-weight metadata when simplifying a switch with a singleManman Ren2012-09-14
* Stylistic and 80-col fixesEvan Cheng2012-09-14
* TargetSchedModel interface. To be implemented...Andrew Trick2012-09-14
* Define MC data tables for the new scheduling machine model.Andrew Trick2012-09-14
* Review feedback from Duncan Sands. Alphabetize includes and simplifyAlex Rosenberg2012-09-14
* Try to fix the bots by detecting inconsistant branch-weight metadata.Manman Ren2012-09-14
* Implement getNumLDMAddresses and expose through ARMBaseInstrInfo.Andrew Trick2012-09-14
* Cortex-A9 instruction-level scheduling machine model.Andrew Trick2012-09-14
* PGO: preserve branch-weight metadata when merging two switches whereManman Ren2012-09-14
* misched: add a hook for custom DAG postprocessing.Andrew Trick2012-09-14
* DAG post-process for Hexagon MI schedulerSergei Larin2012-09-14
* Fix Doxygen issues:Dmitri Gribenko2012-09-14
* SROA: Silence unused variable warnings in Release builds.Benjamin Kramer2012-09-14
* Remove redundant private field.Benjamin Kramer2012-09-14
* Rework the computation of a sub-structure natural type. There wereChandler Carruth2012-09-14
* Rely on the recursive check for pointer types rather than adding anChandler Carruth2012-09-14
* Be a bit more aggressive in bailing out of this routine. Spotted byChandler Carruth2012-09-14
* Add some comments clarifying that the GEP analysis for vector GEPs isChandler Carruth2012-09-14
* Move an instance variable to a local variable based on review by Duncan.Chandler Carruth2012-09-14
* Add a comment about debug intrinsics that I *really* don't want toChandler Carruth2012-09-14