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
/
FunctionAttrs
Commit message (
Expand
)
Author
Age
Files
Lines
*
[FunctionAttrs] Provide a mechanism for adding function attributes from the c...
James Molloy
2015-11-19
1
-0
/
+12
*
Vector of pointers in function attributes calculation
Elena Demikhovsky
2015-11-17
1
-0
/
+38
*
Revert "Revert "[FunctionAttrs] Identify norecurse functions""
James Molloy
2015-11-12
5
-7
/
+69
*
Revert "[FunctionAttrs] Identify norecurse functions"
James Molloy
2015-11-12
5
-69
/
+7
*
[FunctionAttrs] Identify norecurse functions
James Molloy
2015-11-12
5
-7
/
+69
*
[FunctionAttrs] Fix an iterator wraparound bug
Sanjoy Das
2015-11-07
1
-0
/
+30
*
[FunctionAttr] Infer nonnull attributes on returns
Philip Reames
2015-08-31
1
-0
/
+74
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-2
/
+2
*
Remove conflicting attributes before adding deduced readonly/readnone
Bjorn Steinbrink
2015-05-25
1
-0
/
+13
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
2
-2
/
+2
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
8
-23
/
+23
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
1
-2
/
+2
*
Normally an 'optnone' function goes through fast-isel, which does not
Paul Robinson
2014-11-03
1
-0
/
+135
*
[optnone] Make the optnone attribute effective at suppressing function
Chandler Carruth
2014-08-13
1
-0
/
+24
*
When analyzing params/args for readnone/readonly, don't forget to consider th...
Nick Lewycky
2014-05-30
2
-1
/
+15
*
Update optimization passes to handle inalloca arguments
Reid Kleckner
2014-01-28
1
-0
/
+6
*
Make nocapture analysis work with addrspacecast
Matt Arsenault
2014-01-14
1
-0
/
+15
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
Fix FileCheck --check-prefix lines.
Tim Northover
2013-08-12
1
-1
/
+1
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-1
/
+1
*
Extend 'readonly' and 'readnone' to work on function arguments as well as
Nick Lewycky
2013-07-06
6
-14
/
+72
*
Change the gettimeofday test to only test on a posix platform.
Michael Gottesman
2013-07-03
1
-1
/
+3
*
Added support in FunctionAttrs for adding relevant function/argument attribut...
Michael Gottesman
2013-07-03
1
-0
/
+3
*
Move library call prototype attribute inference to functionattrs
Meador Inge
2013-03-21
2
-0
/
+39
*
Modify the LLVM assembly output so that it uses references to represent funct...
Bill Wendling
2013-02-20
3
-8
/
+14
*
Fix a bug in mayHaveSideEffects. Functions that do not return are now conside...
Nadav Rotem
2013-02-19
1
-0
/
+18
*
FileCheck-ize the tests.
Bill Wendling
2013-02-11
2
-4
/
+10
*
Convert getAttributes() to return an AttributeSetNode.
Bill Wendling
2013-01-29
1
-2
/
+2
*
Convert all tests using TCL-style quoting to use shell-style quoting.
Chandler Carruth
2012-07-02
1
-2
/
+2
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
2
-3
/
+1
*
Change CaptureTracking to pass a Use* instead of a Value* when a value is
Nick Lewycky
2011-12-28
1
-0
/
+61
*
Move this test from date-name to feature-name, and port it to FileCheck.
Nick Lewycky
2011-12-23
1
-2
/
+14
*
Upgrade syntax of tests using volatile instructions to use 'load volatile' in...
Chris Lattner
2011-11-27
2
-2
/
+2
*
Update some tests to the new EH scheme.
Bill Wendling
2011-09-01
1
-0
/
+4
*
Fix test.
Eli Friedman
2011-08-16
1
-1
/
+1
*
Revert a bit of r137667; the logic in question can safely handle atomic load/...
Eli Friedman
2011-08-16
1
-0
/
+21
*
rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is
Chris Lattner
2011-06-18
1
-64
/
+0
*
manually upgrade a bunch of tests to modern syntax, and remove some that
Chris Lattner
2011-06-17
1
-7
/
+0
*
Make ModRefBehavior a lattice. Use this to clean up AliasAnalysis
Dan Gohman
2010-11-10
2
-2
/
+2
*
Extend the AliasAnalysis::pointsToConstantMemory interface to allow it
Dan Gohman
2010-11-08
1
-1
/
+1
*
Make FunctionAttrs use AliasAnalysis::getModRefBehavior, now that it
Dan Gohman
2010-11-08
1
-1
/
+1
*
If a function does a volatile load from a global constant, do not
Duncan Sands
2010-10-30
1
-0
/
+10
*
Fix a README item: have functionattrs look through selects and
Duncan Sands
2010-01-06
1
-2
/
+27
*
Partially address a README by having functionattrs consider calls to
Duncan Sands
2010-01-06
1
-2
/
+31
*
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-11
9
-11
/
+11
*
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
9
-11
/
+11
*
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-08
9
-11
/
+11
*
Revert r70876 and add a testcase (@c7) showing the problem:
Duncan Sands
2009-05-07
1
-9
/
+18
*
Fix PR3754: don't mark functions that wrap MallocInst with
Duncan Sands
2009-05-06
1
-0
/
+7
*
Teach capture tracking that readonly functions can
Duncan Sands
2009-05-04
1
-4
/
+20
[next]