summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Add Thumb1 support for virtual frame indices.Jim Grosbach2010-08-19
* Remove disabled assertion.Evan Cheng2010-08-19
* Teach machine-sink to break critical edges when appropriate. Work in progress.Evan Cheng2010-08-19
* buildbot/valgrind: Update RegisterPass false positive suppression for APIDaniel Dunbar2010-08-19
* buildbot/valgrind: Suppress warnings about leaks in /bin/grep.Daniel Dunbar2010-08-19
* Re-re-revert this patch. It seems to be causing performanceEric Christopher2010-08-19
* tests: Haste makes waste.Daniel Dunbar2010-08-19
* tests: Ignore whitespace in llvm_supports_binding() and llvm_gcc_supports().Daniel Dunbar2010-08-19
* Silence warning.Eric Christopher2010-08-19
* MCELF: Count the section orders properly. Patch by Roman Divacky.Benjamin Kramer2010-08-19
* Fixed and reactivated a partial specialization testKenneth Uildriks2010-08-19
* Use std::string instead of StringRef in ClangAttrEmitter.cpp; per report onEli Friedman2010-08-19
* Update local stack block allocation to let PEI do the allocs if no additionalJim Grosbach2010-08-19
* Revert r111199; it breaks -debug-pass=Structure output.Dan Gohman2010-08-19
* Reapply the virtual register patch from 109102. The places where we wereEric Christopher2010-08-19
* fix PR7465, mishandling of lcall and ljmp: intersegment long Chris Lattner2010-08-19
* Process the step before the start, because it's usually the simplerDan Gohman2010-08-19
* minor progress towards fixing PR7465Chris Lattner2010-08-19
* Add an AddOptionalDefs method and use it.Eric Christopher2010-08-19
* lit/GoogleTest: Add .exe to the suffix when looking for tests.Daniel Dunbar2010-08-19
* Add include missing for VC build.Sean Hunt2010-08-19
* Testcase for llvm-gcc checkin 111482.Dale Johannesen2010-08-19
* Add the "isCompare" attribute to the defm instead of each individual instr.Bill Wendling2010-08-19
* Remove three spurious semicolonsSean Hunt2010-08-19
* Don't call Predicate_* in Mips.Jakob Stoklund Olesen2010-08-18
* Remove extra header.Eric Christopher2010-08-18
* Finish full attribute class emission for clang.Sean Hunt2010-08-18
* Add a newline to debug outputJim Grosbach2010-08-18
* refix PR1143 by making basicaa analyze zexts of indices aggresively,Chris Lattner2010-08-18
* If any def of a machine-sink candidate has local uses, it's obviously not saf...Evan Cheng2010-08-18
* GetLinearExpression is only called when TD is non-null, pass as Chris Lattner2010-08-18
* rework GEP decomposition to make a new VariableGEPIndex struct instead ofChris Lattner2010-08-18
* Enable ARM base register reuse to local stack slot allocation. Whenever a newJim Grosbach2010-08-18
* Add a testcase to verify that commands don't crash when they hitDan Gohman2010-08-18
* Make raw_fd_ostream consider itself the owner of STDOUT_FILENO whenDan Gohman2010-08-18
* When sending stats output to stdout for grepping, don't emit normalDan Gohman2010-08-18
* move gep decomposition out of ValueTracking into BasicAA. The form ofChris Lattner2010-08-18
* Tidy.Dan Gohman2010-08-18
* Minor simplification. Gets rid of a needless temporary.Bill Wendling2010-08-18
* Use ConstantRange to propagate information through value definitions.Owen Anderson2010-08-18
* When sending stats output to stdout for grepping, don't emit normalDan Gohman2010-08-18
* Thinking about it, we don't need MachineDominatorTree after all. The DomValueJakob Stoklund Olesen2010-08-18
* Introduce a ScopedFatalErrorHandler class to make it easy to registerDan Gohman2010-08-18
* Revert r111394. It was too aggressive.Jakob Stoklund Olesen2010-08-18
* Aggressively prune the DFS when inserting phi-defs.Jakob Stoklund Olesen2010-08-18
* Add the LiveIntervalMap class. Don't hook it up yet.Jakob Stoklund Olesen2010-08-18
* Add df_iterator::getPathLength and getPath as a way of getting a path from theJakob Stoklund Olesen2010-08-18
* Revert r111375, "move gep decomposition out of ValueTracking into BasicAA. TheDaniel Dunbar2010-08-18
* Improve whitespace.Bill Wendling2010-08-18
* Marked with ATTRIBUTE_USED so that clang doesn't complain.Bill Wendling2010-08-18