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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Whitespace and 80-col.
Eric Christopher
2013-01-07
3
-5
/
+6
*
LoopVectorizer: When we vectorizer and widen loops we process many elements a...
Nadav Rotem
2013-01-07
2
-3
/
+65
*
Add the align_to_end option to .bundle_lock in the MC implementation of aligned
Eli Bendersky
2013-01-07
13
-29
/
+104
*
This change is to implement following rules:
Shuxin Yang
2013-01-07
3
-0
/
+214
*
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
12
-19
/
+120
*
This patch addresses bug 14678 by fixing two problems in medium code model
Bill Schmidt
2013-01-07
4
-12
/
+80
*
Change SMRange to be half-open (exclusive end) instead of closed (inclusive)
Jordan Rose
2013-01-07
9
-174
/
+185
*
Implement APFloat::isDenormal()
Shuxin Yang
2013-01-07
3
-0
/
+60
*
When code size is the priority (Oz, MinSize attribute), help llvm
Quentin Colombet
2013-01-07
4
-0
/
+119
*
Make test/DebugInfo/member-pointers.ll portable by removing the TargetData
David Blaikie
2013-01-07
1
-4
/
+0
*
Claim ".td" files. Improve README cp command. Drop "Bundle" from description
Joel Jones
2013-01-07
3
-4
/
+5
*
Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.
Chandler Carruth
2013-01-07
6
-8
/
+8
*
Rename the VMCore unittest tree to IR. Somehow was missed when doing the
Chandler Carruth
2013-01-07
16
-16
/
+16
*
Move CallGraphSCCPass.h into the Analysis tree; that's where the
Chandler Carruth
2013-01-07
9
-8
/
+8
*
Remove the long defunct 'DefaultPasses' header. We have a pass manager
Chandler Carruth
2013-01-07
2
-169
/
+0
*
Sink AddrMode back into TargetLowering, removing one of the most
Chandler Carruth
2013-01-07
5
-45
/
+19
*
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
10
-186
/
+164
*
Fix a mistaken commit that included some debugging code.
David Tweed
2013-01-07
1
-1
/
+1
*
There was a switch fall-through in the parser for textual LLVM that caused
David Tweed
2013-01-07
4
-6
/
+6
*
Make the MergeGlobals pass correctly handle the address space qualifiers of t...
Silviu Baranga
2013-01-07
2
-11
/
+36
*
Documentation: add a note that Clang on Mageia 2 can not find libstdc++ headers
Dmitri Gribenko
2013-01-07
1
-0
/
+3
*
R600/SIISelLowering.cpp: Suppress a warning. [-Wunused-variable]
NAKAMURA Takumi
2013-01-07
1
-3
/
+2
*
CallingConvLower.h: Use bitfields like unsigned:1 instead of bool:1 .
NAKAMURA Takumi
2013-01-07
1
-2
/
+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
11
-19
/
+19
*
Add LICENSE.TXT covering contributions made by ARM.
Tim Northover
2013-01-07
2
-0
/
+48
*
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
3
-109
/
+141
*
Remove more unnecessary # operators with nothing to paste proceeding them.
Craig Topper
2013-01-07
2
-40
/
+40
*
Documentation updates for pointer-to-member debug info added in r171698.
David Blaikie
2013-01-07
1
-9
/
+11
*
PR14759: Debug info support for C++ member pointers.
David Blaikie
2013-01-07
6
-0
/
+67
*
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
3
-48
/
+54
*
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
3
-7
/
+8
*
Make the popcnt support enums and methods have more clear names and
Chandler Carruth
2013-01-07
4
-21
/
+23
*
Move TargetTransformInfo to live under the Analysis library. This no
Chandler Carruth
2013-01-07
15
-18
/
+18
*
tblgen, docs: Add initial syntax reference.
Sean Silva
2013-01-07
2
-0
/
+376
[next]