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
*
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
*
[msan] Implement exact shadow propagation for relational ICmp.
Evgeniy Stepanov
2013-01-25
1
-0
/
+70
*
Switch this code away from Value::isUsedInBasicBlock. That code either
Chandler Carruth
2013-01-25
1
-7
/
+29
*
Added comment to ObjCARC elaborating what is meant by the term 'Provenance' i...
Michael Gottesman
2013-01-24
1
-0
/
+6
*
Reapply chandlerc's r173342 now that the miscompile it was triggering is fixed.
Benjamin Kramer
2013-01-24
1
-9
/
+18
*
Revert r173342 temporarily. It appears to cause a very late miscompile
Chandler Carruth
2013-01-24
1
-18
/
+9
*
Plug TTI into the speculation logic, giving it a real cost interface
Chandler Carruth
2013-01-24
1
-9
/
+18
*
Address a large chunk of this FIXME by accumulating the cost for
Chandler Carruth
2013-01-24
1
-8
/
+6
*
Switch the constant expression speculation cost evaluation away from
Chandler Carruth
2013-01-24
1
-7
/
+14
*
Rephrase the speculating scan of the conditional BB to be phrased in
Chandler Carruth
2013-01-24
1
-19
/
+16
*
[asan] fix 32-bit builds
Kostya Serebryany
2013-01-24
1
-3
/
+3
*
Simplify the PHI node operand rewriting.
Chandler Carruth
2013-01-24
1
-42
/
+35
*
[asan] adaptive redzones for globals (the larger the global the larger is the...
Kostya Serebryany
2013-01-24
1
-3
/
+13
*
Give the basic block variables here names based on the if-then-end
Chandler Carruth
2013-01-24
1
-32
/
+33
*
Lift a cheap early exit test above loops and other complex early exit
Chandler Carruth
2013-01-24
1
-5
/
+5
*
Spiff up the comment on this method, making the example a bit more
Chandler Carruth
2013-01-24
1
-16
/
+35
*
Remove trailing whitespace.
Craig Topper
2013-01-24
1
-134
/
+134
*
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
[next]