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
*
DataFlowSanitizer; LLVM changes.
Peter Collingbourne
2013-08-07
3
-0
/
+1008
*
JumpThreading: Turn a select instruction into branching if it allows to threa...
Benjamin Kramer
2013-08-07
1
-0
/
+83
*
Change the linkage of these global values to 'internal'.
Bill Wendling
2013-08-06
1
-4
/
+7
*
LoopVectorize: Allow vectorization of loops with lifetime markers
Arnold Schwaighofer
2013-08-06
1
-8
/
+18
*
Adjust file to the coding standard.
Jakub Staszak
2013-08-06
1
-53
/
+49
*
Unbreak Debug build on Windows
Serge Pavlov
2013-08-06
1
-0
/
+1
*
Factor FlattenCFG out from SimplifyCFG
Tom Stellard
2013-08-06
9
-571
/
+689
*
Fix missing -*- C++ -*-s
Matt Arsenault
2013-08-06
1
-1
/
+1
*
Introduce an optimisation for special case lists with large numbers of litera...
Peter Collingbourne
2013-08-05
1
-13
/
+38
*
80-cols
Alexey Samsonov
2013-08-05
1
-1
/
+2
*
SLPVectorizer: Fix PR16777. PHInodes may use multiple extracted values that c...
Nadav Rotem
2013-08-02
1
-10
/
+13
*
Fix dereferencing end iterator in SimplifyCFG. Patch by Ye Mei.
Alexey Samsonov
2013-08-02
1
-5
/
+8
*
Teach getOrEnforceKnownAlignment about address spaces
Matt Arsenault
2013-08-01
1
-4
/
+5
*
Move the optlevel check to the frontend.
Nadav Rotem
2013-08-01
1
-1
/
+1
*
Only enable SLP-vectorization on O3 builds.
Nadav Rotem
2013-08-01
1
-1
/
+1
*
80-col
Nadav Rotem
2013-07-31
1
-9
/
+14
*
Preserve fast-math flags when folding (fsub x, (fneg y)) to (fadd x, y).
Owen Anderson
2013-07-30
1
-4
/
+11
*
Change behavior of calling bitcasted alias functions.
Matt Arsenault
2013-07-30
1
-9
/
+9
*
SLPVectorier: update the debug location for the new instructions.
Nadav Rotem
2013-07-29
1
-2
/
+22
*
Teach the AllocaPromoter which is wrapped around the SSAUpdater
Chandler Carruth
2013-07-29
1
-15
/
+51
*
Don't vectorize when the attribute NoImplicitFloat is used.
Nadav Rotem
2013-07-29
1
-0
/
+5
*
Fix -Wdocumentation warnings.
Rafael Espindola
2013-07-28
1
-4
/
+4
*
Update comments for SSAUpdater to use the modern doxygen comment
Chandler Carruth
2013-07-28
1
-41
/
+3
*
Temporarily revert r187323 until I update SSAUpdater to match mem2reg.
Chandler Carruth
2013-07-28
1
-81
/
+12
*
Now that mem2reg understands how to cope with a slightly wider set of
Chandler Carruth
2013-07-28
1
-12
/
+81
*
Thread DataLayout through the callers and into mem2reg. This will be
Chandler Carruth
2013-07-28
4
-12
/
+20
*
Update the comment
Nadav Rotem
2013-07-27
1
-0
/
+1
*
Don't use all the #ifdefs to hide the stats counters and instead rely on
Chandler Carruth
2013-07-27
1
-18
/
+0
*
Merge the removal of dead instructions and lifetime markers with the
Chandler Carruth
2013-07-27
1
-41
/
+32
*
Reimplement isPotentiallyReachable to make nocapture deduction much stronger.
Nick Lewycky
2013-07-27
5
-97
/
+5
*
SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...
Tom Stellard
2013-07-27
4
-36
/
+495
*
SLP Vectorier: Don't vectorize really short chains because they are already ...
Nadav Rotem
2013-07-26
1
-2
/
+6
*
SLP Vectorizer: Disable the vectorization of non power of two chains, such as...
Nadav Rotem
2013-07-26
1
-16
/
+0
*
Fix variable name.
Owen Anderson
2013-07-26
1
-2
/
+2
*
When InstCombine tries to fold away (fsub x, (fneg y)) into (fadd x, y), it is
Owen Anderson
2013-07-26
1
-1
/
+13
*
Correct case of m_UIToFp to m_UIToFP to match instruction name, add m_SIToFP ...
Stephen Lin
2013-07-26
1
-4
/
+4
*
Re-implement the analysis of uses in mem2reg to be significantly more
Chandler Carruth
2013-07-26
1
-87
/
+157
*
[PowerPC] Support powerpc64le as a syntax-checking target.
Bill Schmidt
2013-07-26
1
-1
/
+2
*
Respect llvm.used in Internalize.
Rafael Espindola
2013-07-25
3
-21
/
+41
*
Check that TD isn't NULL before dereferencing it down this path.
Nick Lewycky
2013-07-25
1
-1
/
+1
*
Make these methods const correct.
Rafael Espindola
2013-07-25
1
-2
/
+2
*
TRE: Move class into anonymous namespace.
Benjamin Kramer
2013-07-24
1
-4
/
+6
*
Fix a problem I introduced in r187029 where we would over-eagerly
Chandler Carruth
2013-07-24
1
-3
/
+9
*
Fix PR16687 where we were incorrectly promoting an alloca that had
Chandler Carruth
2013-07-24
1
-12
/
+29
*
Fix spelling
Matt Arsenault
2013-07-23
1
-1
/
+1
*
Remove extraneous null statement. No functionality change!
Nick Lewycky
2013-07-22
1
-1
/
+1
*
Use switch instead of if. No functionality change.
Jakub Staszak
2013-07-22
1
-14
/
+17
*
Remove trailing spaces.
Jakub Staszak
2013-07-22
1
-37
/
+37
*
When we vectorize across multiple basic blocks we may vectorize PHINodes that...
Nadav Rotem
2013-07-22
1
-3
/
+31
*
OldPtr is llvm::Instruction. Remove unneeded cast<>.
Jakub Staszak
2013-07-22
1
-1
/
+1
[next]