aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-20Use tool_output_file in llvm-extract and llvm-link too.Dan Gohman
2010-08-20Use the new tool_output_file in several tools. This fixes a varietyDan Gohman
2010-08-20Make the SCC printing passes use errs() instead of outs(), as theDan Gohman
2010-08-20Print chatty verbose messages to errs() instead of outs().Dan Gohman
2010-08-20Minor cleanups to follow the common convention for passDan Gohman
2010-08-20Minor cleanups to follow the common convention for passDan Gohman
2010-08-20Introduce a new tool_output_file class, which extends raw_ostream withDan Gohman
2010-08-20Fix loop conditionals (MO.isDef() asserts that it's a reg) andEric Christopher
2010-08-20Add a couple of random comments.Eric Christopher
2010-08-19If the target says that an extending load is not legal, regardless of whetherBob Wilson
2010-08-19Better handling of offsets on frame index references. rdar://8277890Jim Grosbach
2010-08-19CrashRecovery/Darwin: On Darwin, raise sends a signal to the main thread insteadDaniel Dunbar
2010-08-19Previous revert failed to remove this file.Owen Anderson
2010-08-19Update comment to remove special case for vector extending loads. AnBob Wilson
2010-08-19Update debug logs.Evan Cheng
2010-08-19Properly update MachineDominators when splitting critical edge.Evan Cheng
2010-08-19Revert r111568 to unbreak clang self-host.Owen Anderson
2010-08-19When a set of bitmask operations, typically from a bitfield initialization, o...Owen Anderson
2010-08-19llvmc: Update examples.Mikhail Glushenkov
2010-08-19Trailing whitespace.Mikhail Glushenkov
2010-08-19Disable LVI while I evaluate a failure.Owen Anderson
2010-08-19Tentatively enabled LVI by default. I'll be monitoring for any failures.Owen Anderson
2010-08-19Correct header.Bill Wendling
2010-08-19Silence 'unused' warning.Bill Wendling
2010-08-19It's possible to sink a def if its local uses are PHI's.Evan Cheng
2010-08-19Fix the msvc 2010 build.Michael J. Spencer
2010-08-19Do not assert when reading an exponent out of range.Dale Johannesen
2010-08-19Add Thumb1 support for virtual frame indices.Jim Grosbach
2010-08-19Remove disabled assertion.Evan Cheng
2010-08-19Teach machine-sink to break critical edges when appropriate. Work in progress.Evan Cheng
2010-08-19buildbot/valgrind: Update RegisterPass false positive suppression for APIDaniel Dunbar
2010-08-19buildbot/valgrind: Suppress warnings about leaks in /bin/grep.Daniel Dunbar
2010-08-19Re-re-revert this patch. It seems to be causing performanceEric Christopher
2010-08-19tests: Haste makes waste.Daniel Dunbar
2010-08-19tests: Ignore whitespace in llvm_supports_binding() and llvm_gcc_supports().Daniel Dunbar
2010-08-19Silence warning.Eric Christopher
2010-08-19MCELF: Count the section orders properly. Patch by Roman Divacky.Benjamin Kramer
2010-08-19Fixed and reactivated a partial specialization testKenneth Uildriks
2010-08-19Use std::string instead of StringRef in ClangAttrEmitter.cpp; per report onEli Friedman
2010-08-19Update local stack block allocation to let PEI do the allocs if no additionalJim Grosbach
2010-08-19Revert r111199; it breaks -debug-pass=Structure output.Dan Gohman
2010-08-19Reapply the virtual register patch from 109102. The places where we wereEric Christopher
2010-08-19fix PR7465, mishandling of lcall and ljmp: intersegment long Chris Lattner
2010-08-19Process the step before the start, because it's usually the simplerDan Gohman
2010-08-19minor progress towards fixing PR7465Chris Lattner
2010-08-19Add an AddOptionalDefs method and use it.Eric Christopher
2010-08-19lit/GoogleTest: Add .exe to the suffix when looking for tests.Daniel Dunbar
2010-08-19Add include missing for VC build.Sean Hunt
2010-08-19Testcase for llvm-gcc checkin 111482.Dale Johannesen
2010-08-19Add the "isCompare" attribute to the defm instead of each individual instr.Bill Wendling