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
Commit message (
Expand
)
Author
Age
Files
Lines
*
LoopVectorizer: When we vectorizer and widen loops we process many elements a...
Nadav Rotem
2013-01-07
1
-3
/
+15
*
Add the align_to_end option to .bundle_lock in the MC implementation of aligned
Eli Bendersky
2013-01-07
6
-17
/
+66
*
This change is to implement following rules:
Shuxin Yang
2013-01-07
2
-0
/
+129
*
Fixed EOL whitespace.
Michael Gottesman
2013-01-07
1
-29
/
+29
*
ARM: Copy-paste error.
Jim Grosbach
2013-01-07
1
-1
/
+1
*
ARM: Fix a few copy-paste errors.
Jim Grosbach
2013-01-07
2
-3
/
+3
*
[ms-inline asm] Make sure the NullStreamParser doesn't try to emit labels when
Chad Rosier
2013-01-07
1
-1
/
+2
*
Add more comments to what's going on here.
Eric Christopher
2013-01-07
1
-1
/
+3
*
Add support for separating strings for the split debug info DWARF5
Eric Christopher
2013-01-07
11
-15
/
+116
*
This patch addresses bug 14678 by fixing two problems in medium code model
Bill Schmidt
2013-01-07
2
-12
/
+29
*
Change SMRange to be half-open (exclusive end) instead of closed (inclusive)
Jordan Rose
2013-01-07
7
-169
/
+178
*
Implement APFloat::isDenormal()
Shuxin Yang
2013-01-07
1
-0
/
+7
*
When code size is the priority (Oz, MinSize attribute), help llvm
Quentin Colombet
2013-01-07
2
-0
/
+71
*
Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.
Chandler Carruth
2013-01-07
5
-5
/
+5
*
Move CallGraphSCCPass.h into the Analysis tree; that's where the
Chandler Carruth
2013-01-07
4
-4
/
+4
*
Remove the long defunct 'DefaultPasses' header. We have a pass manager
Chandler Carruth
2013-01-07
1
-1
/
+0
*
Sink AddrMode back into TargetLowering, removing one of the most
Chandler Carruth
2013-01-07
3
-3
/
+3
*
Remove LSR's use of the random AddrMode struct. These variables were
Chandler Carruth
2013-01-07
1
-68
/
+76
*
Switch the SCEV expander and LoopStrengthReduce to use
Chandler Carruth
2013-01-07
4
-168
/
+147
*
There was a switch fall-through in the parser for textual LLVM that caused
David Tweed
2013-01-07
1
-2
/
+2
*
Make the MergeGlobals pass correctly handle the address space qualifiers of t...
Silviu Baranga
2013-01-07
1
-11
/
+24
*
R600/SIISelLowering.cpp: Suppress a warning. [-Wunused-variable]
NAKAMURA Takumi
2013-01-07
1
-3
/
+2
*
Simplify LoopVectorize to require target transform info and rely on it
Chandler Carruth
2013-01-07
1
-55
/
+43
*
Merge the unused header file for LoopVectorizer into the source file.
Chandler Carruth
2013-01-07
2
-538
/
+519
*
Switch BBVectorize to directly depend on having a TTI analysis.
Chandler Carruth
2013-01-07
1
-4
/
+4
*
Add LICENSE.TXT covering contributions made by ARM.
Tim Northover
2013-01-07
1
-0
/
+47
*
Fix a slew of indentation and parameter naming style issues. This 80% of
Chandler Carruth
2013-01-07
1
-42
/
+36
*
Switch LoopIdiom pass to directly require target transform information.
Chandler Carruth
2013-01-07
1
-3
/
+3
*
Rough out a new c'tor for the AttrBuilder class.
Bill Wendling
2013-01-07
2
-3
/
+21
*
Remove more unnecessary # operators with nothing to paste proceeding them.
Craig Topper
2013-01-07
2
-40
/
+40
*
PR14759: Debug info support for C++ member pointers.
David Blaikie
2013-01-07
3
-0
/
+23
*
Remove # from the beginning and end of def names. The # is a paste operator a...
Craig Topper
2013-01-07
4
-93
/
+93
*
Remove # from the beginning and end of def names.
Craig Topper
2013-01-07
4
-283
/
+283
*
Revert r171140. We don't actually need to support #NAME. Because NAME by itse...
Craig Topper
2013-01-07
1
-5
/
+1
*
Remove unnecessary # tokens at the beginning and end of defm names.
Craig Topper
2013-01-07
1
-10
/
+10
*
Make SimplifyCFG simply depend upon TargetTransformInfo and pass it
Chandler Carruth
2013-01-07
2
-46
/
+52
*
Move the initialization to the Analysis library as well as the pass.
Chandler Carruth
2013-01-07
2
-1
/
+1
*
Update comment.
Eric Christopher
2013-01-07
1
-1
/
+1
*
Fix the enumerator names for ShuffleKind to match tho coding standards,
Chandler Carruth
2013-01-07
2
-3
/
+3
*
Make the popcnt support enums and methods have more clear names and
Chandler Carruth
2013-01-07
3
-9
/
+9
*
Move TargetTransformInfo to live under the Analysis library. This no
Chandler Carruth
2013-01-07
14
-14
/
+14
*
Simplify TableGen type-compatibility checks.
Sean Silva
2013-01-07
1
-7
/
+38
*
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-07
38
-903
/
+1064
*
[ObjCARC Debug Message] - Added debug message when fuse a retain/autorelease ...
Michael Gottesman
2013-01-07
1
-2
/
+10
*
[ObjCARC Debug Message] - Added debug message when we zap a matching retain/a...
Michael Gottesman
2013-01-07
1
-0
/
+3
*
[ObjCARC Debug Message] - Added debug message when we erase ARC calls with nu...
Michael Gottesman
2013-01-07
1
-0
/
+2
*
[ObjCARC Debug Message] - Added debug message when we add a nounwind keyword ...
Michael Gottesman
2013-01-06
1
-0
/
+2
*
[ObjCARC Debug Message] - Added debug message when we add a tail keyword to a...
Michael Gottesman
2013-01-06
1
-0
/
+3
*
[ObjCARC Debug Messages] - Added missing newline.
Michael Gottesman
2013-01-06
1
-1
/
+1
*
Added debug statement to ObjCARC when we replace objc_autorelease(x) with obj...
Michael Gottesman
2013-01-06
1
-0
/
+8
[next]