aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-15Remove aligned/unaligned load/store fragments defined in MipsInstrInfo.td andAkira Hatanaka
2012-09-15Revert r163878 as it breaks on targets with alternate register names. Such ta...Craig Topper
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-15TableGen subtarget parser. Handle new machine model.Andrew Trick
2012-09-15TableGen subtarget parser. Handle new machine model.Andrew Trick
2012-09-15TableGen subtarget parser. Handle new machine model.Andrew Trick
2012-09-14cmake: Fix file path.Daniel Dunbar
2012-09-14formatted_raw_ostream: Fix a serious bug in tell().Daniel Dunbar
2012-09-14Some small reorganization to get read for Attributes overhaul.Bill Wendling
2012-09-14Remove comment.Bill Wendling
2012-09-14Fix up erroneous alignas usage while making this portable to GCC 4.7David Blaikie
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-14comment typoAndrew Trick
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-14whitespaceAndrew 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-14Add in comments that explain what the indexing and the size of the arrays is ...Micah Villmow
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
2012-09-14Be a bit more aggressive in bailing out of this routine. Spotted byChandler Carruth
2012-09-14Add some comments clarifying that the GEP analysis for vector GEPs isChandler Carruth
2012-09-14Move an instance variable to a local variable based on review by Duncan.Chandler Carruth
2012-09-14Add a comment about debug intrinsics that I *really* don't want toChandler Carruth
2012-09-14Add two asserts that Duncan thought would help ensure things don't rotChandler Carruth
2012-09-14Actually keep the flag default-off for now. =/ That's what I get forChandler Carruth
2012-09-14Remove some dead, commented out code Duncan spotted in review.Chandler Carruth
2012-09-14Wrap the dumping and printing routines in NDEBUG and LLVM_ENABLE_DUMP macros.Chandler Carruth
2012-09-14Lots of comment fixes and cleanups from Duncan's review.Chandler Carruth
2012-09-14SROA.cpp: Unbreak gcc, sorry!NAKAMURA Takumi
2012-09-14SROA.cpp: Appease msvc. LLVM_ATTRIBUTE(s) should come front of "const".NAKAMURA Takumi
2012-09-14Speculative change to try to fix older GCC versions that can't handleChandler Carruth
2012-09-14Introduce a new SROA implementation.Chandler Carruth
2012-09-14Remove silly dead store. Patch by Ettl Martin.Duncan Sands
2012-09-14Allow the second opcode info table to be 8, 16, or 32-bits as needed to repre...Craig Topper
2012-09-14Reduce size of register name index tables by using uint16_t for all in tree t...Craig Topper
2012-09-14misched: Generic tablegen classes for the new machine model.Andrew Trick
2012-09-14commentAndrew Trick
2012-09-14commentAndrew Trick