projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
DI/Verifier: Fix argument bitrot in DILocalVariable
[oota-llvm.git]
/
test
/
Transforms
/
GlobalOpt
/
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-03-27
Duncan P. N. Exon...
Verifier: Call verifyModule() from llc and opt
tree
|
commitdiff
2015-03-13
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-03-04
Mehdi Amini
Make DataLayout Non-Optional in the Module
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-01-14
Duncan P. N. Exon...
IR: Move MDLocation into place
tree
|
commitdiff
2015-01-06
Rafael Espindola
Change the .ll syntax for comdats and add a syntactic...
tree
|
commitdiff
2014-12-15
Duncan P. N. Exon...
IR: Make metadata typeless in assembly
tree
|
commitdiff
2014-12-09
Duncan P. N. Exon...
IR: Split Metadata from Value
tree
|
commitdiff
2014-12-06
Duncan P. N. Exon...
IR: Disallow complicated function-local metadata
tree
|
commitdiff
2014-10-08
David Majnemer
GlobalOpt: Don't drop unused memberes of a Comdat
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-09-23
Reid Kleckner
GlobalOpt: Preserve comdats of unoptimized initializers
tree
|
commitdiff
2014-08-08
David Majnemer
GlobalOpt: Optimize in the face of insertvalue/extractvalue
tree
|
commitdiff
2014-07-30
Rafael Espindola
Use "weak alias" instead of "alias weak"
tree
|
commitdiff
2014-07-01
David Majnemer
GlobalOpt: Don't swap private for internal linkage
tree
|
commitdiff
2014-07-01
David Majnemer
GlobalOpt: FileCheck-ize test
tree
|
commitdiff
2014-07-01
David Majnemer
GlobalOpt: Handle non-zero offsets for aliases
tree
|
commitdiff
2014-06-27
David Majnemer
GlobalOpt: Fix constantfold-initializers.ll test
tree
|
commitdiff
2014-06-26
David Majnemer
GlobalOpt: Don't optimize thread_local for initializers
tree
|
commitdiff
2014-06-24
David Majnemer
GlobalOpt: Don't optimize dllimport for initializers
tree
|
commitdiff
2014-06-03
Rafael Espindola
Allow alias to point to an arbitrary ConstantExpr.
tree
|
commitdiff
2014-05-16
Reid Kleckner
Add comdat key field to llvm.global_ctors and llvm...
tree
|
commitdiff
2014-05-16
Rafael Espindola
Fix most of PR10367.
tree
|
commitdiff
2014-05-07
Duncan P. N. Exon...
IR: Don't allow non-default visibility on local linkage
tree
|
commitdiff
2014-03-27
Rafael Espindola
Prevent alias from pointing to weak aliases.
tree
|
commitdiff
2014-03-26
Rafael Espindola
Revert "Prevent alias from pointing to weak aliases."
tree
|
commitdiff
2014-03-26
Rafael Espindola
Prevent alias from pointing to weak aliases.
tree
|
commitdiff
2014-03-23
Lang Hames
Revert r204076 for now - it caused significant regressi...
tree
|
commitdiff
2014-03-17
Dan Gohman
Use range metadata instead of introducing selects.
tree
|
commitdiff
2014-03-12
Rafael Espindola
Reject alias to undefined symbols in the verifier.
tree
|
commitdiff
2014-02-26
Reid Kleckner
GlobalOpt: Apply fastcc to internal x86_thiscallcc...
tree
|
commitdiff
2014-02-13
Reid Kleckner
GlobalOpt: Aliases don't have sections, don't copy...
tree
|
commitdiff
2014-01-02
Matt Arsenault
Delete unread globals through addrspacecast
tree
|
commitdiff
2014-01-02
Matt Arsenault
Fix addrspacecast with metadata globals
tree
|
commitdiff
2013-12-12
Hal Finkel
Fix a use-after-free error in GlobalOpt CleanupConstant...
tree
|
commitdiff
2013-10-28
Alp Toker
Quote potential shell expansions found in tests
tree
|
commitdiff
2013-10-27
Shuxin Yang
Revert r193251 : Use address-taken to disambiguate...
tree
|
commitdiff
2013-10-23
Shuxin Yang
Use address-taken to disambiguate global variable and...
tree
|
commitdiff
2013-10-07
Alexey Samsonov
Revert r191834 until we measure the effect of this...
tree
|
commitdiff
2013-10-02
Alexey Samsonov
Remove "localize global" optimization
tree
|
commitdiff
2013-09-09
Eli Friedman
Don't shrink atomic ops to bool in GlobalOpt.
tree
|
commitdiff
2013-09-08
Manman Ren
Debug Info Testing: update context from empty string...
tree
|
commitdiff
2013-09-04
Rafael Espindola
Revert "Add r159136 back now that pr13124 has been...
tree
|
commitdiff
2013-09-03
Rafael Espindola
Add r159136 back now that pr13124 has been fixed.
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-26
Manman Ren
Debug Info Verifier: enable verification of DICompileUnit.
tree
|
commitdiff
2013-07-25
Manman Ren
Debug Info: improve the verifier to check field types.
tree
|
commitdiff
2013-07-25
Nick Lewycky
Check that TD isn't NULL before dereferencing it down...
tree
|
commitdiff
2013-07-24
Manman Ren
Debug Info: improve the Finder.
tree
|
commitdiff
2013-07-20
Rafael Espindola
Don't crash when llvm.compiler.used becomes empty.
tree
|
commitdiff
2013-07-19
Rafael Espindola
s/compiler_used/compiler.used/.
tree
|
commitdiff
2013-07-14
Stephen Lin
Fixup to r186268 and r186269: don't append -LABEL to...
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-06-12
Rafael Espindola
Always remove an alias when we rename the target.
tree
|
commitdiff
2013-06-12
Rafael Espindola
Convert test to FileCheck.
tree
|
commitdiff
2013-06-11
Rafael Espindola
Change how globalopt handles aliases in llvm.used.
tree
|
commitdiff
2013-05-16
Richard Smith
Respect the 'nobuiltin' attribute when determining...
tree
|
commitdiff
2013-05-14
Manman Ren
GlobalOpt: fix an issue where CXAAtExitFn points to...
tree
|
commitdiff
2013-05-09
Rafael Espindola
Don't replace an alias in llvm.used with its target.
tree
|
commitdiff
2013-04-02
Bill Wendling
Use a worklist to avoid a sneaky iterator invalidation.
tree
|
commitdiff
2013-03-12
Jan Wen Voung
Revert the test moves from 176733. Use "REQUIRES:...
tree
|
commitdiff
2013-03-09
Benjamin Kramer
Fix test case.
tree
|
commitdiff
2013-03-09
Benjamin Kramer
Test case hygiene.
tree
|
commitdiff
2013-03-08
Jan Wen Voung
Disable statistics on Release builds and move tests...
tree
|
commitdiff
2013-02-05
Michael Gottesman
Added missing newline to end of test case.
tree
|
commitdiff
2013-02-05
Michael Gottesman
Add code to GlobalVariable.h so that global variables...
tree
|
commitdiff
2013-01-10
Joey Gouly
Fix TryToShrinkGlobalToBoolean in GlobalOpt, so that...
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-12-30
Dmitri Gribenko
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
tree
|
commitdiff
2012-12-01
Zhou Sheng
Revert previous check in r168581, r169079 as they are...
tree
|
commitdiff
2012-12-01
Zhou Sheng
The patch is to improve the memory footprint of pass...
tree
|
commitdiff
2012-11-16
Hans Wennborg
Constant::IsThreadDependent(): Use dyn_cast<Constant...
tree
|
commitdiff
2012-11-15
Hans Wennborg
Make GlobalOpt be conservative with TLS variables ...
tree
|
commitdiff
2012-09-28
Benjamin Kramer
GlobalOpt: non-constexpr bitcasts or GEPs can occur...
tree
|
commitdiff
2012-07-29
Nick Lewycky
Add testcases for GlobalOpt changes in r160693 and...
tree
|
commitdiff
2012-07-24
Nick Lewycky
Teach globalopt to not nuke all stores to globals....
tree
|
commitdiff
2012-07-21
Nick Lewycky
Revert r160602.
tree
|
commitdiff
2012-07-21
Nick Lewycky
Teach globalopt to play nice with leak checkers. This...
tree
|
commitdiff
2012-07-19
Nick Lewycky
Revert r160529 due to crashes.
tree
|
commitdiff
2012-07-19
Nick Lewycky
Don't wipe out global variables that are probably stori...
tree
|
commitdiff
2012-07-02
Duncan Sands
GlobalOpt forgot to handle bitcast when analyzing globa...
tree
|
commitdiff
2012-07-02
Chandler Carruth
Convert the uses of '|&' to use '2>&1 |' instead, which...
tree
|
commitdiff
2012-07-02
Chandler Carruth
Convert all tests using TCL-style quoting to use shell...
tree
|
commitdiff
next