index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
Transforms
/
ADCE
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
2
-2
/
+2
*
Add missing test for r366215
Amara Emerson
2019-07-16
1
-0
/
+71
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
30
-0
/
+1075
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
30
-1075
/
+0
*
Remove irrelevant references to legacy git repositories from
James Y Knight
2019-01-15
1
-1
/
+1
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
1
-4
/
+4
*
[ADCE][Dominators] Reapply: Teach ADCE to preserve dominators
Jakub Kuderski
2017-08-22
3
-0
/
+81
*
Revert "Reapply: [ADCE][Dominators] Teach ADCE to preserve dominators"
Sanjoy Das
2017-08-21
2
-57
/
+0
*
Reapply: [ADCE][Dominators] Teach ADCE to preserve dominators
Jakub Kuderski
2017-08-17
2
-0
/
+57
*
Revert "[ADCE][Dominators] Teach ADCE to preserve dominators"
Jakub Kuderski
2017-08-16
2
-57
/
+0
*
[ADCE][Dominators] Teach ADCE to preserve dominators
Jakub Kuderski
2017-08-16
2
-0
/
+57
*
Remove the obsolete offset parameter from @llvm.dbg.value
Adrian Prantl
2017-07-28
1
-4
/
+4
*
Fix a test to check assembly output instead of bitcode.
Peter Collingbourne
2017-03-31
1
-3
/
+3
*
[ADCE] Add code to remove dead branches
David Callahan
2016-12-13
17
-7
/
+101
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
1
-6
/
+5
*
[PGO] Remove redundant VP instrumentation
Betul Buyukkurt
2016-04-13
1
-0
/
+19
*
testcase gardening: update the emissionKind enum to the new syntax. (NFC)
Adrian Prantl
2016-04-01
1
-1
/
+1
*
ADCE: Remove debug info intrinsics in dead scopes
Duncan P. N. Exon Smith
2016-03-29
1
-0
/
+101
*
[PM] Port ADCE to the new pass manager
Justin Bogner
2015-10-30
1
-0
/
+1
*
Whitespace. NFC
Justin Bogner
2015-10-30
1
-2
/
+0
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
3
-8
/
+8
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
9
-28
/
+28
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
6
-28
/
+28
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
2
-3
/
+1
*
Try to eliminate the use of the 'unwind' instruction.
Bill Wendling
2011-09-02
2
-2
/
+2
*
Update to new EH scheme.
Bill Wendling
2011-08-31
3
-1
/
+15
*
stop accepting begin/end around function bodies in the .ll parser, this isn't...
Chris Lattner
2011-06-17
1
-4
/
+2
*
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-11
22
-22
/
+22
*
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-09-09
2
-2
/
+2
*
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
5
-5
/
+5
*
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-08
22
-22
/
+22
*
Allow readonly functions to unwind exceptions. Teach
Duncan Sands
2009-05-06
1
-2
/
+2
*
Remove the ability for ADCE to remove unreachable blocks in loop nests, becau...
Owen Anderson
2008-07-03
1
-37
/
+0
*
Add support to ADCE for pruning unreachable blocks. This addresses the final
Owen Anderson
2008-07-02
1
-0
/
+37
*
Replace the old ADCE implementation with a new one that more simply solves
Owen Anderson
2008-05-29
2
-44
/
+0
*
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
1
-1
/
+1
*
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2008-05-20
1
-1
/
+1
*
Move this test from ADCE to loop deletion, where it is more appropriate.
Owen Anderson
2008-05-16
1
-36
/
+0
*
Move this test to LoopDeletion, where it now passes.
Owen Anderson
2008-04-30
1
-14
/
+0
*
rename *.llx -> *.ll, last batch.
Chris Lattner
2008-04-19
2
-0
/
+0
*
XFAIL this test for the moment. The real solution is to prevent ADCE
Owen Anderson
2008-04-16
1
-0
/
+1
*
Remove llvm-upgrade and update test cases.
Tanya Lattner
2008-03-01
24
-564
/
+560
*
Ding dong, the DoesntAccessMemoryFns and
Duncan Sands
2007-11-23
1
-5
/
+4
*
Readonly/readnone functions are allowed to throw
Duncan Sands
2007-11-22
1
-10
/
+12
*
Unreachable block is not a root node in post dominator tree.
Devang Patel
2007-07-24
1
-0
/
+13
*
Convert .cvsignore files
John Criswell
2007-06-29
1
-3
/
+0
*
For PR1319:
Reid Spencer
2007-04-14
1
-2
/
+2
*
Make the llvm-runtest function much more amenable by eliminating all the
Reid Spencer
2007-04-11
1
-1
/
+1
*
Remove use of implementation keyword.
Reid Spencer
2007-03-28
1
-2
/
+0
[next]