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
*
Revert non-test parts of r188507
Matt Arsenault
2013-08-19
1
-1
/
+65
*
Adds missing TLI check for library simplification of
Michael Kuperstein
2013-08-19
2
-0
/
+25
*
Add missing test for GEP + bitcast transformation
Matt Arsenault
2013-08-16
1
-0
/
+24
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
67
-78
/
+0
*
InstCombine: Simplify if(x!=0 && x!=-1).
Jim Grosbach
2013-08-16
1
-0
/
+12
*
Don't do FoldCmpLoadFromIndexedGlobal for non inbounds GEPs
Matt Arsenault
2013-08-15
2
-77
/
+301
*
[tests] Fix refacto in r187764 that effectively disabled SimplifyCFG tests. :(
Daniel Dunbar
2013-08-15
4
-0
/
+1
*
Fixing a corner-case bug in strchr and strrchr lib call optimizations where
Yunzhong Gao
2013-08-15
2
-0
/
+22
*
Fix always creating GEP with i32 indices
Matt Arsenault
2013-08-14
1
-3
/
+22
*
BBVectorize: Add initial stores to the write set when tracking uses
Hal Finkel
2013-08-13
1
-0
/
+144
*
Remove duplicate copy of testcase in r188327.
Nick Lewycky
2013-08-13
1
-26
/
+0
*
Revert r187191, which broke opt -mem2reg on the testcases included in PR16867.
Nick Lewycky
2013-08-13
2
-70
/
+52
*
Fix PR16797 - Support PHINodes with multiple inputs from the same basic block.
Nadav Rotem
2013-08-12
1
-0
/
+41
*
Fix FileCheck --check-prefix lines.
Tim Northover
2013-08-12
6
-6
/
+6
*
Fix big-endian handling of integer-to-vector bitcasts in InstCombine
Richard Sandiford
2013-08-12
1
-0
/
+41
*
[objc-arc] Track if we encountered an additive overflow while computing {TopD...
Michael Gottesman
2013-08-09
1
-3
/
+1063
*
Disable inlining between sanitized and non-sanitized functions.
Evgeniy Stepanov
2013-08-08
1
-0
/
+112
*
Revert "[objc-arc] Track if we encountered an additive overflow while computi...
Michael Gottesman
2013-08-08
1
-1063
/
+3
*
[objc-arc] Track if we encountered an additive overflow while computing {TopD...
Michael Gottesman
2013-08-07
1
-3
/
+1063
*
Add ISD::FROUND for libm round()
Hal Finkel
2013-08-07
1
-0
/
+52
*
JumpThreading: Turn a select instruction into branching if it allows to threa...
Benjamin Kramer
2013-08-07
1
-0
/
+63
*
LoopVectorize: Allow vectorization of loops with lifetime markers
Arnold Schwaighofer
2013-08-06
1
-0
/
+96
*
Debug Info Finder|Verifier: handle DbgLoc attached to instructions.
Manman Ren
2013-08-06
4
-8
/
+8
*
Factor FlattenCFG out from SimplifyCFG
Tom Stellard
2013-08-06
4
-126
/
+0
*
SLPVectorizer: Fix PR16777. PHInodes may use multiple extracted values that c...
Nadav Rotem
2013-08-02
1
-0
/
+35
*
Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached to
Eric Christopher
2013-08-02
4
-8
/
+8
*
Use function attributes to indicate that we don't want to realign the stack.
Bill Wendling
2013-08-01
2
-3
/
+3
*
Debug Info Finder|Verifier: handle DbgLoc attached to instructions.
Manman Ren
2013-08-01
4
-8
/
+8
*
Preserve fast-math flags when folding (fsub x, (fneg y)) to (fadd x, y).
Owen Anderson
2013-07-30
1
-0
/
+11
*
isKnownToBeAPowerOfTwo: Strengthen isKnownToBeAPowerOfTwo's analysis on add i...
David Majnemer
2013-07-30
1
-0
/
+32
*
Change behavior of calling bitcasted alias functions.
Matt Arsenault
2013-07-30
6
-59
/
+295
*
Debug Info: enable verifier for testing cases.
Manman Ren
2013-07-29
5
-5
/
+5
*
Add the C source code to the test to make it easier to update when debug info...
Nadav Rotem
2013-07-29
1
-0
/
+9
*
SLPVectorier: update the debug location for the new instructions.
Nadav Rotem
2013-07-29
1
-0
/
+82
*
Debug Info: update testing cases to pass verifier.
Manman Ren
2013-07-29
8
-59
/
+66
*
Don't vectorize when the attribute NoImplicitFloat is used.
Nadav Rotem
2013-07-29
1
-0
/
+25
*
SimplifyCFG: Add missing tests from r187278
Tom Stellard
2013-07-27
3
-0
/
+125
*
Debug Info Verifier: verify SPs in llvm.dbg.sp.
Manman Ren
2013-07-27
10
-67
/
+83
*
SLP Vectorier: Don't vectorize really short chains because they are already ...
Nadav Rotem
2013-07-26
1
-1
/
+3
*
SLP Vectorizer: Disable the vectorization of non power of two chains, such as...
Nadav Rotem
2013-07-26
2
-33
/
+39
*
next batch of -disable-debug-info-verifier
Rafael Espindola
2013-07-26
1
-1
/
+1
*
When InstCombine tries to fold away (fsub x, (fneg y)) into (fadd x, y), it is
Owen Anderson
2013-07-26
1
-0
/
+12
*
Debug Info Verifier: enable verification of DICompileUnit.
Manman Ren
2013-07-26
3
-7
/
+10
*
Next batch of -disable-debug-info-verifier.
Rafael Espindola
2013-07-26
4
-4
/
+4
*
Re-implement the analysis of uses in mem2reg to be significantly more
Chandler Carruth
2013-07-26
2
-26
/
+70
*
Debug Info: improve the verifier to check field types.
Manman Ren
2013-07-25
2
-8
/
+9
*
Allocate local registers in order for optimal coloring.
Andrew Trick
2013-07-25
1
-1
/
+1
*
Current batch of -disable-debug-info-verifier.
Rafael Espindola
2013-07-25
4
-5
/
+5
*
Debug Info: improve the verifier to check field types.
Manman Ren
2013-07-25
1
-7
/
+7
*
Respect llvm.used in Internalize.
Rafael Espindola
2013-07-25
1
-0
/
+20
[next]