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
/
DeadArgElim
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Fix trivial typos in comments
James Henderson
2020-01-06
1
-1
/
+1
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
1
-2
/
+2
*
[FunctionAttrs] Annotate "willreturn" for intrinsics
Hideto Ueno
2019-07-28
1
-1
/
+1
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
34
-0
/
+1485
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
34
-1485
/
+0
*
[IPO][AVR] Create new Functions in the default address space specified in the...
Dylan McKay
2018-12-18
1
-0
/
+20
*
[DeadArgElim] Fixes for dbg.values using dead arg/return values
David Stenberg
2018-12-11
1
-0
/
+67
*
[deadargelim] Update dbg.value of 'unused' parameters
Petar Jovanovic
2018-09-24
1
-0
/
+86
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
2
-4
/
+4
*
[DeadArgElim] Remove allocsize attributes on callsites
George Burgess IV
2018-04-12
1
-0
/
+5
*
[DeadArgumentElim] Clone function level metadatas
Rong Xu
2018-04-02
1
-0
/
+67
*
[DeadArgElim] Strip allocsize attributes when deleting an argument.
Benjamin Kramer
2018-03-26
1
-0
/
+13
*
[DAE] don't remove args of musttail target/caller
Reid Kleckner
2018-03-01
1
-0
/
+16
*
[DeadArgumentElimination] Preserve llvm.dbg.values's first argument
Petar Jovanovic
2018-01-30
1
-0
/
+135
*
Remove the obsolete offset parameter from @llvm.dbg.value
Adrian Prantl
2017-07-28
2
-12
/
+12
*
Replace hardcoded intrinsic list with speculatable attribute.
Matt Arsenault
2017-05-03
1
-1
/
+1
*
Set the prof weight correctly for call instructions in DeadArgumentElimination.
Dehao Chen
2017-03-23
1
-0
/
+22
*
DeadArgElim: Don't mark swifterror arguments as unused
Arnold Schwaighofer
2016-09-21
1
-0
/
+15
*
[PM] Port DeadArgumentElimination to the new PM
Sean Silva
2016-06-12
1
-1
/
+1
*
[IR] Copy comdats in GlobalObject::copyAttributesFrom
Reid Kleckner
2016-05-25
1
-0
/
+14
*
[DeadArgumentElimination] Propagate operand bundles to promoted call sites
David Majnemer
2016-04-29
1
-0
/
+29
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
2
-7
/
+6
*
testcase gardening: update the emissionKind enum to the new syntax. (NFC)
Adrian Prantl
2016-04-01
2
-2
/
+2
*
Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.
Adrian Prantl
2016-03-31
1
-1
/
+1
*
[DebugInfo] Subprograms should belong to a CU.
Davide Italiano
2016-03-31
1
-1
/
+1
*
[OperandBundles] Have DeadArgElim play nice with operand bundles
David Majnemer
2015-12-23
1
-0
/
+12
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
1
-5
/
+6
*
[DeadArgElim] Split the invoke successor edge
David Majnemer
2015-09-23
1
-1
/
+25
*
DeadArgElim: don't eliminate arguments from naked functions
Hans Wennborg
2015-09-01
1
-0
/
+31
*
DI: Require subprogram definitions to be distinct
Duncan P. N. Exon Smith
2015-08-28
2
-4
/
+4
*
DI: Disallow uniquable DICompileUnits
Duncan P. N. Exon Smith
2015-08-03
2
-2
/
+2
*
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
Duncan P. N. Exon Smith
2015-07-31
2
-10
/
+10
*
DI/Verifier: Fix argument bitrot in DILocalVariable
Duncan P. N. Exon Smith
2015-07-24
1
-9
/
+9
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-4
/
+4
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
2
-51
/
+51
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
7
-16
/
+16
*
DebugInfo: Add missing !dbg attachments to intrinsics
Duncan P. N. Exon Smith
2015-04-15
1
-9
/
+9
*
DebugInfo: Fix bad debug info for compile units and types
Duncan P. N. Exon Smith
2015-03-27
1
-1
/
+1
*
Verifier: Check debug info intrinsic arguments
Duncan P. N. Exon Smith
2015-03-15
1
-9
/
+9
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
1
-1
/
+1
*
DebugInfo: Move new hierarchy into place
Duncan P. N. Exon Smith
2015-03-03
2
-36
/
+36
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
4
-5
/
+5
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
1
-1
/
+1
*
DeadArgElim: aggregate Return assessment properly.
Tim Northover
2015-02-11
1
-0
/
+30
*
DeadArgElim: arguments affect all returned sub-values by default.
Tim Northover
2015-02-10
1
-0
/
+17
*
DeadArgElim: fix mismatch in accounting of array return types.
Tim Northover
2015-02-09
1
-1
/
+45
*
DeadArgElim: assess uses of entire return value aggregate.
Tim Northover
2015-02-09
1
-0
/
+71
*
IR: Move MDLocation into place
Duncan P. N. Exon Smith
2015-01-14
2
-8
/
+8
*
IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
2014-12-15
2
-62
/
+62
*
DebugInfo+DeadArgElimination: Ensure llvm::Function*s from debug info are upd...
David Blaikie
2014-10-07
1
-47
/
+52
[next]