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
*
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
*
Revert "Revert "DI: Fold constant arguments into a single MDString""
Duncan P. N. Exon Smith
2014-10-03
2
-35
/
+35
*
Revert "DI: Fold constant arguments into a single MDString"
Duncan P. N. Exon Smith
2014-10-02
2
-35
/
+35
*
DI: Fold constant arguments into a single MDString
Duncan P. N. Exon Smith
2014-10-02
2
-35
/
+35
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-11
/
+11
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-11
/
+11
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-11
/
+11
*
musttail: Don't eliminate varargs packs if there is a forwarding call
Reid Kleckner
2014-08-26
1
-6
/
+30
*
IR: Change inalloca's grammar a bit
David Majnemer
2014-03-09
1
-1
/
+1
*
Fix broken CHECK lines
Nico Rieck
2014-02-16
1
-1
/
+1
*
inalloca: Don't remove dead arguments in the presence of inalloca args
Reid Kleckner
2014-02-03
1
-0
/
+16
*
Debug Info: update testing cases to specify the debug info version number.
Manman Ren
2013-11-22
2
-0
/
+4
*
Fix a bug in Dead Argument Elimination.
Shuxin Yang
2013-10-09
1
-0
/
+21
*
Debug Info Testing: update context from empty string to null.
Manman Ren
2013-09-08
1
-1
/
+1
*
Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.
Manman Ren
2013-09-06
1
-1
/
+1
*
Debug Info: add an identifier field to DICompositeType.
Manman Ren
2013-08-26
2
-3
/
+3
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
Debug Info Finder|Verifier: handle DbgLoc attached to instructions.
Manman Ren
2013-08-06
1
-2
/
+2
*
Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached to
Eric Christopher
2013-08-02
1
-2
/
+2
*
Debug Info Finder|Verifier: handle DbgLoc attached to instructions.
Manman Ren
2013-08-01
1
-2
/
+2
*
Debug Info: update testing cases to pass verifier.
Manman Ren
2013-07-29
2
-21
/
+24
*
Current batch of -disable-debug-info-verifier.
Rafael Espindola
2013-07-25
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
1
-1
/
+1
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-1
/
+1
*
Start using CHECK-LABEL in some tests.
Stephen Lin
2013-07-12
1
-5
/
+5
*
DeadArgumentElimination: keep return value on functions that have a live argu...
Stephen Lin
2013-06-30
1
-0
/
+55
*
Fix DeleteDeadVarargs not to crash on functions referenced by BlockAddresses
Derek Schuff
2013-06-13
1
-0
/
+25
*
Make DeadArgumentElimination more conservative on variadic functions
Tim Northover
2013-06-09
1
-0
/
+38
*
Revert "Revert "PR14606: debug info imported_module support""
David Blaikie
2013-04-22
1
-1
/
+1
[next]