summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CrashRecovery/Darwin: On Darwin, raise sends a signal to the main thread insteadDaniel Dunbar2010-08-191-0/+34
* Previous revert failed to remove this file.Owen Anderson2010-08-191-0/+0
* Update comment to remove special case for vector extending loads. AnBob Wilson2010-08-191-5/+2
* Update debug logs.Evan Cheng2010-08-191-4/+4
* Properly update MachineDominators when splitting critical edge.Evan Cheng2010-08-191-2/+25
* Revert r111568 to unbreak clang self-host.Owen Anderson2010-08-192-66/+0
* When a set of bitmask operations, typically from a bitfield initialization, o...Owen Anderson2010-08-192-0/+66
* llvmc: Update examples.Mikhail Glushenkov2010-08-1927-187/+116
* Trailing whitespace.Mikhail Glushenkov2010-08-191-3/+3
* Disable LVI while I evaluate a failure.Owen Anderson2010-08-191-1/+1
* Tentatively enabled LVI by default. I'll be monitoring for any failures.Owen Anderson2010-08-191-1/+1
* Correct header.Bill Wendling2010-08-191-1/+1
* Silence 'unused' warning.Bill Wendling2010-08-191-1/+3
* It's possible to sink a def if its local uses are PHI's.Evan Cheng2010-08-192-5/+44
* Fix the msvc 2010 build.Michael J. Spencer2010-08-191-2/+19
* Do not assert when reading an exponent out of range.Dale Johannesen2010-08-191-0/+1
* Add Thumb1 support for virtual frame indices.Jim Grosbach2010-08-193-132/+160
* Remove disabled assertion.Evan Cheng2010-08-191-2/+0
* Teach machine-sink to break critical edges when appropriate. Work in progress.Evan Cheng2010-08-191-8/+99
* buildbot/valgrind: Update RegisterPass false positive suppression for APIDaniel Dunbar2010-08-191-2/+1
* buildbot/valgrind: Suppress warnings about leaks in /bin/grep.Daniel Dunbar2010-08-191-0/+6
* Re-re-revert this patch. It seems to be causing performanceEric Christopher2010-08-191-1/+1
* tests: Haste makes waste.Daniel Dunbar2010-08-191-2/+2
* tests: Ignore whitespace in llvm_supports_binding() and llvm_gcc_supports().Daniel Dunbar2010-08-191-4/+4
* Silence warning.Eric Christopher2010-08-191-1/+1
* MCELF: Count the section orders properly. Patch by Roman Divacky.Benjamin Kramer2010-08-191-7/+7
* Fixed and reactivated a partial specialization testKenneth Uildriks2010-08-191-9/+13
* Use std::string instead of StringRef in ClangAttrEmitter.cpp; per report onEli Friedman2010-08-191-1/+1
* Update local stack block allocation to let PEI do the allocs if no additionalJim Grosbach2010-08-193-3/+28
* Revert r111199; it breaks -debug-pass=Structure output.Dan Gohman2010-08-196-26/+15
* Reapply the virtual register patch from 109102. The places where we wereEric Christopher2010-08-191-1/+1
* fix PR7465, mishandling of lcall and ljmp: intersegment long Chris Lattner2010-08-195-12/+33
* Process the step before the start, because it's usually the simplerDan Gohman2010-08-191-3/+3
* minor progress towards fixing PR7465Chris Lattner2010-08-191-2/+2
* Add an AddOptionalDefs method and use it.Eric Christopher2010-08-191-21/+64
* lit/GoogleTest: Add .exe to the suffix when looking for tests.Daniel Dunbar2010-08-191-0/+7
* Add include missing for VC build.Sean Hunt2010-08-191-0/+1
* Testcase for llvm-gcc checkin 111482.Dale Johannesen2010-08-191-0/+15
* Add the "isCompare" attribute to the defm instead of each individual instr.Bill Wendling2010-08-191-3/+1
* Remove three spurious semicolonsSean Hunt2010-08-191-3/+3
* Don't call Predicate_* in Mips.Jakob Stoklund Olesen2010-08-182-9/+4
* Remove extra header.Eric Christopher2010-08-181-1/+0
* Finish full attribute class emission for clang.Sean Hunt2010-08-184-14/+645
* Add a newline to debug outputJim Grosbach2010-08-181-1/+2
* refix PR1143 by making basicaa analyze zexts of indices aggresively,Chris Lattner2010-08-182-18/+37
* If any def of a machine-sink candidate has local uses, it's obviously not saf...Evan Cheng2010-08-181-5/+18
* GetLinearExpression is only called when TD is non-null, pass as Chris Lattner2010-08-181-4/+4
* rework GEP decomposition to make a new VariableGEPIndex struct instead ofChris Lattner2010-08-181-19/+39
* Enable ARM base register reuse to local stack slot allocation. Whenever a newJim Grosbach2010-08-182-10/+102
* Add a testcase to verify that commands don't crash when they hitDan Gohman2010-08-181-0/+9