index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Teach InstCombine's ComputeMaskedBits to handle pointer expressions
Dan Gohman
2008-04-10
2
-0
/
+73
*
A copy instruction may use a register multiple times on some targets. Change ...
Evan Cheng
2008-04-10
1
-0
/
+100
*
Fix the x86-64 side of PR2108 by adding a v2f64 version of
Chris Lattner
2008-04-10
1
-0
/
+13
*
Teach branch folding pass about implicit_def instructions. Unfortunately we c...
Evan Cheng
2008-04-10
2
-3
/
+49
*
- More aggressively coalescing away copies whose source is defined by an impl...
Evan Cheng
2008-04-09
3
-0
/
+124
*
Generalize getUnaryFloatFunction to handle any FP unary function, automatically
Chris Lattner
2008-04-09
1
-0
/
+5
*
remove capital letter from test name.
Chris Lattner
2008-04-09
1
-0
/
+0
*
Factor a bunch of functionality related to memcpy and memset transforms out of
Owen Anderson
2008-04-09
7
-8
/
+11
*
Missed a hasInterval check.
Evan Cheng
2008-04-09
1
-0
/
+19
*
many cleanups to the pow optimizer. Allow it to handle powf,
Chris Lattner
2008-04-09
1
-4
/
+12
*
Check that bodies and calls but not declarations
Duncan Sands
2008-04-08
1
-0
/
+7
*
Rename -disable-required-unwind-tables to -unwind-tables-optional.
Dale Johannesen
2008-04-08
16
-21
/
+21
*
merge r48768 from branches/ggreif/parallelized-test
Gabor Greif
2008-04-08
1
-3
/
+0
*
Missed one.
Dale Johannesen
2008-04-08
1
-1
/
+1
*
Add -disable-required-unwind-tables to tests
Dale Johannesen
2008-04-08
16
-21
/
+21
*
Testcase for pr2169.
Duncan Sands
2008-04-07
1
-0
/
+14
*
Fix test.
Evan Cheng
2008-04-07
1
-2
/
+2
*
fix this testcase to pass and remove a duplicate instance of itself.
Chris Lattner
2008-04-06
1
-75
/
+3
*
Prefer to expand mask for xor to -1, so we have a chance to turn it into a not.
Edwin Török
2008-04-06
1
-0
/
+146
*
1. IMPLICIT_DEF can *re-define* any register.
Evan Cheng
2008-04-05
1
-0
/
+60
*
Favors pshufd over shufps when shuffling elements from one vector. pshufd is ...
Evan Cheng
2008-04-05
10
-19
/
+43
*
New test case.
Evan Cheng
2008-04-03
1
-0
/
+29
*
Testcase for EH with functions whose names are stripped.
Dale Johannesen
2008-04-02
1
-0
/
+27
*
Speculatively micro-optimize memory-zeroing calls on Darwin 10.
Dan Gohman
2008-04-01
1
-0
/
+8
*
More soft fp fixes.
Evan Cheng
2008-04-01
1
-1
/
+3
*
Unbreak ARM / Thumb soft FP support.
Evan Cheng
2008-04-01
1
-0
/
+10
*
Mark functions in some tests as 'nounwind'. Generating
Dale Johannesen
2008-03-31
14
-31
/
+31
*
It's not safe to fold a load from GV stub or constantpool into a two-address ...
Evan Cheng
2008-03-31
1
-0
/
+40
*
Fix a DAGCombiner optimization to respect volatile qualification.
Dan Gohman
2008-03-31
1
-0
/
+24
*
add a testcase for forming memset from noncontiguous stores.
Chris Lattner
2008-03-29
2
-1
/
+100
*
Fix a tokenfactor node to use the load chain rather than the
Dan Gohman
2008-03-28
1
-0
/
+35
*
add another testcase
Devang Patel
2008-03-27
1
-0
/
+13
*
New test case.
Devang Patel
2008-03-27
1
-0
/
+7
*
Fix a memory bug: increment an iterator of a deleted machine instr.
Evan Cheng
2008-03-27
1
-0
/
+24
*
Expose ExecutionEngine::getTargetData() to c and ocaml bindings.
Erick Tryzelaar
2008-03-27
1
-1
/
+9
*
One more coalescer fix wrt deadness propagation.
Evan Cheng
2008-03-26
1
-0
/
+28
*
Avoid commuting a def MI in order to coalesce a copy instruction away if any ...
Evan Cheng
2008-03-26
1
-0
/
+49
*
Use ## for comment delimiter on darwin x86-32, so
Dale Johannesen
2008-03-25
1
-0
/
+49
*
Handle a special case xor undef, undef -> 0. Technically this should be trans...
Evan Cheng
2008-03-25
1
-0
/
+11
*
Handle a special case xor undef, undef -> 0. Technically this should be trans...
Evan Cheng
2008-03-25
1
-0
/
+6
*
Add CMP32mr and friends to the load-unfolding table. Among
Dan Gohman
2008-03-25
1
-1
/
+1
*
Tests for the instruction iterator bindings.
Gordon Henriksen
2008-03-25
1
-0
/
+35
*
Byebye llvm-upgrade!
Tanya Lattner
2008-03-25
110
-2138
/
+1823
*
lastRegisterUse() should ignore identity copies. Those will be erased.
Evan Cheng
2008-03-25
1
-0
/
+30
*
check struct layout
Devang Patel
2008-03-25
1
-0
/
+1
*
Use the bit size of the operand instead of the hard-coded 32 to generate the
Bill Wendling
2008-03-24
1
-0
/
+25
*
- SSE4.1 extractfps extracts a f32 into a gr32 register. Very useful! Not. Fi...
Evan Cheng
2008-03-24
1
-0
/
+30
*
Add incoming value from header only if phi node has any use inside the loop.
Devang Patel
2008-03-24
1
-0
/
+69
*
Fix test name.
Devang Patel
2008-03-24
1
-0
/
+0
*
apparently tclsh doesn't lex like bash. Weird.
Chris Lattner
2008-03-24
1
-1
/
+1
[next]