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
2008-04-08
Missed one.
Dale Johannesen
2008-04-08
Add -disable-required-unwind-tables to tests
Dale Johannesen
2008-04-07
Testcase for pr2169.
Duncan Sands
2008-04-07
Fix test.
Evan Cheng
2008-04-06
fix this testcase to pass and remove a duplicate instance of itself.
Chris Lattner
2008-04-06
Prefer to expand mask for xor to -1, so we have a chance to turn it into a not.
Torok Edwin
2008-04-05
1. IMPLICIT_DEF can *re-define* any register.
Evan Cheng
2008-04-05
Favors pshufd over shufps when shuffling elements from one vector. pshufd is ...
Evan Cheng
2008-04-03
New test case.
Evan Cheng
2008-04-02
Testcase for EH with functions whose names are stripped.
Dale Johannesen
2008-04-01
Speculatively micro-optimize memory-zeroing calls on Darwin 10.
Dan Gohman
2008-04-01
More soft fp fixes.
Evan Cheng
2008-04-01
Unbreak ARM / Thumb soft FP support.
Evan Cheng
2008-03-31
Mark functions in some tests as 'nounwind'. Generating
Dale Johannesen
2008-03-31
It's not safe to fold a load from GV stub or constantpool into a two-address ...
Evan Cheng
2008-03-31
Fix a DAGCombiner optimization to respect volatile qualification.
Dan Gohman
2008-03-29
add a testcase for forming memset from noncontiguous stores.
Chris Lattner
2008-03-28
Fix a tokenfactor node to use the load chain rather than the
Dan Gohman
2008-03-27
add another testcase
Devang Patel
2008-03-27
New test case.
Devang Patel
2008-03-27
Fix a memory bug: increment an iterator of a deleted machine instr.
Evan Cheng
2008-03-27
Expose ExecutionEngine::getTargetData() to c and ocaml bindings.
Erick Tryzelaar
2008-03-26
One more coalescer fix wrt deadness propagation.
Evan Cheng
2008-03-26
Avoid commuting a def MI in order to coalesce a copy instruction away if any ...
Evan Cheng
2008-03-25
Use ## for comment delimiter on darwin x86-32, so
Dale Johannesen
2008-03-25
Handle a special case xor undef, undef -> 0. Technically this should be trans...
Evan Cheng
2008-03-25
Handle a special case xor undef, undef -> 0. Technically this should be trans...
Evan Cheng
2008-03-25
Add CMP32mr and friends to the load-unfolding table. Among
Dan Gohman
2008-03-25
Tests for the instruction iterator bindings.
Gordon Henriksen
2008-03-25
Byebye llvm-upgrade!
Tanya Lattner
2008-03-25
lastRegisterUse() should ignore identity copies. Those will be erased.
Evan Cheng
2008-03-25
check struct layout
Devang Patel
2008-03-24
Use the bit size of the operand instead of the hard-coded 32 to generate the
Bill Wendling
2008-03-24
- SSE4.1 extractfps extracts a f32 into a gr32 register. Very useful! Not. Fi...
Evan Cheng
2008-03-24
Add incoming value from header only if phi node has any use inside the loop.
Devang Patel
2008-03-24
Fix test name.
Devang Patel
2008-03-24
apparently tclsh doesn't lex like bash. Weird.
Chris Lattner
2008-03-24
pass the option so this test tests the right thing.
Chris Lattner
2008-03-24
Add new test.
Devang Patel
2008-03-24
Remove incorrect comment.
Devang Patel
2008-03-24
APIntify SelectionDAG's EXTRACT_ELEMENT code.
Dan Gohman
2008-03-24
Transform (zext (or (icmp), (icmp))) to (or (zext (cimp), (zext icmp))) if at...
Evan Cheng
2008-03-23
Objective Caml bindings for basic block, function, global, and arg iterators.
Gordon Henriksen
2008-03-22
New testcase.
Bill Wendling
2008-03-22
Use normal naming convention for test.
Owen Anderson
2008-03-22
Add testcase for prev. commit. Minor fixes
Anton Korobeynikov
2008-03-22
Support chained aliases for LLVM IR printing. This fixes PR2145
Anton Korobeynikov
2008-03-22
implement an initial hack at a straight-line store -> memset optimization.
Chris Lattner
2008-03-22
Teach DAG combiner to commute commutable binary nodes in order to achieve sdi...
Evan Cheng
2008-03-21
Handle getresult instructions in different basic blocks
Dan Gohman
[next]