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
...
*
Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri...
Bill Wendling
2013-01-21
3
-18
/
+24
*
Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...
Bill Wendling
2013-01-21
3
-20
/
+23
*
Transform (sub 0, (zext bool to A)) to (sext bool to A) and
Paul Redmond
2013-01-21
1
-0
/
+10
*
Fix a comment. Induction vars dont need to start at zero.
Nadav Rotem
2013-01-21
1
-1
/
+1
*
Switch CodeMetrics itself over to use TTI to determine if an instruction
Chandler Carruth
2013-01-21
3
-9
/
+21
*
Make the inline cost a proper analysis pass. This remains essentially
Chandler Carruth
2013-01-21
2
-21
/
+30
*
Formatting and comment fixes to the always inliner.
Chandler Carruth
2013-01-21
1
-25
/
+28
*
Clean up the formatting and doxygen for the simple inliner a bit. No
Chandler Carruth
2013-01-21
1
-18
/
+29
*
LoopVectorize: Fix a C++11 incompatibility.
Benjamin Kramer
2013-01-20
1
-1
/
+1
*
Fix a build error.
Nadav Rotem
2013-01-20
1
-2
/
+3
*
LoopVectorizer: Implement a new heuristics for selecting the unroll factor.
Nadav Rotem
2013-01-20
1
-22
/
+65
*
LoopVectorizer: Emit memory checks into their own basic block.
Benjamin Kramer
2013-01-19
1
-33
/
+53
*
Sort all of the includes. Several files got checked in with mis-sorted
Chandler Carruth
2013-01-19
4
-4
/
+3
*
Improved comment.
Michael Gottesman
2013-01-18
1
-2
/
+5
*
Fixed typo in comment.
Michael Gottesman
2013-01-18
1
-2
/
+2
*
Use AttributeSet accessor methods instead of Attribute accessor methods.
Bill Wendling
2013-01-18
4
-23
/
+17
*
Push some more methods down to hide the use of the Attribute class.
Bill Wendling
2013-01-18
4
-9
/
+7
*
Silence GCC warning about dropping off a non-void function.
Benjamin Kramer
2013-01-18
1
-0
/
+1
*
80 columns
Alexey Samsonov
2013-01-18
1
-1
/
+2
*
Move Blacklist.h to include/ to enable use from clang.
Will Dietz
2013-01-18
5
-70
/
+13
*
Check for less than 0 in shuffle mask instead of -1. It's more consistent wit...
Craig Topper
2013-01-18
1
-1
/
+1
*
Remove trailing whitespace. Remove new lines between closing brace and 'else'
Craig Topper
2013-01-18
1
-7
/
+5
*
Fixed 80+ violation.
Michael Gottesman
2013-01-18
1
-2
/
+2
*
Added missing const from my last commit.
Michael Gottesman
2013-01-17
1
-1
/
+1
*
[ObjCARC] Implemented operator<< for InstructionClass and changed a ``Visited...
Michael Gottesman
2013-01-17
1
-3
/
+56
*
ASan: add optional 'zero-based shadow' option to ASan passes. Always tell the...
Alexey Samsonov
2013-01-17
1
-35
/
+39
*
ASan: wrap mapping scale and offset in a struct and make it a member of ASan ...
Alexey Samsonov
2013-01-16
1
-51
/
+78
*
[ObjCARC] Turn off ignoring unwind edges in ObjCARC when -fno-objc-arc-except...
Michael Gottesman
2013-01-16
1
-33
/
+0
*
Teach InstCombine to optimize extract of a value from a vector add operation ...
Nadav Rotem
2013-01-15
1
-0
/
+9
*
1. Hoist minus sign as high as possible in an attempt to reveal
Shuxin Yang
2013-01-15
1
-31
/
+60
*
LoopVectorizer cost model. Honor the user command line flag that selects the ...
Nadav Rotem
2013-01-15
1
-1
/
+1
*
[msan] Fix handling of equality comparison of pointer vectors.
Evgeniy Stepanov
2013-01-15
1
-6
/
+9
*
Remove trailing spaces.
Jakub Staszak
2013-01-14
3
-78
/
+78
*
This change is to implement following rules under the condition C_A and/or C_R
Shuxin Yang
2013-01-14
1
-8
/
+127
*
Fix Casting Bug
David Greene
2013-01-14
1
-1
/
+3
*
Fix typo in comment.
Nick Lewycky
2013-01-14
1
-1
/
+1
*
Changed SmallPtrSet.count guard + SmallPtrSet.insert to just SmallPtrSet.insert.
Michael Gottesman
2013-01-14
1
-2
/
+1
*
Fixed some 80+ violations.
Michael Gottesman
2013-01-14
1
-14
/
+18
*
Updated the documentation in ObjCARC.cpp to fit the style guide better (i.e. ...
Michael Gottesman
2013-01-14
1
-232
/
+259
*
Fixed an infinite loop in the block escape in analysis in ObjCARC caused by 2...
Michael Gottesman
2013-01-13
1
-3
/
+14
*
Remove redundant 'llvm::' qualifications
Dmitri Gribenko
2013-01-13
1
-1
/
+1
*
Fix PR14547. Handle induction variables of small sizes smaller than i32 (i8 a...
Nadav Rotem
2013-01-13
1
-0
/
+3
*
[ObjCARC] Even more debug messages!
Michael Gottesman
2013-01-13
1
-1
/
+17
*
[ObjCARC] More debug messages.
Michael Gottesman
2013-01-13
1
-4
/
+29
*
Fix an editor goof in r171738 that Bill spotted. He may even have a test
Chandler Carruth
2013-01-12
1
-1
/
+1
*
GlobalOpt: Avoid jump on uninitialized value.
Benjamin Kramer
2013-01-12
1
-1
/
+1
*
Fixed debug message in ObjCARC.
Michael Gottesman
2013-01-12
1
-2
/
+2
*
Fixed a few debug messages in ObjCARC and added one.
Michael Gottesman
2013-01-12
1
-3
/
+5
*
Fixed bug in ObjCARC where we were changing a call from objc_autoreleaseRV =>...
Michael Gottesman
2013-01-12
1
-3
/
+6
*
Fixed a bug where we were tail calling objc_autorelease causing an object to ...
Michael Gottesman
2013-01-12
1
-2
/
+25
[prev]
[next]