index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
instcombine: Migrate math library call simplifications
Meador Inge
2012-11-13
17
-591
/
+797
*
Remove virtual keyword for two routines that should never be overridden.
Evan Cheng
2012-11-13
1
-2
/
+2
*
BBVectorize: Don't vectorize vector-manipulation chains
Hal Finkel
2012-11-13
2
-0
/
+187
*
Revert r167759. Ben is right this isn't likely to help much.
Evan Cheng
2012-11-13
2
-12
/
+8
*
misched: Don't consider artificial edges weak edges.
Andrew Trick
2012-11-13
3
-11
/
+6
*
Use the 'count' attribute instead of the 'upper_bound' attribute.
Bill Wendling
2012-11-13
5
-6
/
+10
*
Cleanup the main RegisterCoalescer loop.
Andrew Trick
2012-11-13
2
-24
/
+11
*
revert r167740
Shuxin Yang
2012-11-13
3
-330
/
+11
*
Cleanup -join-splitedges. Make the loop more obvious.
Andrew Trick
2012-11-12
1
-5
/
+2
*
BBVectorize: Only some insert element operand pairs are free.
Hal Finkel
2012-11-12
2
-13
/
+102
*
Update link to external document
Jean-Daniel Dupas
2012-11-12
1
-1
/
+1
*
Fix test case added in patch fixing PR14314
Michael Liao
2012-11-12
1
-4
/
+4
*
Add an option to enable prototype "fission" capabilities and debug changes.
Eric Christopher
2012-11-12
2
-0
/
+16
*
Update test case for r167754/r167755.
Chad Rosier
2012-11-12
1
-1
/
+1
*
Cache size of PassVector to speed up getNumContainedPasses().
Evan Cheng
2012-11-12
2
-8
/
+12
*
Added a temporary option to avoid critical edges splitting.
Andrew Trick
2012-11-12
1
-16
/
+55
*
Rewrite DIContext interface to take an object. Update all callers.
Eric Christopher
2012-11-12
8
-264
/
+116
*
Revert r167620; this can be implemented using an existing CL option.
Chad Rosier
2012-11-12
1
-1
/
+4
*
misched: rename interfaceto avoid gcc warnings
Andrew Trick
2012-11-12
2
-5
/
+4
*
BBVectorize: Use a more sophisticated check for input cost
Hal Finkel
2012-11-12
2
-14
/
+97
*
misched: Target-independent support for MacroFusion.
Andrew Trick
2012-11-12
2
-5
/
+68
*
BBVectorize: Check the types of compare instructions
Hal Finkel
2012-11-12
2
-0
/
+18
*
misched: Target-independent support for load/store clustering.
Andrew Trick
2012-11-12
4
-14
/
+220
*
This change is to fix rdar://12571717 which is about assertion in Reassociate...
Shuxin Yang
2012-11-12
3
-11
/
+330
*
misched: Infrastructure for weak DAG edges.
Andrew Trick
2012-11-12
8
-66
/
+142
*
Make TOC order deterministic by using MapVector instead of DenseMap.
Ulrich Weigand
2012-11-12
1
-3
/
+3
*
fix a spelling mistake
Nadav Rotem
2012-11-12
1
-1
/
+1
*
BBVectorize: Check the input types of shuffles for legality
Hal Finkel
2012-11-12
2
-3
/
+31
*
Don't use __cxa_demangle under MSVC (which doesn't have it)
Alexander Potapenko
2012-11-12
1
-1
/
+5
*
[ASan] fixup for r167725: Don't fetch name of StructType if it is literal
Alexey Samsonov
2012-11-12
1
-2
/
+3
*
Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DI...
Alexey Samsonov
2012-11-12
5
-22
/
+30
*
Normalize memcmp constant folding results.
Meador Inge
2012-11-12
2
-3
/
+10
*
[ASan]: Add minimalistic support for turning off initialization-order checkin...
Alexey Samsonov
2012-11-12
2
-2
/
+16
*
do not play preprocessor tricks with 'private', use public interfaces instead...
Gabor Greif
2012-11-12
1
-7
/
+4
*
[ASan] Add llvm-symbolizer from to tools/
Alexander Potapenko
2012-11-12
5
-1
/
+413
*
add unit test for waymarking algorithm (Use::getUser)
Gabor Greif
2012-11-12
2
-0
/
+58
*
Remove unused field.
Eric Christopher
2012-11-12
1
-1
/
+0
*
Fix PR14314
Michael Liao
2012-11-12
3
-6
/
+19
*
Add --enable-werror and --enable-cxx11 to projects/sample/
Craig Topper
2012-11-12
3
-3
/
+75
*
[NVPTX] Add more precise PTX/SM target attributes
Justin Holewinski
2012-11-12
14
-11
/
+117
*
Delete a stale comment. No functional change.
Meador Inge
2012-11-12
1
-4
/
+0
*
Move some helper methods to being static functions in the implementation file.
Craig Topper
2012-11-11
2
-20
/
+7
*
Remove hard-coded constant in Transforms/InstCombine/memcmp-1.ll
Meador Inge
2012-11-11
1
-1
/
+10
*
instcombine: Migrate memset optimizations
Meador Inge
2012-11-11
6
-51
/
+55
*
Update the vectorizer docs.
Nadav Rotem
2012-11-11
1
-4
/
+20
*
instcombine: Migrate memmove optimizations
Meador Inge
2012-11-11
5
-36
/
+56
*
instcombine: Migrate memcpy optimizations
Meador Inge
2012-11-11
4
-24
/
+56
*
Use the isTruncFree and isZExtFree API to figure out of these operations are ...
Nadav Rotem
2012-11-11
1
-2
/
+10
*
Fix a comment typo and add comments.
Nadav Rotem
2012-11-11
1
-4
/
+5
*
instcombine: Migrate memcmp optimizations
Meador Inge
2012-11-11
6
-91
/
+140
[prev]
[next]