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
...
*
Fixed a few debug messages and some 80+ violations.
Michael Gottesman
2013-01-29
1
-9
/
+10
*
Added some periods to some comments and added an overload for operator<< for ...
Michael Gottesman
2013-01-29
1
-6
/
+28
*
Changed DoesObjCBlockEscape => DoesRetainableObjPtrEscape so I can use it to ...
Michael Gottesman
2013-01-29
1
-14
/
+17
*
Add a couple of accessor methods to get the kind and values of an attribute.
Bill Wendling
2013-01-29
1
-0
/
+8
*
s/Data/Kind/g. No functionality change.
Bill Wendling
2013-01-29
2
-30
/
+33
*
Support artificial parameters in function types.
David Blaikie
2013-01-29
1
-0
/
+2
*
Use multiclass for post-increment store instructions.
Jyotsna Verma
2013-01-29
4
-346
/
+125
*
Add constant extender support for MInst type instructions.
Jyotsna Verma
2013-01-29
2
-75
/
+151
*
Remove dead code.
Evan Cheng
2013-01-29
1
-10
/
+0
*
Fixing warnings revealed by gcc release build
Edwin Vane
2013-01-29
3
-3
/
+4
*
LoopVectorize: Clean up ValueMap a bit and avoid double lookups.
Benjamin Kramer
2013-01-29
1
-10
/
+12
*
R600/AMDILPeepholeOptimizer.cpp: Tweak std::make_pair to satisfy C++11.
NAKAMURA Takumi
2013-01-29
1
-1
/
+1
*
AttributeSet::get(): Fix a valgrind error. It doesn't affect actual behavior,...
NAKAMURA Takumi
2013-01-29
1
-1
/
+1
*
Fix typo in X86BaseInfo.h that I introduced in r157818.
Hans Wennborg
2013-01-29
1
-2
/
+2
*
Hopefully fix the Windows build failure introduced in r173769
Timur Iskhodzhanov
2013-01-29
2
-0
/
+2
*
Fix 64-bit atomic operations in Thumb mode.
Tim Northover
2013-01-29
1
-74
/
+46
*
Merge SSE and AVX shuffle instructions in the comment printer.
Craig Topper
2013-01-29
1
-98
/
+14
*
MIsched: cleanup code. Use isBoundaryNode().
Andrew Trick
2013-01-29
1
-2
/
+4
*
Fixed 2 more header comments...
Michael Gottesman
2013-01-29
2
-2
/
+2
*
Fixed header comment.
Michael Gottesman
2013-01-29
1
-8
/
+4
*
Fixed some whitespace/80+ violations. Also added a space after a namespace de...
Michael Gottesman
2013-01-29
4
-6
/
+6
*
Added missing dashes from header declaration comment.
Michael Gottesman
2013-01-29
1
-1
/
+1
*
Juggled Debug.h from ObjCARC.h to only the including cpp files that
Michael Gottesman
2013-01-29
4
-2
/
+7
*
Sorted includes using utils/sort_includes.
Michael Gottesman
2013-01-29
8
-15
/
+6
*
Added two missing headers from ObjCARCAliasAnalysis.h.
Michael Gottesman
2013-01-29
1
-0
/
+3
*
Removed InstCombine/Targets as library dependencies for libObjCARCOpts since ...
Michael Gottesman
2013-01-29
1
-1
/
+1
*
Convert getAttributes() to return an AttributeSetNode.
Bill Wendling
2013-01-29
2
-62
/
+107
*
Extracted ObjCARCContract from ObjCARCOpts into its own file.
Michael Gottesman
2013-01-29
9
-1181
/
+1387
*
Removed some cruft from ObjCARCAliasAnalysis.cpp.
Michael Gottesman
2013-01-29
1
-10
/
+0
*
Teach SDISel to combine fsin / fcos into a fsincos node if the following
Evan Cheng
2013-01-29
13
-24
/
+240
*
Use an AttrBuilder to generate the correct AttributeSet.
Bill Wendling
2013-01-29
2
-19
/
+18
*
Convert the AttrBuilder into a list of Attributes instead of one Attribute ob...
Bill Wendling
2013-01-29
1
-2
/
+15
*
Formatting correction
Andrew Kaylor
2013-01-29
1
-2
/
+1
*
S'more small non-functional changes in comments and #includes.
Bill Wendling
2013-01-29
1
-2
/
+5
*
Reorder some functions and add comments. No functionality change.
Bill Wendling
2013-01-29
2
-342
/
+340
*
Unroll again after running BBVectorize
Hal Finkel
2013-01-29
1
-0
/
+4
*
Add isBGQ method to PPCSubtarget
Hal Finkel
2013-01-29
1
-0
/
+2
*
Try to appease some broken compilers by using 'unsigned' instead of 'uint64_t'.
Bill Wendling
2013-01-28
2
-21
/
+18
*
Remove the AttributeWithIndex class.
Bill Wendling
2013-01-28
2
-92
/
+73
*
Add support for source and line information to IntelJITEventListener for obje...
Andrew Kaylor
2013-01-28
1
-8
/
+45
*
Fix gcc/printf/ISO C++ warning
Edwin Vane
2013-01-28
1
-1
/
+5
*
This patch addresses bug 15031.
Bill Schmidt
2013-01-28
2
-9
/
+26
*
Fix comment.
Eric Christopher
2013-01-28
1
-1
/
+1
*
Vectorization Factor clarification
Renato Golin
2013-01-28
1
-17
/
+24
*
[msan] Mostly disable msan-handle-icmp-exact.
Evgeniy Stepanov
2013-01-28
1
-6
/
+24
*
Revert r173678.
Evgeniy Stepanov
2013-01-28
1
-1
/
+1
*
[msan] Make msan-handle-icmp-exact=0 by default.
Evgeniy Stepanov
2013-01-28
1
-1
/
+1
*
Fix 256-bit PALIGNR comment decoding to understand that it works on independe...
Craig Topper
2013-01-28
1
-2
/
+11
*
A bugfix for tblgen, in the function ‘emitSourceFileHeader’.
Nadav Rotem
2013-01-28
1
-6
/
+25
*
Add missing break in 256-bit palignr comment printing. No test case yet becau...
Craig Topper
2013-01-28
1
-0
/
+1
[prev]
[next]