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
*
Made certain small functions in PtrState inlined.
Michael Gottesman
2013-01-29
1
-7
/
+7
*
LoopVectorize: convert TinyTripCountVectorThreshold constant
Pekka Jaaskelainen
2013-01-29
1
-1
/
+3
*
Removed trailing comma in last element of enum declaration.
Michael Gottesman
2013-01-29
1
-1
/
+1
*
Moved S_Stop back to its previous position in the sequence order.
Michael Gottesman
2013-01-29
1
-1
/
+1
*
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
*
Fixing warnings revealed by gcc release build
Edwin Vane
2013-01-29
2
-0
/
+2
*
LoopVectorize: Clean up ValueMap a bit and avoid double lookups.
Benjamin Kramer
2013-01-29
1
-10
/
+12
*
Hopefully fix the Windows build failure introduced in r173769
Timur Iskhodzhanov
2013-01-29
2
-0
/
+2
*
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
*
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
*
Unroll again after running BBVectorize
Hal Finkel
2013-01-29
1
-0
/
+4
*
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
*
Created ObjCARCUtil.cpp for functions which in my humble opinion are too larg...
Michael Gottesman
2013-01-28
3
-126
/
+152
*
Cleaned up includes in various ObjCARC files and removed some whitespace viol...
Michael Gottesman
2013-01-28
4
-9
/
+34
*
Refactor ObjCARCAliasAnalysis into its own file.
Michael Gottesman
2013-01-28
5
-283
/
+352
*
Refactored out pass ObjCARCAPElim from ObjCARCOpts.cpp => ObjCARCAPElim.cpp.
Michael Gottesman
2013-01-28
3
-148
/
+183
*
Fixed case insensitive issue.
Michael Gottesman
2013-01-28
1
-1
/
+1
*
Removed extraneous doxygen end module statement.
Michael Gottesman
2013-01-28
1
-2
/
+0
*
Extracted pass ObjCARCExpand from ObjCARC.cpp => ObjCARCExpand.cpp.
Michael Gottesman
2013-01-28
5
-299
/
+370
*
Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...
Michael Gottesman
2013-01-28
11
-11
/
+88
*
BBVectorize: Better use of TTI->getShuffleCost
Hal Finkel
2013-01-27
1
-4
/
+23
*
Re-revert r173342, without losing the compile time improvements, flat
Chandler Carruth
2013-01-27
1
-27
/
+12
*
Renamed function IsPotentialUse to IsPotentialRetainableObjPtr.
Michael Gottesman
2013-01-27
1
-18
/
+18
*
Use the AttributeSet instead of AttributeWithIndex.
Bill Wendling
2013-01-27
1
-25
/
+18
*
Use the AttributeSet instead of AttributeWithIndex.
Bill Wendling
2013-01-27
1
-22
/
+15
*
Use the AttributeSet instead of AttributeWithIndex.
Bill Wendling
2013-01-27
1
-27
/
+15
*
BBVectorize: Add a additional comment about the cost computation
Hal Finkel
2013-01-26
1
-0
/
+6
*
BBVectorize: Fix anomalous capital letter in comment
Hal Finkel
2013-01-26
1
-1
/
+1
*
Convert BuildLibCalls.cpp to using the AttributeSet methods instead of Attrib...
Bill Wendling
2013-01-26
1
-66
/
+66
*
Remove some introspection functions.
Bill Wendling
2013-01-25
3
-16
/
+21
*
LoopVectorize: Refactor the code that vectorizes loads/stores to remove dupli...
Nadav Rotem
2013-01-25
1
-145
/
+113
*
Use the new 'getSlotIndex' method to retrieve the attribute's slot index.
Bill Wendling
2013-01-25
3
-4
/
+4
*
LoopVectorize: Simplify code. No functionality change.
Benjamin Kramer
2013-01-25
1
-26
/
+17
*
added ability to dynamically change the ExportList of an already
Pedro Artigas
2013-01-25
1
-0
/
+10
*
LoopVectorizer: Refactor more code to use the IRBuilder.
Nadav Rotem
2013-01-25
1
-24
/
+25
*
Refactor some code to use the IRBuilder.
Nadav Rotem
2013-01-25
1
-20
/
+21
*
[msan] A comment on ICmp handling logic.
Evgeniy Stepanov
2013-01-25
1
-0
/
+3
[next]