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
/
test
Age
Commit message (
Expand
)
Author
2012-06-01
enhance the logic for looking through tailcalls to look through transparent c...
Chris Lattner
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
merge some tests.
Chris Lattner
2012-06-01
rename test
Chris Lattner
2012-06-01
Add support for enum forward declarations.
Eric Christopher
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
Make this testcase independent of register allocation.
Owen Anderson
2012-05-31
X86: replace SUB with CMP if possible
Manman Ren
2012-05-31
Fix typos noticed by Benjamin Kramer.
Rafael Espindola
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
Add lit.local.cfg to run the tests in test/MC/Disassembler/Mips.
Akira Hatanaka
2012-05-30
Prioritize smaller register classes for urgent evictions.
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
Teach SCEV's icmp simplification logic that a-b == 0 is equivalent to a == b.
Benjamin Kramer
2012-05-30
it's pointed out that R11 can be used for magic things, and doing things just...
Chris Lattner
2012-05-30
Extend the (abi-irrelevant) return convention to be able to return more than ...
Chris Lattner
2012-05-30
[arm-fast-isel] Add support for the llvm.frameaddress() intrinsic.
Chad Rosier
2012-05-30
[asan] instrument cmpxchg and atomicrmw
Kostya Serebryany
2012-05-30
SCEV: Handle a corner case reducing AddRecExpr * AddRecExpr
Andrew Trick
2012-05-30
Teach taildup to update livein set. rdar://11538365
Evan Cheng
2012-05-30
Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>
Bob Wilson
2012-05-29
Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...
Benjamin Kramer
2012-05-28
Add llvm.fabs intrinsic.
Peter Collingbourne
2012-05-28
InstCombine: Fix infinite loop when encountering switch on trivial icmp.
Benjamin Kramer
2012-05-28
PR12696: Attribute bits above 1<<30 are not encoded in bitcode
Meador Inge
2012-05-27
rdar://11542750 - llvm.trap should be marked no return.
Chris Lattner
2012-05-27
PR12967: Don't crash when trying to fold a shift that's larger than the type'...
Benjamin Kramer
2012-05-27
These tests used intrinsics with the wrong prototype. They weren't caught be...
Chris Lattner
2012-05-27
remove two (useless) tests that use incorrect intrinsic prototypes, detected ...
Chris Lattner
2012-05-27
Have getOrCreateSubprogramDIE store the DIE for a subprogram
Peter Collingbourne
2012-05-26
SelectionDAGBuilder: When emitting small compare chains for switches order th...
Benjamin Kramer
2012-05-26
Since commit 157467, if reassociate isn't actually going to change an expression
Duncan Sands
2012-05-25
bounds checking: add support for byval arguments
Nuno Lopes
2012-05-25
[NVPTX] Add a new test case for the newly-enabled call handling
Justin Holewinski
2012-05-25
boundschecking:
Nuno Lopes
2012-05-25
test/CodeGen/X86/bigstructret.ll: Suppress one test. It is msvc-incompatible....
NAKAMURA Takumi
2012-05-25
test/CodeGen/X86/bigstructret.ll: Relax stack offsets for hosts of stack-alig...
NAKAMURA Takumi
2012-05-25
Make the reassociation pass more powerful so that it can handle expressions
Duncan Sands
2012-05-25
Simplify code for calling a function where CanLowerReturn fails, fixing a sma...
Eli Friedman
2012-05-24
Add support for range expressions in TableGen foreach loops.
Jakob Stoklund Olesen
2012-05-24
Don't put TGParser scratch results in the output.
Jakob Stoklund Olesen
2012-05-24
Fix for CHECK-NOT misspelling.
David Blaikie
2012-05-24
Remove the PTX back-end and all of its artifacts (triple, etc.)
Justin Holewinski
[prev]
[next]