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
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Try again at r138809 (make DSE more aggressive in removing dead stores at the...
Owen Anderson
2011-09-06
2
-0
/
+112
*
Split the init.trampoline intrinsic, which currently combines GCC's
Duncan Sands
2011-09-06
1
-2
/
+4
*
InstSimplify: Don't try to replace an extractvalue/insertvalue pair with the ...
Benjamin Kramer
2011-09-05
1
-4
/
+11
*
Delete trivial landing pads that just continue unwinding the caught
Duncan Sands
2011-09-05
1
-0
/
+22
*
Add some simple insertvalue simplifications, for the purpose of cleaning
Duncan Sands
2011-09-05
1
-0
/
+22
*
Try to eliminate the use of the 'unwind' instruction.
Bill Wendling
2011-09-02
10
-10
/
+22
*
Test case update for unroll-scev.
Andrew Trick
2011-09-02
2
-8
/
+13
*
Extra CHECK-NOT to make sure that GVN transform works properly.
Jakub Staszak
2011-09-02
1
-0
/
+1
*
-unroll-scev flag removal
Andrew Trick
2011-09-02
4
-4
/
+4
*
ConstantVector returns arbitrary value for the wrong index.
Jakub Staszak
2011-09-02
1
-0
/
+29
*
Compare type size instead of type _store_ size to make sure that BitCastInst
Jakub Staszak
2011-09-02
1
-0
/
+17
*
Update to new EH scheme.
Bill Wendling
2011-09-02
1
-95
/
+34
*
Fix test; sorry for any inconvenience.
Eli Friedman
2011-09-01
1
-2
/
+2
*
Fix an issue with the IR sink pass found by inspection. (I'm not sure anyone...
Eli Friedman
2011-09-01
1
-0
/
+16
*
Add missing newline.
Eli Friedman
2011-09-01
1
-1
/
+1
*
Update to new EH scheme.
Bill Wendling
2011-09-01
4
-0
/
+14
*
Update to new EH scheme.
Bill Wendling
2011-09-01
9
-4
/
+49
*
Update to new EH scheme.
Bill Wendling
2011-09-01
5
-3
/
+27
*
Update some tests to the new EH scheme.
Bill Wendling
2011-09-01
5
-1
/
+27
*
Reenable test.
Bill Wendling
2011-08-31
1
-1
/
+0
*
Revert accidental commit
Bill Wendling
2011-08-31
1
-6
/
+0
*
Disable this test until Bill fixes it properly.
Eli Friedman
2011-08-31
1
-0
/
+1
*
Update to new EH scheme.
Bill Wendling
2011-08-31
3
-1
/
+15
*
Update more tests to the new EH scheme.
Bill Wendling
2011-08-31
2
-0
/
+9
*
Add tests for the transformations SCCP can do on atomic loads and stores (whi...
Eli Friedman
2011-08-31
1
-0
/
+30
*
Update more tests to the new EH scheme.
Bill Wendling
2011-08-31
4
-0
/
+19
*
Update the tests to the new EH scheme.
Bill Wendling
2011-08-31
5
-5
/
+26
*
Remove the old tail duplication pass. It is not used and is unable to update
Rafael Espindola
2011-08-30
14
-261
/
+2
*
Remove empty file.
Owen Anderson
2011-08-30
1
-0
/
+0
*
Speculatively revert r138809 in an attempt to fix DragonEgg.
Owen Anderson
2011-08-30
1
-27
/
+0
*
When walking backwards to eliminate final stores to allocas at the end of a f...
Owen Anderson
2011-08-30
1
-0
/
+27
*
Update tests to new EH model. Add landingpad instructions to landing pads.
Bill Wendling
2011-08-29
5
-0
/
+33
*
Fixes following the CR by Chris and Duncan:
Nadav Rotem
2011-08-29
1
-3
/
+36
*
Bitcasts are transitive. Bitcast-Bitcast-X becomes Bitcast-X.
Nadav Rotem
2011-08-28
1
-0
/
+14
*
Auto upgrade the old EH scheme to use the new one. This is on a trial basis. If
Bill Wendling
2011-08-27
2
-34
/
+105
*
Don't sink landingpad instructions during ind-var simplification.
Bill Wendling
2011-08-26
1
-0
/
+32
*
Use %% for literals in RUN lines.
Andrew Trick
2011-08-26
1
-1
/
+1
*
SimplifyCFG: If we have a PHI node that can evaluate to NULL and do a load or...
Benjamin Kramer
2011-08-26
1
-0
/
+87
*
Implement Constant::isAllOnesValue(). Fix ConstantFolding to use the new api.
Nadav Rotem
2011-08-24
1
-5
/
+29
*
Revert "Address Duncan's CR request:"
Eric Christopher
2011-08-23
1
-29
/
+5
*
Fix a typo in the test from the previous commit.
Nadav Rotem
2011-08-23
1
-3
/
+3
*
Address Duncan's CR request:
Nadav Rotem
2011-08-23
1
-0
/
+24
*
Constant pointers to objects don't need reference counting.
Dan Gohman
2011-08-22
1
-0
/
+33
*
Make a few tests slightly more strict.
Dan Gohman
2011-08-22
1
-2
/
+3
*
Add constant folding support for bitcasts of splat vectors to integers.
Nadav Rotem
2011-08-20
1
-0
/
+10
*
Add file.
Eric Christopher
2011-08-19
1
-0
/
+162
*
Track a retain+release nesting level independently of the
Dan Gohman
2011-08-19
1
-0
/
+68
*
Atomic load/store handling for the passes using memdep (GVN, DSE, memcpyopt).
Eli Friedman
2011-08-17
3
-0
/
+228
*
Silly mistake from r137777; restore significant isStructTy() checks. While h...
Eli Friedman
2011-08-17
1
-0
/
+9
*
An additional atomic test; related to r137662.
Eli Friedman
2011-08-16
1
-0
/
+9
[next]