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
2011-10-25
Restore commits 142790 and 142843 - they weren't breaking the build
Duncan Sands
2011-10-25
Fix the API usage in loop probability heuristics. It was incorrectly
Chandler Carruth
2011-10-25
Speculatively revert commits 142790 and 142843 to see if it fixes
Duncan Sands
2011-10-25
Remove dead enum value. There is no DIESectionOffset.
Nick Lewycky
2011-10-25
Fix these test cases to not use .bc files. Otherwise, we run into issues with
Chad Rosier
2011-10-25
Comment out external projects so that they can be refreshed for 3.0.
Bill Wendling
2011-10-25
Remove unused forward decl.
Eric Christopher
2011-10-25
An MBB which branches to an EH landing pad shouldn't be considered for tail m...
Bill Wendling
2011-10-25
Really remove Blackfin from the configure script.
Dan Gohman
2011-10-25
ARM assembly parsing and encoding for VLD1 with writeback.
Jim Grosbach
2011-10-25
Remove the Blackfin backend.
Dan Gohman
2011-10-24
Remove the SystemZ backend.
Dan Gohman
2011-10-24
Nuke dead code. Nothing generates the VLD1d64QPseudo_UPD instruction.
Jim Grosbach
2011-10-24
ARM assembly parsing and encoding for VLD1 w/ writeback.
Jim Grosbach
2011-10-24
More fixes and improvements to MachO relocation pretty-printing, particular f...
Owen Anderson
2011-10-24
Don't crash on variable insertelement on ARM. PR10258.
Eli Friedman
2011-10-24
Check the visibility of the global variable before placing it into the stubs
Bill Wendling
2011-10-24
ARMConstantPoolMBB::print should print BB number.
Evan Cheng
2011-10-24
ARM assembly parsing and encoding for VLD1 w/ writeback.
Jim Grosbach
2011-10-24
Add options to enable each individual level for the show-diagnostics tool.
Chad Rosier
2011-10-24
ARM refactor am6offset usage for VLD1.
Jim Grosbach
2011-10-24
Get relocation parsing/dumping to a mostly-working state for MachO files.
Owen Anderson
2011-10-24
Now that we look at all the header PHIs, we need to consider all the header PHIs
Nick Lewycky
2011-10-24
Add support to the old JIT for acquire/release loads and stores on x86. PR11...
Eli Friedman
2011-10-24
Stub out some of the MachO relocation decoding hooks.
Owen Anderson
2011-10-24
Really unbreak CMake build
Douglas Gregor
2011-10-24
Unbreak CMake build
Douglas Gregor
2011-10-24
Fix a NEON disassembly case that was broken in the recent refactorings. As m...
Owen Anderson
2011-10-24
Delete the top-down "Latency" scheduler. Top-down scheduling doesn't handle
Dan Gohman
2011-10-24
Delete the Latency scheduling preference.
Dan Gohman
2011-10-24
Change this overloaded use of Sched::Latency to be an overloaded
Dan Gohman
2011-10-24
Remove the explicit request for "Latency" scheduling from MSP430,
Dan Gohman
2011-10-24
Change the default scheduler from Latency to ILP, since Latency
Dan Gohman
2011-10-24
Update test for r142801.
Jim Grosbach
2011-10-24
XFAIL test on leak checkers.
Benjamin Kramer
2011-10-24
Thumb2 LDM instructions can target PC. Make sure to encode it.
Jim Grosbach
2011-10-24
Cleanup. Get rid of the old SjLj EH lowering code. No functionality change.
Bill Wendling
2011-10-24
Sink an otherwise unused variable's initializer into the asserts that
Chandler Carruth
2011-10-24
Implement comparison operators for BranchProbability in a way that can't over...
Benjamin Kramer
2011-10-24
Remove return heuristics from the static branch probabilities, and
Chandler Carruth
2011-10-24
Revert "Test commit"
NAKAMURA Takumi
2011-10-24
Test commit
NAKAMURA Takumi
2011-10-24
Reapply r142781 with fix. Original message:
Nick Lewycky
2011-10-24
Doxygen-ify the comments on the public interface for BPI. Also, move the
Chandler Carruth
2011-10-24
PHI nodes not in the loop header aren't part of the loop iteration initial
Nick Lewycky
2011-10-24
A dead malloc, a free(NULL) and a free(undef) are all trivially dead
Nick Lewycky
2011-10-24
Speculatively revert r142781. Bots are showing
Nick Lewycky
2011-10-24
Windows/Path.inc: [PR8460] Get rid of ScopedNullTerminator. Thanks to Zvi Rac...
NAKAMURA Takumi
2011-10-24
Simplify the design of BranchProbabilityInfo by collapsing it into
Chandler Carruth
2011-10-23
Enhance SCEV's brute force loop analysis to handle multiple PHI nodes in the
Nick Lewycky
[next]