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
/
ArgumentPromotion
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ArgPromo][Tests] Run update_test_checks on all ArgumentPromotion tests
Johannes Doerfert
2019-12-14
32
-872
/
+1477
*
IR: print value numbers for unnamed function arguments
Tim Northover
2019-08-03
2
-2
/
+2
*
[lit] Delete empty lines at the end of lit.local.cfg NFC
Fangrui Song
2019-06-17
1
-1
/
+0
*
remove inalloca parameters in globalopt and simplify argpromotion
Bob Haarman
2019-05-02
2
-5
/
+43
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
32
-0
/
+3166
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
32
-3166
/
+0
*
[ArgPromotion] Set debug location at updated callsites
Vedant Kumar
2019-04-02
1
-3
/
+23
*
[NewPM] Fix a nasty bug with analysis invalidation in the new PM.
Chandler Carruth
2019-03-28
1
-0
/
+50
*
Temporarily revert "ArgumentPromotion should copy all metadata to new Functio...
Eric Christopher
2019-02-28
2
-54
/
+5
*
[ArgumentPromotion] Add a lit.local.cfg to disable X86 specific tests if the ...
Craig Topper
2019-02-19
1
-0
/
+3
*
[X86] Don't consider functions ABI compatible for ArgumentPromotion pass if t...
Craig Topper
2019-02-19
1
-0
/
+184
*
Refine ArgPromotion metadata handling
Teresa Johnson
2019-02-14
1
-0
/
+31
*
ArgumentPromotion should copy all metadata to new Function
Teresa Johnson
2019-02-08
1
-5
/
+23
*
Only promote args when function attributes are compatible
Tom Stellard
2019-01-16
1
-0
/
+53
*
[IPO][AVR] Create new Functions in the default address space specified in the...
Dylan McKay
2018-12-18
1
-0
/
+24
*
[ArgumentPromotion] don't break musttail invariant PR36543
Fedor Indutny
2018-03-02
1
-0
/
+45
*
[FunctionAttrs][ArgumentPromotion][GlobalOpt] Disable some optimisations pass...
Luke Cheeseman
2018-02-22
1
-0
/
+23
*
[Debugify] Handled unsized types
Vedant Kumar
2018-01-06
1
-0
/
+1
*
[ArgPromotion] Preserve alignment of byval argument in new alloca
Reid Kleckner
2017-08-04
1
-9
/
+30
*
Remove the obsolete offset parameter from @llvm.dbg.value
Adrian Prantl
2017-07-28
1
-2
/
+2
*
[ArgumentPromotion] Change use of removed argument in llvm.dbg.value to undef
Mikael Holmen
2017-07-10
1
-0
/
+38
*
[ArgPromotion] Add a testcase for PR32917
Martin Storsjo
2017-05-05
1
-0
/
+23
*
[ArgPromotion] Don't drop !prof metadata on promoted calls
Reid Kleckner
2017-04-13
1
-0
/
+23
*
Verifier: Disallow a line number without a file in DISubprogram
Justin Bogner
2017-02-17
1
-1
/
+1
*
[PM] Port ArgumentPromotion to the new pass manager.
Chandler Carruth
2017-02-09
16
-0
/
+16
*
[ArgPromote] Delete a test that makes no sense (any more).
Chandler Carruth
2017-02-08
1
-23
/
+0
*
[ArgPromote] Clean up a crash test case by rinsing it through opt,
Chandler Carruth
2017-02-08
1
-35
/
+46
*
[ArgPromote] Actually add FileCheck to a test that I actually updated to
Chandler Carruth
2017-02-08
1
-2
/
+1
*
[ArgPromote] Actually run FileCheck on this test. The CHECK lines are
Chandler Carruth
2017-02-08
1
-1
/
+1
*
[ArgPromote] Replace all the grep-based testing with precise FileCheck
Chandler Carruth
2017-02-06
5
-63
/
+117
*
Remove the ScalarReplAggregates pass
David Majnemer
2016-06-15
1
-2
/
+2
*
[ArgumentPromotion] Propagate operand bundles to promoted call sites
David Majnemer
2016-04-29
1
-0
/
+31
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
1
-3
/
+2
*
testcase gardening: update the emissionKind enum to the new syntax. (NFC)
Adrian Prantl
2016-04-01
1
-1
/
+1
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
1
-4
/
+6
*
DI: Require subprogram definitions to be distinct
Duncan P. N. Exon Smith
2015-08-28
1
-1
/
+1
*
DI: Disallow uniquable DICompileUnits
Duncan P. N. Exon Smith
2015-08-03
1
-1
/
+1
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-2
/
+2
*
ArgumentPromotion: Drop sret attribute on functions that are only called dire...
Peter Collingbourne
2015-06-10
1
-0
/
+28
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-5
/
+5
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
1
-1
/
+1
*
DebugInfo: Fix testcases that fail -verify-debug-info=true
Duncan P. N. Exon Smith
2015-03-16
1
-1
/
+2
*
DebugInfo: Move new hierarchy into place
Duncan P. N. Exon Smith
2015-03-03
1
-4
/
+4
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
15
-30
/
+30
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
8
-21
/
+21
*
FileCheck-ize a test to make it easier to migrate to typeless pointers
David Blaikie
2015-02-15
1
-2
/
+3
*
IR: Move MDLocation into place
Duncan P. N. Exon Smith
2015-01-14
1
-1
/
+1
*
IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
2014-12-15
2
-18
/
+18
*
Revert "Revert "DI: Fold constant arguments into a single MDString""
Duncan P. N. Exon Smith
2014-10-03
1
-3
/
+3
*
Revert "DI: Fold constant arguments into a single MDString"
Duncan P. N. Exon Smith
2014-10-02
1
-3
/
+3
[next]