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
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2012-06-09
Sketch a LiveRegMatrix analysis pass.
Jakob Stoklund Olesen
2012-06-09
Test commit
Jack Carter
2012-06-09
Also compute MBB live-in lists in the new rewriter pass.
Jakob Stoklund Olesen
2012-06-09
Convert comments to proper Doxygen comments.
Dmitri Gribenko
2012-06-08
Reintroduce VirtRegRewriter.
Jakob Stoklund Olesen
2012-06-08
canonicalize:
Nuno Lopes
2012-06-08
Start implementing pre-ra if-converter: using speculation and selects to elim...
Evan Cheng
2012-06-08
TargetInstrInfo hooks implemented in codegen should be declared pure virtual.
Andrew Trick
2012-06-08
Reapply commit 158073 with a fix (the testcase was already committed). The
Duncan Sands
2012-06-08
Remove the TODO statement in the PPC README re: CTR loops
Hal Finkel
2012-06-08
Enable PPC CTR loop formation by default.
Hal Finkel
2012-06-08
Mark the PPC CTRRC and CTRRC8 register classes as non-allocatable.
Hal Finkel
2012-06-08
Enable optimization for integer ABS on X86 if Subtarget has CMOV.
Manman Ren
2012-06-08
Fix a crash in APInt::lshr when shiftAmt > BitWidth.
Chad Rosier
2012-06-08
Fix Target->Codegen dependence.
Andrew Trick
2012-06-08
BoundsChecking: add support for ConstantPointerNull. fixes a bunch of instrum...
Nuno Lopes
2012-06-08
Disable the PPC CTR-Loops pass by default.
Hal Finkel
2012-06-08
Fix a bug in the new PPC CTR-Loops pass.
Hal Finkel
2012-06-08
Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...
Hal Finkel
2012-06-08
Revert commit 158073 while waiting for a fix. The issue is that reassociate
Duncan Sands
2012-06-07
X86: optimize generated code for integer ABS
Manman Ren
2012-06-07
Do not optimize the used bits of the x86 vselect condition operand, when the ...
Nadav Rotem
2012-06-07
Fix a bug in FoldSelectOpOp. Bitcast ops may change the number of vector elem...
Nadav Rotem
2012-06-07
Continue factoring computeOperandLatency. Use it for ARM hasHighOperandLatency.
Andrew Trick
2012-06-07
ARM getOperandLatency rewrite.
Andrew Trick
2012-06-07
ARM getOperandLatency should return -1 for unknown, consistent with API
Andrew Trick
2012-06-07
Fix ARM getInstrLatency logic to work with the current API.
Andrew Trick
2012-06-07
PR13046: we can't replace usage of SUB with CMP in the lowering phase.
Manman Ren
2012-06-07
Use a base register instead of an index register with the local dynamic model.
Rafael Espindola
2012-06-07
Move terminator machine verification to check MachineBasicBlock::instr_iterat...
Pete Cooper
2012-06-07
X86: replace SUB with CMP if possible
Manman Ren
2012-06-06
Revert r157755.
Manman Ren
2012-06-06
Properly verify liveness with bundled machine instructions.
Jakob Stoklund Olesen
2012-06-06
Add accessors for all private members of DisasmContext.
Benjamin Kramer
2012-06-06
Move RegisterClassInfo.h.
Andrew Trick
2012-06-06
Move RegisterPressure.h.
Andrew Trick
2012-06-06
Round 2 of dead private variable removal.
Benjamin Kramer
2012-06-06
Remove unused private fields found by clang's new -Wunused-private-field.
Benjamin Kramer
2012-06-06
Add support for dynamic stack realignment in the presence of dynamic allocas on
Chad Rosier
2012-06-06
Fix combine of uno && ord -> false so that the ordering of the fcmps doesn't
Chad Rosier
2012-06-06
Remove dead debug option -disable-rematerialization.
Jakob Stoklund Olesen
2012-06-06
Grab-bag of reassociate tweaks. Unify handling of dead instructions and
Duncan Sands
2012-06-06
Stop leaking RegScavengers from TailDuplication.
Benjamin Kramer
2012-06-06
Correct decoder for T1 conditional B encoding
Richard Barton
2012-06-06
Mark several instructions SSE2 instead of SSE3 as they should be.
Craig Topper
2012-06-05
Move LiveUnionArray into LiveIntervalUnion.h
Jakob Stoklund Olesen
2012-06-05
Don't print register names in LiveIntervalUnion::print().
Jakob Stoklund Olesen
2012-06-05
Suppress -Wunused-variable in -Asserts build
Matt Beaumont-Gay
2012-06-05
Simplify LiveInterval::print().
Jakob Stoklund Olesen
2012-06-05
Add experimental support for register unit liveness.
Jakob Stoklund Olesen
[prev]
[next]