projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[SimplifyLibCalls] New trick: pow(x, 0.5) -> sqrt(x) under -ffast-math.
[oota-llvm.git]
/
test
/
Transforms
/
DeadArgElim
/
2015-11-05
Peter Collingbourne
DI: Reverse direction of subprogram -> function edge.
tree
|
commitdiff
2015-09-23
David Majnemer
[DeadArgElim] Split the invoke successor edge
tree
|
commitdiff
2015-09-01
Hans Wennborg
DeadArgElim: don't eliminate arguments from naked functions
tree
|
commitdiff
2015-08-28
Duncan P. N. Exon...
DI: Require subprogram definitions to be distinct
tree
|
commitdiff
2015-08-03
Duncan P. N. Exon...
DI: Disallow uniquable DICompileUnits
tree
|
commitdiff
2015-07-31
Duncan P. N. Exon...
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
tree
|
commitdiff
2015-07-24
Duncan P. N. Exon...
DI/Verifier: Fix argument bitrot in DILocalVariable
tree
|
commitdiff
2015-06-17
David Majnemer
Move the personality function from LandingPadInst to...
tree
|
commitdiff
2015-04-29
Duncan P. N. Exon...
IR: Give 'DI' prefix to debug info metadata
tree
|
commitdiff
2015-04-16
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-04-15
Duncan P. N. Exon...
DebugInfo: Add missing !dbg attachments to intrinsics
tree
|
commitdiff
2015-03-27
Duncan P. N. Exon...
DebugInfo: Fix bad debug info for compile units and...
tree
|
commitdiff
2015-03-15
Duncan P. N. Exon...
Verifier: Check debug info intrinsic arguments
tree
|
commitdiff
2015-03-13
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-03-03
Duncan P. N. Exon...
DebugInfo: Move new hierarchy into place
tree
|
commitdiff
2015-02-27
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-02-27
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-02-11
Tim Northover
DeadArgElim: aggregate Return assessment properly.
tree
|
commitdiff
2015-02-10
Tim Northover
DeadArgElim: arguments affect all returned sub-values...
tree
|
commitdiff
2015-02-09
Tim Northover
DeadArgElim: fix mismatch in accounting of array return...
tree
|
commitdiff
2015-02-09
Tim Northover
DeadArgElim: assess uses of entire return value aggregate.
tree
|
commitdiff
2015-01-14
Duncan P. N. Exon...
IR: Move MDLocation into place
tree
|
commitdiff
2014-12-15
Duncan P. N. Exon...
IR: Make metadata typeless in assembly
tree
|
commitdiff
2014-10-07
David Blaikie
DebugInfo+DeadArgElimination: Ensure llvm::Function...
tree
|
commitdiff
2014-10-03
Duncan P. N. Exon...
Revert "Revert "DI: Fold constant arguments into a...
tree
|
commitdiff
2014-10-02
Duncan P. N. Exon...
Revert "DI: Fold constant arguments into a single MDString"
tree
|
commitdiff
2014-10-02
Duncan P. N. Exon...
DI: Fold constant arguments into a single MDString
tree
|
commitdiff
2014-10-01
Adrian Prantl
Move the complex address expression out of DIVariable...
tree
|
commitdiff
2014-10-01
Adrian Prantl
Revert r218778 while investigating buldbot breakage.
tree
|
commitdiff
2014-10-01
Adrian Prantl
Move the complex address expression out of DIVariable...
tree
|
commitdiff
2014-08-26
Reid Kleckner
musttail: Don't eliminate varargs packs if there is...
tree
|
commitdiff
2014-03-09
David Majnemer
IR: Change inalloca's grammar a bit
tree
|
commitdiff
2014-02-16
Nico Rieck
Fix broken CHECK lines
tree
|
commitdiff
2014-02-03
Reid Kleckner
inalloca: Don't remove dead arguments in the presence...
tree
|
commitdiff
2013-11-22
Manman Ren
Debug Info: update testing cases to specify the debug...
tree
|
commitdiff
2013-10-09
Shuxin Yang
Fix a bug in Dead Argument Elimination.
tree
|
commitdiff
2013-09-08
Manman Ren
Debug Info Testing: update context from empty string...
tree
|
commitdiff
2013-09-06
Manman Ren
Debug Info Testing: updated to use NULL instead of...
tree
|
commitdiff
2013-08-26
Manman Ren
Debug Info: add an identifier field to DICompositeType.
tree
|
commitdiff
2013-08-16
Daniel Dunbar
[tests] Cleanup initialization of test suffixes.
tree
|
commitdiff
2013-08-06
Manman Ren
Debug Info Finder|Verifier: handle DbgLoc attached...
tree
|
commitdiff
2013-08-02
Eric Christopher
Temporarily revert "Debug Info Finder|Verifier: handle...
tree
|
commitdiff
2013-08-01
Manman Ren
Debug Info Finder|Verifier: handle DbgLoc attached...
tree
|
commitdiff
2013-07-29
Manman Ren
Debug Info: update testing cases to pass verifier.
tree
|
commitdiff
2013-07-25
Rafael Espindola
Current batch of -disable-debug-info-verifier.
tree
|
commitdiff
2013-07-24
Rafael Espindola
add -disable-debug-info-verifier to 3 test to fix tests...
tree
|
commitdiff
2013-07-14
Stephen Lin
Catch more CHECK that can be converted to CHECK-LABEL...
tree
|
commitdiff
2013-07-14
Stephen Lin
Update Transforms tests to use CHECK-LABEL for easier...
tree
|
commitdiff
2013-07-12
Stephen Lin
Start using CHECK-LABEL in some tests.
tree
|
commitdiff
2013-06-30
Stephen Lin
DeadArgumentElimination: keep return value on functions...
tree
|
commitdiff
2013-06-13
Derek Schuff
Fix DeleteDeadVarargs not to crash on functions referen...
tree
|
commitdiff
2013-06-09
Tim Northover
Make DeadArgumentElimination more conservative on varia...
tree
|
commitdiff
2013-04-22
David Blaikie
Revert "Revert "PR14606: debug info imported_module...
tree
|
commitdiff
2013-04-19
Eric Christopher
Revert "PR14606: debug info imported_module support"
tree
|
commitdiff
2013-04-19
David Blaikie
PR14606: debug info imported_module support
tree
|
commitdiff
2013-03-28
David Blaikie
Revert "Adding DIImportedModules to DIScopes."
tree
|
commitdiff
2013-03-27
David Blaikie
Adding DIImportedModules to DIScopes.
tree
|
commitdiff
2013-03-21
David Blaikie
Remove unused field in DISubprogram
tree
|
commitdiff
2013-03-20
David Blaikie
Remove unused field in DICompileUnit
tree
|
commitdiff
2013-03-17
David Blaikie
Split out filename & directory from DIFile to start...
tree
|
commitdiff
2013-03-13
David Blaikie
Remove the unused 4th operand for DIFile debug info...
tree
|
commitdiff
2013-03-13
David Blaikie
Refactor filename/directory in DICompileUnit into a...
tree
|
commitdiff
2013-03-12
David Blaikie
Remove unused "isMain" field from DICompileUnit
tree
|
commitdiff
2013-03-12
David Blaikie
Update debug info test cases with empty SplitDebugFilen...
tree
|
commitdiff
2013-02-22
Bill Wendling
Use references to attribute groups on the call/invoke...
tree
|
commitdiff
2013-02-20
Bill Wendling
Modify the LLVM assembly output so that it uses referen...
tree
|
commitdiff
2013-02-11
Bill Wendling
FileCheck-ize the tests.
tree
|
commitdiff
2013-02-02
David Blaikie
Remove the (apparently) unnecessary debug info metadata...
tree
|
commitdiff
2013-01-01
Dmitri Gribenko
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
tree
|
commitdiff
2012-12-30
Dmitri Gribenko
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
tree
|
commitdiff
2012-10-09
Alexey Samsonov
Fix PR14016.
tree
|
commitdiff
2012-07-02
Chandler Carruth
Fix the remaining TCL-style quotes found in the testsui...
tree
|
commitdiff
2012-07-02
Chandler Carruth
Convert all tests using TCL-style quoting to use shell...
tree
|
commitdiff
2012-02-16
Eli Bendersky
Replace all instances of dg.exp file with lit.local...
tree
|
commitdiff
2011-11-27
Chris Lattner
Upgrade syntax of tests using volatile instructions...
tree
|
commitdiff
2011-09-01
Bill Wendling
Update some tests to the new EH scheme.
tree
|
commitdiff
2011-08-12
Eli Friedman
Move "atomic" and "volatile" designations on instructio...
tree
|
commitdiff
2011-07-09
Chris Lattner
Land the long talked about "type system rewrite" patch...
tree
|
commitdiff
2011-06-17
Chris Lattner
manually upgrade a bunch of tests to modern syntax...
tree
|
commitdiff
2011-05-22
Nick Lewycky
Fix grammar in test.
tree
|
commitdiff
2011-03-01
Eli Friedman
Add an obvious missing safety check to DAE::RemoveDeadA...
tree
|
commitdiff
2011-01-16
Anders Carlsson
Teach DAE to look for functions whose arguments are...
tree
|
commitdiff
2010-04-30
Devang Patel
Preserve debug info attached with call instruction...
tree
|
commitdiff
2010-04-14
Nick Lewycky
Revert r101213.
tree
|
commitdiff
2010-04-14
Nick Lewycky
Commit testcase for r101213.
tree
|
commitdiff
2010-04-07
Chris Lattner
add newlines at the end of files.
tree
|
commitdiff
2010-01-23
Nick Lewycky
Speculatively revert r94322 to see if it fixes darwin...
tree
|
commitdiff
2010-01-23
Nick Lewycky
Teach DAE that even though it can't modify the function...
tree
|
commitdiff
2010-01-05
Dan Gohman
Delete useless trailing semicolons.
tree
|
commitdiff
2009-09-11
Dan Gohman
Change tests from "opt %s" to "opt < %s" so that opt...
tree
|
commitdiff
2009-09-08
Dan Gohman
Use opt -S instead of piping bitcode output through...
tree
|
commitdiff
2009-09-08
Dan Gohman
Change these tests to feed the assembly files to opt...
tree
|
commitdiff
2009-03-18
Chris Lattner
aha, DAE does have to think about PHI nodes. Many...
tree
|
commitdiff
2009-03-18
Chris Lattner
Fix PR3807 by inserting 'insertelement' instructions...
tree
|
commitdiff
2009-03-01
Chris Lattner
adjust test to make it more robust
tree
|
commitdiff
2008-09-29
Devang Patel
Support inreg, zext and sext as return value attributes.
tree
|
commitdiff
2008-07-16
Matthijs Kooijman
Un-XFAIL multdeadretval, since instcombine now properly...
tree
|
commitdiff
2008-07-15
Matthijs Kooijman
XFAIL the multdeadretval test for now, I will be fixing...
tree
|
commitdiff
2008-07-15
Matthijs Kooijman
Remove a few tests which no longer hold for deadargelim...
tree
|
commitdiff
2008-07-15
Matthijs Kooijman
Add a testcase for the canonicalizations now performed...
tree
|
commitdiff
next