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
/
ScalarRepl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r235153
Pirama Arumuga Nainar
2015-05-18
4
-5
/
+5
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
53
-315
/
+321
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-24
/
+24
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-14
/
+14
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
2
-9
/
+7
*
Merging r195504:
Manman Ren
2013-12-09
1
-0
/
+2
*
Teach scalarrepl about address spaces
Matt Arsenault
2013-10-30
1
-5
/
+38
*
Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.
Manman Ren
2013-09-06
1
-2
/
+2
*
Debug Info: add an identifier field to DICompositeType.
Manman Ren
2013-08-26
1
-1
/
+1
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
Debug Info: update testing cases to pass verifier.
Manman Ren
2013-07-29
1
-7
/
+8
*
Current batch of -disable-debug-info-verifier.
Rafael Espindola
2013-07-25
1
-2
/
+2
*
Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...
Stephen Lin
2013-07-14
3
-3
/
+3
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
10
-36
/
+36
*
Add newlines at end of test files, no functionality change
Stephen Lin
2013-07-13
2
-2
/
+2
*
Fix SROA to avoid unnecessary scalar conversions for 1-element vectors.
Bob Wilson
2013-06-25
1
-0
/
+24
*
Disable the optimization about promoting vector-element-access with symbolic ...
Shuxin Yang
2013-04-05
1
-167
/
+0
*
Revert "Adding DIImportedModules to DIScopes."
David Blaikie
2013-03-28
1
-6
/
+6
*
Adding DIImportedModules to DIScopes.
David Blaikie
2013-03-27
1
-6
/
+6
*
Remove unused field in DISubprogram
David Blaikie
2013-03-21
1
-1
/
+1
*
Split out filename & directory from DIFile to start generalizing over DIScopes
David Blaikie
2013-03-17
1
-2
/
+3
*
Remove the unused 4th operand for DIFile debug info metadata
David Blaikie
2013-03-13
1
-1
/
+1
*
Refactor filename/directory in DICompileUnit into a DIFile
David Blaikie
2013-03-13
1
-1
/
+1
*
Remove unused "isMain" field from DICompileUnit
David Blaikie
2013-03-12
1
-1
/
+1
*
Upgrading debug info test cases to be (more) compatible with the current debu...
David Blaikie
2013-03-11
1
-10
/
+10
*
Use references to attribute groups on the call/invoke instructions.
Bill Wendling
2013-02-22
1
-1
/
+4
*
s/grep/FileCheck/ in some tests
Eli Bendersky
2013-02-13
1
-2
/
+3
*
FileCheck-ify some grep tests
Reid Kleckner
2013-01-25
1
-3
/
+2
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2013-01-01
2
-2
/
+2
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
1
-2
/
+2
*
Port the global copy optimization from the SROA pass to InstCombine.
Chandler Carruth
2012-08-21
1
-146
/
+0
*
Fix crash when when do lto on Bullet. Dynamic GEPs in SROA were incorrectly ...
Pete Cooper
2012-08-10
1
-0
/
+22
*
Fix the remaining TCL-style quotes found in the testsuite. This is
Chandler Carruth
2012-07-02
1
-1
/
+1
*
Convert all tests using TCL-style quoting to use shell-style quoting.
Chandler Carruth
2012-07-02
14
-18
/
+18
*
Now that SROA can form alloca's for dynamic vector accesses, further improve ...
Pete Cooper
2012-06-17
1
-33
/
+62
*
Fix crash from r158529 on Bullet.
Pete Cooper
2012-06-16
1
-0
/
+55
*
Allow SROA to split up an array of vectors into multiple vectors, even when t...
Pete Cooper
2012-06-15
1
-0
/
+83
*
Recommit r158407: Allow SROA to look at a vector type and see if the offset i...
Pete Cooper
2012-06-14
1
-7
/
+18
*
Revert r158454: Allow SROA to look at a vector type... Its breaking the vect...
Pete Cooper
2012-06-14
1
-18
/
+7
*
Recommit r158407: Allow SROA to look at a vector type and see if the offset i...
Pete Cooper
2012-06-14
1
-7
/
+18
*
Revert "Allow SROA to look at a vector type and see if the offset is out of r...
Pete Cooper
2012-06-13
1
-4
/
+7
*
Allow SROA to look at a vector type and see if the offset is out of range to ...
Pete Cooper
2012-06-13
1
-7
/
+4
*
Do not eliminate allocas whose alignment exceeds that of the
Peter Collingbourne
2012-05-19
1
-0
/
+36
*
line endings
Matt Beaumont-Gay
2012-03-15
1
-20
/
+20
*
Fixed a transform crash when setting a negative size value for memset. Fixes...
Aaron Ballman
2012-03-15
1
-0
/
+20
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
2
-3
/
+1
*
Fix SSAUpdaterImpl's RecordMatchingPHI to record exactly the
Dan Gohman
2012-02-03
1
-0
/
+77
*
Upgrade syntax of tests using volatile instructions to use 'load volatile' in...
Chris Lattner
2011-11-27
1
-2
/
+2
*
remove autoupgrade support for really old-style debug info intrinsics.
Chris Lattner
2011-11-27
2
-291
/
+0
*
Make sure scalarrepl picks the correct alloca when it rewrites a bitcast. Fi...
Eli Friedman
2011-11-12
1
-0
/
+26
[next]