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
/
Utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure we don't emit instructions before a landingpad instruction.
Bill Wendling
2013-01-08
1
-1
/
+6
*
Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.
Chandler Carruth
2013-01-07
1
-1
/
+1
*
Make SimplifyCFG simply depend upon TargetTransformInfo and pass it
Chandler Carruth
2013-01-07
1
-37
/
+37
*
Move TargetTransformInfo to live under the Analysis library. This no
Chandler Carruth
2013-01-07
1
-1
/
+1
*
switch from pointer equality comparison to MDNode::getMostGenericTBAA
Chris Lattner
2013-01-05
1
-1
/
+0
*
Switch SimplifyCFG over to the TargetTransformInfo interface rather than
Chandler Carruth
2013-01-05
1
-4
/
+2
*
Sink the AddressingModeMatcher helper class into an anonymous namespace
Chandler Carruth
2013-01-05
2
-578
/
+0
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
32
-154
/
+154
*
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Fix typo in comments
Alexey Samsonov
2012-12-24
1
-1
/
+1
*
Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...
Bill Wendling
2012-12-22
1
-12
/
+12
*
Remove duplicate includes.
Roman Divacky
2012-12-21
1
-2
/
+0
*
[msan] Remove unreachable blocks before instrumenting a function.
Evgeniy Stepanov
2012-12-21
1
-0
/
+41
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
2
-35
/
+35
*
Improve debug info generated with enabled AddressSanitizer.
Alexey Samsonov
2012-12-12
1
-0
/
+35
*
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-07
2
-29
/
+29
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
28
-124
/
+124
*
Fix non-determinism introduced in r168970 and pointed out by Duncan.
Chandler Carruth
2012-11-30
1
-5
/
+13
*
Rearrange the comments, control flow, and variable names; no
Chandler Carruth
2012-11-30
1
-7
/
+14
*
Fix logic to determine whether to turn a switch into a lookup table. When
Evan Cheng
2012-11-30
1
-6
/
+13
*
instcombine: Migrate puts optimizations
Meador Inge
2012-11-29
1
-0
/
+27
*
instcombine: Migrate fputs optimizations
Meador Inge
2012-11-29
1
-0
/
+24
*
instcombine: Migrate fwrite optimizations
Meador Inge
2012-11-29
1
-0
/
+35
*
instcombine: Migrate fprintf optimizations
Meador Inge
2012-11-29
1
-0
/
+77
*
Remove the dependent libraries feature.
Bill Wendling
2012-11-27
1
-4
/
+0
*
instcombine: Migrate sprintf optimizations
Meador Inge
2012-11-27
1
-0
/
+95
*
Fix a comment bug in toascii simplifier
Meador Inge
2012-11-26
1
-1
/
+1
*
instcombine: Migrate printf optimizations
Meador Inge
2012-11-26
1
-0
/
+103
*
instcombine: Migrate toascii optimizations
Meador Inge
2012-11-26
1
-0
/
+16
*
instcombine: Migrate isascii optimizations
Meador Inge
2012-11-26
1
-0
/
+17
*
instcombine: Migrate isdigit optimizations
Meador Inge
2012-11-26
1
-0
/
+18
*
instcombine: Migrate *abs optimizations
Meador Inge
2012-11-26
1
-0
/
+21
*
instcombine: Migrate ffs* optimizations
Meador Inge
2012-11-25
1
-0
/
+46
*
Make the AttrListPtr object a part of the LLVMContext.
Bill Wendling
2012-11-20
1
-13
/
+30
*
SimplifyCFG: Don't assume non-null ScalarTargetTransformInfo.
Hans Wennborg
2012-11-16
1
-1
/
+2
*
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
1
-1
/
+1
*
Figure out <size> argument of llvm.lifetime intrinsics at the moment they are...
Alexey Samsonov
2012-11-13
1
-2
/
+21
*
instcombine: Migrate math library call simplifications
Meador Inge
2012-11-13
1
-3
/
+262
*
Normalize memcmp constant folding results.
Meador Inge
2012-11-12
1
-1
/
+8
*
instcombine: Migrate memset optimizations
Meador Inge
2012-11-11
1
-0
/
+21
*
instcombine: Migrate memmove optimizations
Meador Inge
2012-11-11
1
-0
/
+21
*
instcombine: Migrate memcpy optimizations
Meador Inge
2012-11-11
1
-0
/
+21
*
instcombine: Migrate memcmp optimizations
Meador Inge
2012-11-11
1
-2
/
+53
*
instcombine: Migrate strstr optimizations
Meador Inge
2012-11-11
1
-0
/
+80
*
Add method for replacing instructions to LibCallSimplifier
Meador Inge
2012-11-11
1
-4
/
+15
*
instcombine: Migrate strcspn optimizations
Meador Inge
2012-11-10
1
-0
/
+34
*
instcombine: Query target library information to gate libcall simplifications
Meador Inge
2012-11-10
1
-19
/
+25
*
instcombine: Migrate strspn optimizations
Meador Inge
2012-11-08
1
-0
/
+31
[next]