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
/
lib
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the AttrListPtr object a part of the LLVMContext.
Bill Wendling
2012-11-20
4
-21
/
+41
*
Add a comment to associate a FIXME with a PR where it is matters.
Chandler Carruth
2012-11-20
1
-1
/
+2
*
Rework the rewriting of loads and stores for vector and integer allocas
Chandler Carruth
2012-11-20
1
-168
/
+118
*
Clean up handling of always-inline functions in the inliner.
Bob Wilson
2012-11-19
1
-44
/
+10
*
Remove the last bit of constant folding from LinearizeExprTree (most of it was
Duncan Sands
2012-11-18
1
-11
/
+0
*
Fix PR14060, an infinite loop in reassociate. The problem was that one of the
Duncan Sands
2012-11-18
1
-6
/
+24
*
Don't try to calculate the alignment of an unsigned type. Fixes PR14371!
Nick Lewycky
2012-11-18
1
-1
/
+2
*
Plug a memory leak in the GCOV profiling emitter, which never released the ed...
Benjamin Kramer
2012-11-17
1
-5
/
+5
*
LoopVectorizer: Add initial support for pointer induction variables (for exam...
Nadav Rotem
2012-11-17
1
-33
/
+126
*
Teach SROA rewriteVectorizedStoreInst to handle cases when the loaded value i...
Evan Cheng
2012-11-17
1
-33
/
+42
*
Make this easier to understand, as suggested by Chandler.
Duncan Sands
2012-11-16
1
-1
/
+6
*
Fix PR14361: wrong simplification of A+B==B+A. You may think that the old logic
Duncan Sands
2012-11-16
1
-2
/
+14
*
SimplifyCFG: Don't assume non-null ScalarTargetTransformInfo.
Hans Wennborg
2012-11-16
1
-1
/
+2
*
LoopVectorize: Division reductions generate incorrect code. Remove the part o...
Nadav Rotem
2012-11-16
1
-2
/
+0
*
misspell
Andrew Trick
2012-11-15
1
-3
/
+3
*
whitespace
Andrew Trick
2012-11-15
1
-4
/
+4
*
Use empty parens for empty function parameter list instead of '(void)'.
Dmitri Gribenko
2012-11-15
2
-2
/
+2
*
Make GlobalOpt be conservative with TLS variables (PR14309)
Hans Wennborg
2012-11-15
1
-0
/
+9
*
Fix a crash observed by Shuxin Yang. The issue here is that LinearizeExprTree,
Duncan Sands
2012-11-15
1
-54
/
+21
*
InstCombineAndOrXor.cpp: Escape bracket in doxygen description. [-Wdocumentat...
NAKAMURA Takumi
2012-11-15
1
-1
/
+1
*
Replace std::vector -> SmallVector in BBVectorize
Hal Finkel
2012-11-14
1
-4
/
+4
*
Fix the largest offender of determinism in BBVectorize
Hal Finkel
2012-11-14
1
-6
/
+6
*
[TSan] fix indentation
Alexey Samsonov
2012-11-14
1
-1
/
+1
*
use the getSplat API. Patch by Paul Redmond.
Nadav Rotem
2012-11-14
1
-7
/
+1
*
Figure out <size> argument of llvm.lifetime intrinsics at the moment they are...
Alexey Samsonov
2012-11-13
1
-2
/
+21
*
BBVectorize: Remove temporary assert used for debugging
Hal Finkel
2012-11-13
1
-1
/
+0
*
instcombine: Migrate math library call simplifications
Meador Inge
2012-11-13
3
-252
/
+270
*
BBVectorize: Don't vectorize vector-manipulation chains
Hal Finkel
2012-11-13
1
-0
/
+17
*
revert r167740
Shuxin Yang
2012-11-13
1
-314
/
+8
*
BBVectorize: Only some insert element operand pairs are free.
Hal Finkel
2012-11-12
1
-13
/
+17
*
BBVectorize: Use a more sophisticated check for input cost
Hal Finkel
2012-11-12
1
-14
/
+43
*
BBVectorize: Check the types of compare instructions
Hal Finkel
2012-11-12
1
-0
/
+2
*
This change is to fix rdar://12571717 which is about assertion in Reassociate...
Shuxin Yang
2012-11-12
1
-8
/
+314
*
BBVectorize: Check the input types of shuffles for legality
Hal Finkel
2012-11-12
1
-3
/
+6
*
[ASan] fixup for r167725: Don't fetch name of StructType if it is literal
Alexey Samsonov
2012-11-12
1
-2
/
+3
*
Normalize memcmp constant folding results.
Meador Inge
2012-11-12
1
-1
/
+8
*
[ASan]: Add minimalistic support for turning off initialization-order checkin...
Alexey Samsonov
2012-11-12
2
-2
/
+16
*
Delete a stale comment. No functional change.
Meador Inge
2012-11-12
1
-4
/
+0
*
instcombine: Migrate memset optimizations
Meador Inge
2012-11-11
2
-27
/
+21
*
instcombine: Migrate memmove optimizations
Meador Inge
2012-11-11
2
-24
/
+22
*
instcombine: Migrate memcpy optimizations
Meador Inge
2012-11-11
2
-24
/
+22
*
Fix a comment typo and add comments.
Nadav Rotem
2012-11-11
1
-4
/
+5
*
instcombine: Migrate memcmp optimizations
Meador Inge
2012-11-11
2
-52
/
+54
*
instcombine: Migrate strstr optimizations
Meador Inge
2012-11-11
2
-88
/
+83
*
Add method for replacing instructions to LibCallSimplifier
Meador Inge
2012-11-11
2
-5
/
+34
*
instcombine: Migrate strcspn optimizations
Meador Inge
2012-11-10
2
-37
/
+35
*
instcombine: Query target library information to gate libcall simplifications
Meador Inge
2012-11-10
1
-19
/
+25
*
tsan: switch to new memory_order constants (ABI compatible)
Dmitry Vyukov
2012-11-09
1
-8
/
+7
*
tsan: instrument all atomics (including fetch_add, exchange, cas, etc)
Dmitry Vyukov
2012-11-09
1
-8
/
+76
*
Add support for memory runtime check. When we can, we calculate array bounds.
Nadav Rotem
2012-11-09
1
-33
/
+191
[next]