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-01
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-01
Remove noisy semicolons.
Benjamin Kramer
2012-06-01
quick fix for PR13006, will check in testcase later.
Chris Lattner
2012-06-01
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-01
Enable automatic detection of FMA3 support to allow intrinsics to be used.
Craig Topper
2012-06-01
Remove fadd(fmul) patterns for FMA3. This needs to be implemented by paying a...
Craig Topper
2012-06-01
Add VFNSUB* instructions to folding table.
Craig Topper
2012-06-01
Remove a trailing space and fix a comment.
Craig Topper
2012-06-01
enhance the logic for looking through tailcalls to look through transparent c...
Chris Lattner
2012-06-01
Tidy up. Remove trailing spaces and fix the worst of the 80 column violations.
Craig Topper
2012-06-01
enhance getNoopInput to know about vector<->vector bitcasts of legal
Chris Lattner
2012-06-01
add some simple 64-bit tail call tests.
Chris Lattner
2012-06-01
rearrange some logic, no functionality change.
Chris Lattner
2012-06-01
merge some tests.
Chris Lattner
2012-06-01
rename test
Chris Lattner
2012-06-01
ARM: support struct byval in llvm
Manman Ren
2012-06-01
Fix 80 columns.
Michael J. Spencer
2012-06-01
Add support for enum forward declarations.
Eric Christopher
2012-06-01
Put the shiny new MCSubRegIterator to work.
Chad Rosier
2012-05-31
add -bounds-checking-multiple-traps option to make one trap BB per check
Nuno Lopes
2012-05-31
revamp BoundsChecking considerably:
Nuno Lopes
2012-05-31
IntrusiveRefCntPtr: Simplify operator= as suggested by Richard Smith.
Benjamin Kramer
2012-05-31
Make this testcase independent of register allocation.
Owen Anderson
2012-05-31
Add support for return value promotion in X86 calling conventions.
Jakob Stoklund Olesen
2012-05-31
Didn't mean to export this function.
Jakob Stoklund Olesen
2012-05-31
X86: replace SUB with CMP if possible
Manman Ren
2012-05-31
Add a PrintRegUnit helper similar to PrintReg.
Jakob Stoklund Olesen
2012-05-31
Emit register unit root tables.
Jakob Stoklund Olesen
2012-05-31
Fix typos
Joel Jones
2012-05-31
Fix typos noticed by Benjamin Kramer.
Rafael Espindola
2012-05-31
X86: Rename the CLMUL target feature to PCLMUL.
Benjamin Kramer
2012-05-31
Require intervals in the range metadata to be in a canonical form: They must
Rafael Espindola
2012-05-31
Added FMA3 Intel instructions.
Elena Demikhovsky
2012-05-31
Enhance the sinking code to handle diamond patterns. Patch by
Duncan Sands
2012-05-31
Add intrinsic for pclmulqdq instruction.
Craig Topper
2012-05-31
Cleanup and factoring of mips16 tablegen classes. Make register classes
Akira Hatanaka
2012-05-31
Fix typo in assembly directive. Noticed by inspection.
Eric Christopher
2012-05-31
Add lit.local.cfg to run the tests in test/MC/Disassembler/Mips.
Akira Hatanaka
2012-05-30
Avoid depending on list orders and register numbering.
Jakob Stoklund Olesen
2012-05-30
Extract some pointer hacking to a function.
Jakob Stoklund Olesen
2012-05-30
Prioritize smaller register classes for urgent evictions.
Jakob Stoklund Olesen
2012-05-30
Print uint16_t numbers without a sign.
Jakob Stoklund Olesen
2012-05-30
Add support for the mips inline asm 'm' output modifier.
Eric Christopher
2012-05-30
Switch the canonical FMA term operand order to match both the comment I wrote...
Owen Anderson
2012-05-30
Teach DAGCombine to canonicalize the position of a constant in the term opera...
Owen Anderson
2012-05-30
Remove extra space.
Chad Rosier
2012-05-30
Reinstate -O3 for LTO.
David Blaikie
2012-05-30
Make sure that we're dealing with a binary SCEVExpr when simplifying.
Benjamin Kramer
2012-05-30
Fix some uses of getSubRegisters() to use getSubReg() instead.
Jakob Stoklund Olesen
2012-05-30
Remove some redundant tests.
Jakob Stoklund Olesen
[next]