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
/
SimplifyCFG
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r235153
Pirama Arumuga Nainar
2015-05-18
8
-15
/
+19
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
43
-232
/
+342
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
30
-291
/
+1245
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
14
-44
/
+521
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
5
-4
/
+190
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-0
/
+22
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
6
-5
/
+321
*
Merging r195535:
Manman Ren
2013-12-09
1
-0
/
+2
*
Merging r195504:
Manman Ren
2013-12-09
1
-0
/
+2
*
FoldBranchToCommonDest merges branches into a single branch with or/and of th...
Nadav Rotem
2013-11-12
1
-0
/
+29
*
SimplifyCFG: Use existing constant folding logic when forming switch tables.
Benjamin Kramer
2013-11-12
1
-3
/
+6
*
SimplifyCFG has a heuristics for out-of-order processors that decides when it...
Nadav Rotem
2013-11-10
1
-0
/
+28
*
Resolve TODO in test now that filecheck has multiple check prefixes.
Matt Arsenault
2013-11-10
1
-5
/
+3
*
SimplifyCFG: Don't duplicate calls to functions marked noduplicate v2
Tom Stellard
2013-10-21
1
-0
/
+37
*
Teach SimplifyCFG about address spaces
Matt Arsenault
2013-10-21
2
-11
/
+104
*
Teach simplify-cfg how to correctly create covered lookup tables for switches...
Michael Gottesman
2013-10-20
1
-0
/
+48
*
Add test for untested path in SimplifyCFG
Matt Arsenault
2013-09-14
1
-6
/
+28
*
Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.
Manman Ren
2013-09-06
3
-6
/
+6
*
Debug Info: add an identifier field to DICompositeType.
Manman Ren
2013-08-26
3
-3
/
+3
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
3
-5
/
+0
*
[tests] Fix refacto in r187764 that effectively disabled SimplifyCFG tests. :(
Daniel Dunbar
2013-08-15
4
-0
/
+1
*
Factor FlattenCFG out from SimplifyCFG
Tom Stellard
2013-08-06
4
-126
/
+0
*
Use function attributes to indicate that we don't want to realign the stack.
Bill Wendling
2013-08-01
1
-2
/
+2
*
Debug Info: enable verifier for testing cases.
Manman Ren
2013-07-29
2
-2
/
+2
*
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
3
-21
/
+26
*
Next batch of -disable-debug-info-verifier.
Rafael Espindola
2013-07-26
1
-1
/
+1
*
add -disable-debug-info-verifier to 3 test to fix tests with pipefail.
Rafael Espindola
2013-07-24
1
-1
/
+1
*
Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...
Stephen Lin
2013-07-14
2
-3
/
+3
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
21
-92
/
+92
*
TryToSimplifyUncondBranchFromEmptyBlock was checking that any common
Duncan Sands
2013-07-11
1
-1
/
+239
*
SimplifyCFG: Teach switch generation some patterns that instcombine forms.
Benjamin Kramer
2013-07-04
1
-0
/
+36
*
Second part of pr16069
Rafael Espindola
2013-06-04
1
-1
/
+15
*
SimplifyCFG: Do not transform PHI to select if doing so would be unsafe
David Majnemer
2013-06-03
1
-0
/
+14
*
SimplifyCFG: If convert single conditional stores
Arnold Schwaighofer
2013-04-29
1
-0
/
+108
*
Revert "SimplifyCFG: If convert single conditional stores"
Arnold Schwaighofer
2013-04-21
1
-83
/
+0
*
SimplifyCFG: If convert single conditional stores
Arnold Schwaighofer
2013-04-20
1
-0
/
+83
*
simplifycfg: Fix integer overflow converting switch into icmp.
Hans Wennborg
2013-04-16
1
-0
/
+18
*
Converted 8x tests of SimplifyCFG to use FileCheck instead of grep.
Michael Gottesman
2013-04-09
8
-17
/
+21
*
Don't remove a landing pad if the invoke requires a table entry.
Bill Wendling
2013-03-11
1
-0
/
+77
*
SimplifyCFG fix for volatile load/store.
Andrew Trick
2013-03-07
1
-0
/
+48
*
Use references to attribute groups on the call/invoke instructions.
Bill Wendling
2013-02-22
1
-3
/
+6
*
Filecheckized 2x tests in SimplifyCFG and removed their date prefix to fit wi...
Michael Gottesman
2013-01-31
2
-4
/
+4
*
Re-revert r173342, without losing the compile time improvements, flat
Chandler Carruth
2013-01-27
1
-115
/
+0
*
Switch this code away from Value::isUsedInBasicBlock. That code either
Chandler Carruth
2013-01-25
1
-0
/
+63
*
Reapply chandlerc's r173342 now that the miscompile it was triggering is fixed.
Benjamin Kramer
2013-01-24
1
-0
/
+29
*
Revert r173342 temporarily. It appears to cause a very late miscompile
Chandler Carruth
2013-01-24
1
-29
/
+0
*
Plug TTI into the speculation logic, giving it a real cost interface
Chandler Carruth
2013-01-24
1
-0
/
+29
*
Address a large chunk of this FIXME by accumulating the cost for
Chandler Carruth
2013-01-24
1
-0
/
+42
*
Switch the constant expression speculation cost evaluation away from
Chandler Carruth
2013-01-24
1
-0
/
+22
[next]