summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* 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
* Add two asserts that Duncan thought would help ensure things don't rotChandler Carruth2012-09-14
* Actually keep the flag default-off for now. =/ That's what I get forChandler Carruth2012-09-14
* Remove some dead, commented out code Duncan spotted in review.Chandler Carruth2012-09-14
* Wrap the dumping and printing routines in NDEBUG and LLVM_ENABLE_DUMP macros.Chandler Carruth2012-09-14
* Lots of comment fixes and cleanups from Duncan's review.Chandler Carruth2012-09-14
* SROA.cpp: Unbreak gcc, sorry!NAKAMURA Takumi2012-09-14
* SROA.cpp: Appease msvc. LLVM_ATTRIBUTE(s) should come front of "const".NAKAMURA Takumi2012-09-14
* Speculative change to try to fix older GCC versions that can't handleChandler Carruth2012-09-14
* Introduce a new SROA implementation.Chandler Carruth2012-09-14
* Remove silly dead store. Patch by Ettl Martin.Duncan Sands2012-09-14
* mips16 fixes.Akira Hatanaka2012-09-14
* Fix both the test for zero and what we do if we have a zero forEric Christopher2012-09-13
* Reformat, remove a couple unused variables and move some variablesEric Christopher2012-09-13
* Assembler: Darwin variables defined via .set are no-dead-strip.Jim Grosbach2012-09-13
* MachO: Correctly mark symbol-difference variables as N_ABS.Jim Grosbach2012-09-13
* Handle the new !tbaa.struct metadata tags when converting a memcpy into scalarDan Gohman2012-09-13
* Better const handling for RuntimeDyld and MCJIT.Jim Grosbach2012-09-13
* Fix commentMichael Liao2012-09-13
* Add wider vector/integer support for PR12312Michael Liao2012-09-13
* Enhance type legalization on bitcast from vector to integerMichael Liao2012-09-13
* Fix the TCRETURNmi64 bug differently.Jakob Stoklund Olesen2012-09-13
* Extract code for reducing a type to a single value type into a helper function.Dan Gohman2012-09-13
* Define an official slot for the new !tbaa.struct metadata tag.Dan Gohman2012-09-13
* mips16: When copying operands in a conditional branch instruction, allow forAkira Hatanaka2012-09-13
* Revert r163761 "Don't fold indexed loads into TCRETURNmi64."Jakob Stoklund Olesen2012-09-13
* MemCpyOpt: When forming a memset from stores also take GEP constexprs into ac...Benjamin Kramer2012-09-13
* Fix an 80 char line limit.Nadav Rotem2012-09-13
* Rename the flag which protects from escaped allocas, which may come from bugs...Nadav Rotem2012-09-13
* Unify the emission of the calling conventions into a single function to reduc...Micah Villmow2012-09-13