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
2009-11-18
Added getDefaultSubtargetFeatures method to SubtargetFeatures class which ret...
Viktor Kutuzov
2009-11-18
Add statistics for tail duplication.
Bob Wilson
2009-11-18
Add ARMv6 itineraries.
David Goodwin
2009-11-18
Fix a few places that were missed when we converted to unified syntax.
Bob Wilson
2009-11-18
Don't require LiveVariables for PHIElimination. Enable critical edge splitting
Jakob Stoklund Olesen
2009-11-18
Turn LLVM_BUILD_EXAMPLES off by default in CMake builds, to match Makefiles &
Daniel Dunbar
2009-11-18
lit: Fix exclude dirs functionality.
Daniel Dunbar
2009-11-18
Fix passing of float arguments through ffi.
Nick Lewycky
2009-11-18
Add a target hook to allow changing the tail duplication limit based on the
Bob Wilson
2009-11-18
The llvm-gcc front-end and the pass manager use two separate TargetData objects.
Bill Wendling
2009-11-18
Simplify ComputeMultiple so that it doesn't depend on TargetData.
Dan Gohman
2009-11-18
Fix inverted test and add testcase from failing self-host.
Jakob Stoklund Olesen
2009-11-17
Remove dead code.
Devang Patel
2009-11-17
Add ability to set code model within the execution engine builders
Eric Christopher
2009-11-17
Remove fragile test.
Jakob Stoklund Olesen
2009-11-17
grammar
Jim Grosbach
2009-11-17
Enable arm jumpt table adjustment.
Jim Grosbach
2009-11-17
Disable -split-phi-edges to unbreak the buildbots
Jakob Stoklund Olesen
2009-11-17
Never call UpdateTerminator() when AnalyzeBranch would fail.
Jakob Stoklund Olesen
2009-11-17
Forgot to commit test fixes
Anton Korobeynikov
2009-11-17
Both Darwin as and GNU as violate ARM docs wrt printing of addrmode6
Anton Korobeynikov
2009-11-17
Add a WriteAsOperand for MachineBasicBlock so MachineLoopInfo dump looks sane.
Evan Cheng
2009-11-17
Fix comment.
Evan Cheng
2009-11-17
Enable -split-phi-edges by default, except when -regalloc=local.
Jakob Stoklund Olesen
2009-11-17
80-column violations
Jim Grosbach
2009-11-17
Added getArchNameForAssembler method to the Triple class for which returns OS...
Viktor Kutuzov
2009-11-17
Remove a special case for tail merging that seems to be both broken and
Bob Wilson
2009-11-17
Generalize OptimizeLoopTermCond to optimize more loop terminating icmp to use...
Evan Cheng
2009-11-17
Set MadeChange instead of MadeChangeThisIteration.
Dan Gohman
2009-11-17
Revert CPU detection code to return "generic" instead of an empty string in case
Benjamin Kramer
2009-11-17
Remove trailing whitespace
Jim Grosbach
2009-11-17
Update a comment, now that tail duplication happens after other branch
Bob Wilson
2009-11-17
Set Inst{15-12} (Rd/Rt) to 0b1111 (PC) for BR_JTadd, BR_JTr, and BR_JTm to
Johnny Chen
2009-11-17
Perform tail duplication only once, after tail merging is complete.
Bob Wilson
2009-11-17
add Case() with 5 args
Nuno Lopes
2009-11-17
Fix HTML formatting.
Jay Foad
2009-11-17
1. Allow SCCIterator to work with GraphT types that are constant.
Duncan Sands
2009-11-17
Make bugpoint pass -load arguments to LLI. This lets one use bugpoint with
Duncan Sands
2009-11-17
Revert 89021. It's miscompiling llvm-gcc driver driver at -O0.
Evan Cheng
2009-11-17
Re-apply 89011. It's not to be blamed.
Evan Cheng
2009-11-17
"XFAIL" the Split2 StringReft test with Apple gcc, which miscompiles it.
Daniel Dunbar
2009-11-17
Revert 89011. Buildbot thinks it might be breaking stuff.
Evan Cheng
2009-11-17
Remove VISIBILITY_HIDDEN from the classes in this directory. Fixes bug 5507.
Nick Lewycky
2009-11-17
Following a suggestion of Daniel Dunbar, stop people passing the name
Duncan Sands
2009-11-17
Revert r88939.
Nick Lewycky
2009-11-17
Fail less mysteriously; inform the user that their LLVM was not built with
Nick Lewycky
2009-11-17
Fixed call to wrong constructor.
Lang Hames
2009-11-17
Fix a race condition in the Timer class.
Owen Anderson
2009-11-17
Refactor the code that creates the "dot-label" difference. This may be used in
Bill Wendling
2009-11-17
When moving a block for table jumps, make sure the prior block terminator
Jim Grosbach
[next]