summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use tool_output_file in llvm-extract and llvm-link too.Dan Gohman2010-08-20
* Use the new tool_output_file in several tools. This fixes a varietyDan Gohman2010-08-20
* Make the SCC printing passes use errs() instead of outs(), as theDan Gohman2010-08-20
* Print chatty verbose messages to errs() instead of outs().Dan Gohman2010-08-20
* Minor cleanups to follow the common convention for passDan Gohman2010-08-20
* Minor cleanups to follow the common convention for passDan Gohman2010-08-20
* Introduce a new tool_output_file class, which extends raw_ostream withDan Gohman2010-08-20
* Fix loop conditionals (MO.isDef() asserts that it's a reg) andEric Christopher2010-08-20
* Add a couple of random comments.Eric Christopher2010-08-20
* If the target says that an extending load is not legal, regardless of whetherBob Wilson2010-08-19
* Better handling of offsets on frame index references. rdar://8277890Jim Grosbach2010-08-19
* CrashRecovery/Darwin: On Darwin, raise sends a signal to the main thread insteadDaniel Dunbar2010-08-19
* Previous revert failed to remove this file.Owen Anderson2010-08-19
* Update comment to remove special case for vector extending loads. AnBob Wilson2010-08-19
* Update debug logs.Evan Cheng2010-08-19
* Properly update MachineDominators when splitting critical edge.Evan Cheng2010-08-19
* Revert r111568 to unbreak clang self-host.Owen Anderson2010-08-19
* When a set of bitmask operations, typically from a bitfield initialization, o...Owen Anderson2010-08-19
* llvmc: Update examples.Mikhail Glushenkov2010-08-19
* Trailing whitespace.Mikhail Glushenkov2010-08-19
* Disable LVI while I evaluate a failure.Owen Anderson2010-08-19
* Tentatively enabled LVI by default. I'll be monitoring for any failures.Owen Anderson2010-08-19
* Correct header.Bill Wendling2010-08-19
* Silence 'unused' warning.Bill Wendling2010-08-19
* It's possible to sink a def if its local uses are PHI's.Evan Cheng2010-08-19
* Fix the msvc 2010 build.Michael J. Spencer2010-08-19
* Do not assert when reading an exponent out of range.Dale Johannesen2010-08-19
* 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