index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
GlobalOpt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merging r197178:
Bill Wendling
2013-12-14
1
-0
/
+32
*
Quote potential shell expansions found in tests
Alp Toker
2013-10-28
1
-1
/
+1
*
Revert r193251 : Use address-taken to disambiguate global variable and indire...
Shuxin Yang
2013-10-27
6
-9
/
+9
*
Use address-taken to disambiguate global variable and indirect memops.
Shuxin Yang
2013-10-23
6
-9
/
+9
*
Revert r191834 until we measure the effect of this benchmarks and maybe find ...
Alexey Samsonov
2013-10-07
1
-0
/
+26
*
Remove "localize global" optimization
Alexey Samsonov
2013-10-02
1
-26
/
+0
*
Don't shrink atomic ops to bool in GlobalOpt.
Eli Friedman
2013-09-09
1
-0
/
+15
*
Debug Info Testing: update context from empty string to null.
Manman Ren
2013-09-08
1
-2
/
+2
*
Revert "Add r159136 back now that pr13124 has been fixed."
Rafael Espindola
2013-09-04
1
-14
/
+0
*
Add r159136 back now that pr13124 has been fixed.
Rafael Espindola
2013-09-03
1
-0
/
+14
*
Debug Info: add an identifier field to DICompositeType.
Manman Ren
2013-08-26
1
-2
/
+2
*
[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 Verifier: enable verification of DICompileUnit.
Manman Ren
2013-07-26
1
-1
/
+3
*
Debug Info: improve the verifier to check field types.
Manman Ren
2013-07-25
1
-1
/
+1
*
Check that TD isn't NULL before dereferencing it down this path.
Nick Lewycky
2013-07-25
1
-0
/
+17
*
Debug Info: improve the Finder.
Manman Ren
2013-07-24
1
-2
/
+2
*
Don't crash when llvm.compiler.used becomes empty.
Rafael Espindola
2013-07-20
1
-0
/
+16
*
s/compiler_used/compiler.used/.
Rafael Espindola
2013-07-19
1
-2
/
+2
*
Fixup to r186268 and r186269: don't append -LABEL to CHECK-NOT. No functional...
Stephen Lin
2013-07-14
1
-1
/
+1
*
Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...
Stephen Lin
2013-07-14
2
-2
/
+2
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
9
-17
/
+17
*
Always remove an alias when we rename the target.
Rafael Espindola
2013-06-12
1
-1
/
+12
*
Convert test to FileCheck.
Rafael Espindola
2013-06-12
1
-9
/
+17
*
Change how globalopt handles aliases in llvm.used.
Rafael Espindola
2013-06-11
1
-4
/
+9
*
Respect the 'nobuiltin' attribute when determining if a call is to a memory b...
Richard Smith
2013-05-16
1
-0
/
+18
*
GlobalOpt: fix an issue where CXAAtExitFn points to a deleted function.
Manman Ren
2013-05-14
1
-0
/
+6
*
Don't replace an alias in llvm.used with its target.
Rafael Espindola
2013-05-09
1
-0
/
+42
*
Use a worklist to avoid a sneaky iterator invalidation.
Bill Wendling
2013-04-02
1
-0
/
+19
*
Revert the test moves from 176733. Use "REQUIRES: asserts" instead.
Jan Wen Voung
2013-03-12
2
-4
/
+1
*
Fix test case.
Benjamin Kramer
2013-03-09
1
-2
/
+2
*
Test case hygiene.
Benjamin Kramer
2013-03-09
1
-4
/
+4
*
Disable statistics on Release builds and move tests that depend on -stats.
Jan Wen Voung
2013-03-08
2
-0
/
+4
*
Added missing newline to end of test case.
Michael Gottesman
2013-02-05
1
-1
/
+1
*
Add code to GlobalVariable.h so that global variables marked as
Michael Gottesman
2013-02-05
1
-0
/
+35
*
Fix TryToShrinkGlobalToBoolean in GlobalOpt, so that it does not discard addr...
Joey Gouly
2013-01-10
1
-11
/
+16
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2013-01-01
1
-1
/
+1
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
3
-3
/
+3
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
2
-2
/
+2
*
Revert previous check in r168581, r169079 as they are still in code review st...
Zhou Sheng
2012-12-01
1
-8309
/
+0
*
The patch is to improve the memory footprint of pass GlobalOpt.
Zhou Sheng
2012-12-01
1
-0
/
+8309
*
Constant::IsThreadDependent(): Use dyn_cast<Constant> instead of cast
Hans Wennborg
2012-11-16
1
-0
/
+20
*
Make GlobalOpt be conservative with TLS variables (PR14309)
Hans Wennborg
2012-11-15
1
-0
/
+53
*
GlobalOpt: non-constexpr bitcasts or GEPs can occur even if the global value ...
Benjamin Kramer
2012-09-28
1
-1
/
+24
*
Add testcases for GlobalOpt changes in r160693 and r160757.
Nick Lewycky
2012-07-29
1
-3
/
+33
*
Teach globalopt to not nuke all stores to globals. Keep them around of they
Nick Lewycky
2012-07-24
2
-1
/
+20
*
Revert r160602.
Nick Lewycky
2012-07-21
2
-21
/
+1
*
Teach globalopt to play nice with leak checkers. This is a reapplication of
Nick Lewycky
2012-07-21
2
-1
/
+21
[next]