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
*
Revert "InstCombine: Clean up weird code that talks about a modulus that's lo...
Benjamin Kramer
2013-01-23
1
-1
/
+6
*
InstCombine: Clean up weird code that talks about a modulus that's long gone.
Benjamin Kramer
2013-01-23
1
-6
/
+1
*
Make sure metarenamer won't rename special stuff (intrinsics and explicitly r...
Anton Korobeynikov
2013-01-23
1
-3
/
+17
*
[asan] use ADD instead of OR when applying shadow offset of PowerPC. See http...
Kostya Serebryany
2013-01-23
1
-4
/
+15
*
Initialize the components of this class. Otherwise GCC thinks that Array may be
Duncan Sands
2013-01-23
1
-1
/
+2
*
Add the IR attribute 'sspstrong'.
Bill Wendling
2013-01-23
1
-10
/
+35
*
Remove the last of uses that use the Attribute object as a collection of attr...
Bill Wendling
2013-01-23
5
-37
/
+65
*
Add support for reverse pointer induction variables. These are loops that con...
Nadav Rotem
2013-01-23
1
-7
/
+82
*
Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKind
Bill Wendling
2013-01-23
3
-8
/
+11
*
Use the AttributeSet when adding multiple attributes and an Attribute::AttrKind
Bill Wendling
2013-01-23
1
-3
/
+1
*
Fixed typo.
Michael Gottesman
2013-01-22
1
-2
/
+1
*
[ObjCARC] Refactored out the inner most 2-loops from PerformCodePlacement int...
Michael Gottesman
2013-01-22
1
-153
/
+198
*
More encapsulation work.
Bill Wendling
2013-01-22
2
-22
/
+24
*
[msan] Export the value of msan-keep-going flag for the runtime.
Evgeniy Stepanov
2013-01-22
1
-0
/
+3
*
[msan] Do not insert check on volatile store.
Evgeniy Stepanov
2013-01-22
1
-4
/
+1
*
Begin fleshing out an interface in TTI for modelling the costs of
Chandler Carruth
2013-01-22
1
-3
/
+17
*
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
[next]