index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2010-08-20
Use tool_output_file in llvm-extract and llvm-link too.
Dan Gohman
2010-08-20
Use the new tool_output_file in several tools. This fixes a variety
Dan Gohman
2010-08-20
Make the SCC printing passes use errs() instead of outs(), as the
Dan Gohman
2010-08-20
Print chatty verbose messages to errs() instead of outs().
Dan Gohman
2010-08-20
Minor cleanups to follow the common convention for pass
Dan Gohman
2010-08-20
Minor cleanups to follow the common convention for pass
Dan Gohman
2010-08-20
Introduce a new tool_output_file class, which extends raw_ostream with
Dan Gohman
2010-08-20
Fix loop conditionals (MO.isDef() asserts that it's a reg) and
Eric Christopher
2010-08-20
Add a couple of random comments.
Eric Christopher
2010-08-19
If the target says that an extending load is not legal, regardless of whether
Bob Wilson
2010-08-19
Better handling of offsets on frame index references. rdar://8277890
Jim Grosbach
2010-08-19
CrashRecovery/Darwin: On Darwin, raise sends a signal to the main thread instead
Daniel Dunbar
2010-08-19
Previous revert failed to remove this file.
Owen Anderson
2010-08-19
Update comment to remove special case for vector extending loads. An
Bob Wilson
2010-08-19
Update debug logs.
Evan Cheng
2010-08-19
Properly update MachineDominators when splitting critical edge.
Evan Cheng
2010-08-19
Revert r111568 to unbreak clang self-host.
Owen Anderson
2010-08-19
When a set of bitmask operations, typically from a bitfield initialization, o...
Owen Anderson
2010-08-19
llvmc: Update examples.
Mikhail Glushenkov
2010-08-19
Trailing whitespace.
Mikhail Glushenkov
2010-08-19
Disable LVI while I evaluate a failure.
Owen Anderson
2010-08-19
Tentatively enabled LVI by default. I'll be monitoring for any failures.
Owen Anderson
2010-08-19
Correct header.
Bill Wendling
2010-08-19
Silence 'unused' warning.
Bill Wendling
2010-08-19
It's possible to sink a def if its local uses are PHI's.
Evan Cheng
2010-08-19
Fix the msvc 2010 build.
Michael J. Spencer
2010-08-19
Do not assert when reading an exponent out of range.
Dale Johannesen
2010-08-19
Add Thumb1 support for virtual frame indices.
Jim Grosbach
2010-08-19
Remove disabled assertion.
Evan Cheng
2010-08-19
Teach machine-sink to break critical edges when appropriate. Work in progress.
Evan Cheng
2010-08-19
buildbot/valgrind: Update RegisterPass false positive suppression for API
Daniel Dunbar
2010-08-19
buildbot/valgrind: Suppress warnings about leaks in /bin/grep.
Daniel Dunbar
2010-08-19
Re-re-revert this patch. It seems to be causing performance
Eric Christopher
2010-08-19
tests: Haste makes waste.
Daniel Dunbar
2010-08-19
tests: Ignore whitespace in llvm_supports_binding() and llvm_gcc_supports().
Daniel Dunbar
2010-08-19
Silence warning.
Eric Christopher
2010-08-19
MCELF: Count the section orders properly. Patch by Roman Divacky.
Benjamin Kramer
2010-08-19
Fixed and reactivated a partial specialization test
Kenneth Uildriks
2010-08-19
Use std::string instead of StringRef in ClangAttrEmitter.cpp; per report on
Eli Friedman
2010-08-19
Update local stack block allocation to let PEI do the allocs if no additional
Jim Grosbach
2010-08-19
Revert r111199; it breaks -debug-pass=Structure output.
Dan Gohman
2010-08-19
Reapply the virtual register patch from 109102. The places where we were
Eric Christopher
2010-08-19
fix PR7465, mishandling of lcall and ljmp: intersegment long
Chris Lattner
2010-08-19
Process the step before the start, because it's usually the simpler
Dan Gohman
2010-08-19
minor progress towards fixing PR7465
Chris Lattner
2010-08-19
Add an AddOptionalDefs method and use it.
Eric Christopher
2010-08-19
lit/GoogleTest: Add .exe to the suffix when looking for tests.
Daniel Dunbar
2010-08-19
Add include missing for VC build.
Sean Hunt
2010-08-19
Testcase for llvm-gcc checkin 111482.
Dale Johannesen
2010-08-19
Add the "isCompare" attribute to the defm instead of each individual instr.
Bill Wendling
[next]