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
*
SLPVectorizer: Sink and enable CSE for ExtractElements.
Nadav Rotem
2013-07-12
1
-11
/
+25
*
SLPVectorize: Replace the code that checks for vectorization candidates in su...
Nadav Rotem
2013-07-12
1
-25
/
+22
*
Remove an argument that we dont use anymore.
Nadav Rotem
2013-07-11
1
-15
/
+12
*
indvars: Improve LFTR by eliminating truncation when comparing against a cons...
Andrew Trick
2013-07-11
1
-4
/
+23
*
Don't use a potentially expensive shift if all we want is one set bit.
Benjamin Kramer
2013-07-11
2
-2
/
+2
*
LoopVectorize: Vectorize all accesses in address space zero with unit stride
Arnold Schwaighofer
2013-07-11
1
-8
/
+16
*
TryToSimplifyUncondBranchFromEmptyBlock was checking that any common
Duncan Sands
2013-07-11
1
-23
/
+147
*
Fix a warning.
Nadav Rotem
2013-07-11
1
-2
/
+1
*
SLPVectorizer: refactor the code that places extracts. Place the code that de...
Nadav Rotem
2013-07-11
1
-41
/
+131
*
Teach TailRecursionElimination to handle certain cases of nocapture escaping ...
Michael Gottesman
2013-07-11
1
-64
/
+85
*
[objc-arc] Changed 'mode: c++' => 'C++' at Nick Lewycky's suggestion. Also re...
Michael Gottesman
2013-07-10
7
-7
/
+7
*
Implement categories for special case lists.
Peter Collingbourne
2013-07-09
2
-27
/
+93
*
Introduce a SpecialCaseList ctor which takes a MemoryBuffer to make
Peter Collingbourne
2013-07-09
1
-1
/
+9
*
Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.
Peter Collingbourne
2013-07-09
6
-21
/
+21
*
Fix PR16571, which is a bug in the code that checks that all of the types in ...
Nadav Rotem
2013-07-09
1
-1
/
+3
*
Set the default insert point to the first instruction, and not to end()
Nadav Rotem
2013-07-09
1
-1
/
+1
*
InstCombine: Fix typo in comment for visitICmpInstWithInstAndIntCst
David Majnemer
2013-07-09
1
-2
/
+2
*
InstCombine: variations on 0xffffffff - x >= 4
David Majnemer
2013-07-09
1
-0
/
+12
*
InstCombine: X & -C != -C -> X <= u ~C
David Majnemer
2013-07-09
1
-0
/
+9
*
Commit r185909 was a misapplied patch, fix it
David Majnemer
2013-07-09
1
-21
/
+13
*
InstCombine: add more transforms
David Majnemer
2013-07-09
1
-0
/
+42
*
Fix comment
Eli Bendersky
2013-07-08
1
-3
/
+2
*
This patch changes the saved IRBuilder insert point from BasicBlock::iterator...
Nadav Rotem
2013-07-08
1
-1
/
+2
*
[objc-arc] Fix assertion in EraseInstruction so that noop on null calls when ...
Michael Gottesman
2013-07-08
1
-1
/
+3
*
InstCombine: Fold X-C1 <u 2 -> (X & -2) == C1
David Majnemer
2013-07-08
1
-0
/
+8
*
Clear the builder insert point between tree-vectorization phases.
Nadav Rotem
2013-07-07
1
-0
/
+1
*
SLPVectorizer: Implement DCE as part of vectorization.
Nadav Rotem
2013-07-07
1
-1011
/
+1041
*
[objc-arc] Remove the alias analysis part of r185764.
Michael Gottesman
2013-07-07
1
-8
/
+0
*
[objc-arc] Teach the ARC optimizer that objc_sync_enter/objc_sync_exit do not...
Michael Gottesman
2013-07-07
2
-0
/
+10
*
[objc-arc] When we initialize ARCRuntimeEntryPoints, make sure we reset all r...
Michael Gottesman
2013-07-06
1
-0
/
+9
*
Reassociate: Remove unnecessary default operator=.
Benjamin Kramer
2013-07-06
1
-10
/
+0
*
[objc-arc] Performed some small cleanups in ARCRuntimeEntryPoints and added a...
Michael Gottesman
2013-07-06
1
-3
/
+5
*
[objc-arc] Renamed Module => TheModule in ARCRuntimeEntryPoints. Also did som...
Michael Gottesman
2013-07-06
1
-17
/
+14
*
Removed trailing whitespace.
Michael Gottesman
2013-07-06
1
-2
/
+2
*
[objc-arc] Updated ObjCARCContract to use ARCRuntimeEntryPoints.
Michael Gottesman
2013-07-06
1
-99
/
+11
*
[objc-arc] Updated ObjCARCOpts to use ARCRuntimeEntryPoints.
Michael Gottesman
2013-07-06
1
-123
/
+22
*
[objc-arc] Refactor runtime entrypoint declaration entrypoint creation.
Michael Gottesman
2013-07-06
1
-0
/
+178
*
Fix annotation of unlink. Should fix builder.
Nick Lewycky
2013-07-06
1
-1
/
+1
*
Extend 'readonly' and 'readnone' to work on function arguments as well as
Nick Lewycky
2013-07-06
1
-37
/
+364
*
Use sys::fs::createTemporaryFile.
Rafael Espindola
2013-07-05
1
-2
/
+1
*
Remove a useless declarations (found by scan-build)
Sylvestre Ledru
2013-07-05
1
-1
/
+0
*
InstCombine: (icmp eq B, 0) | (icmp ult A, B) -> (icmp ule A, B-1)
David Majnemer
2013-07-05
1
-1
/
+28
*
InstCombine: Reimplementation of visitUDivOperand
David Majnemer
2013-07-04
1
-56
/
+139
*
SimplifyCFG: Teach switch generation some patterns that instcombine forms.
Benjamin Kramer
2013-07-04
1
-1
/
+27
*
Tabs to spaces. No functionality change.
Nick Lewycky
2013-07-04
1
-10
/
+10
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-04
13
-19
/
+19
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-03
3
-8
/
+8
*
[msan] Unpoison stack allocations and undef values in blacklisted functions.
Evgeniy Stepanov
2013-07-03
1
-10
/
+14
*
Added support in FunctionAttrs for adding relevant function/argument attribut...
Michael Gottesman
2013-07-03
1
-0
/
+10
*
Debug Info: cleanup
Manman Ren
2013-07-02
1
-2
/
+2
[next]