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
2012-06-08
Teach the AsmMatcherEmitter to allow InstAlias' where the suboperands of a co...
Owen Anderson
2012-06-07
[CMake] Promote extension warnings to errors.
Michael J. Spencer
2012-06-07
X86: optimize generated code for integer ABS
Manman Ren
2012-06-07
[CMake] Order MSVC warnings numerically.
Michael J. Spencer
2012-06-07
[CMake] Adjust MSVC warnings.
Michael J. Spencer
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
Add internal read flags to MachineInstrBuilder and hook them into the Machine...
Pete Cooper
2012-06-07
Adding a missing -S to the opt invocation.
Meador Inge
2012-06-07
X86: replace SUB with CMP if possible
Manman Ren
2012-06-06
Spell optimization name correclty.
Bill Wendling
2012-06-06
Revert r157755.
Manman Ren
2012-06-06
Another testcase for r156548.
Bill Wendling
2012-06-06
[llvm-nm] Update documentation to cover object file support and arguments.
Michael J. Spencer
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
Remove dead private member variables from gtest.
Benjamin Kramer
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
Add a new broken compiler.
Duncan Sands
2012-06-06
Mark several instructions SSE2 instead of SSE3 as they should be.
Craig Topper
2012-06-06
Fix gtest build issue on Visual Studio 2012 RC
Justin Holewinski
2012-06-06
Remove extraneous CHECK-NOTs from previous commit and add a new test case.
Chad Rosier
2012-06-06
FileCheckize this test.
Chad Rosier
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
2012-06-05
Implement LiveRangeCalc::extendToUses() and createDeadDefs().
Jakob Stoklund Olesen
2012-06-05
MachineInstr::eraseFromParent fix for removing bundled instrs.
Andrew Trick
2012-06-05
misched: API for minimum vs. expected latency.
Andrew Trick
2012-06-05
Add 3.0 and 3.1 tags to the getting started guide.
Benjamin Kramer
2012-06-05
Add a new intrinsic: llvm.fmuladd. This intrinsic represents a multiply-add
Lang Hames
2012-06-05
Fix header file include order in NVPTX backend NV_CONTRIB
Yuan Lin
[prev]
[next]