index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge isObjectPointerWithTrustworthySize with getPointerSize. Use it when
Nick Lewycky
2011-11-16
1
-30
/
+20
*
AddressSanitizer, first commit (compiler module only)
Kostya Serebryany
2011-11-16
3
-0
/
+967
*
test commit to verify that commit access works (added blank line)
Kostya Serebryany
2011-11-16
1
-0
/
+1
*
Fix MSVC warnings by adding a cast.
Nadav Rotem
2011-11-15
1
-4
/
+4
*
StringRefize and simplify.
Benjamin Kramer
2011-11-15
2
-13
/
+10
*
Remove all remaining uses of Value::getNameStr().
Benjamin Kramer
2011-11-15
4
-10
/
+11
*
Make headers standalone, move a virtual method out of line.
Benjamin Kramer
2011-11-14
1
-0
/
+7
*
build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...
Daniel Dunbar
2011-11-12
1
-0
/
+1
*
Make sure scalarrepl picks the correct alloca when it rewrites a bitcast. Fi...
Eli Friedman
2011-11-12
1
-2
/
+10
*
LLVMBuild: Alphabetize required_libraries lists.
Daniel Dunbar
2011-11-11
2
-2
/
+2
*
Get rid of an optimization in SCCP which appears to have many issues. Specif...
Eli Friedman
2011-11-11
1
-167
/
+1
*
Fixed bug in DeadStoreElimination commit r144239
Pete Cooper
2011-11-10
1
-1
/
+1
*
DeadStoreElimination can now trim the size of a store if the end of the store...
Pete Cooper
2011-11-09
1
-33
/
+110
*
LICM pass now understands invariant load metadata. Nothing generates this ye...
Pete Cooper
2011-11-08
1
-0
/
+2
*
InstCombine now optimizes vector udiv by power of 2 to shifts
Pete Cooper
2011-11-07
1
-5
/
+9
*
Make sure we don't insert instructions before a landingpad instruction.
Bill Wendling
2011-11-07
1
-2
/
+2
*
Do simple cross-block DSE when we encounter a free statement. Fixes PR11240.
Nick Lewycky
2011-11-05
1
-25
/
+56
*
Speculatively revert "DeadStoreElimination can now trim the size of a store if
Daniel Dunbar
2011-11-04
1
-109
/
+33
*
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-11-03
6
-0
/
+139
*
DeadStoreElimination can now trim the size of a store if the end of it is dead.
Pete Cooper
2011-11-03
1
-33
/
+109
*
Rewrite LinearFunctionTestReplace to handle pointer-type IVs.
Andrew Trick
2011-11-02
1
-73
/
+116
*
Add parentheses to disambiguate the precedence of these operations and
Chandler Carruth
2011-11-02
1
-2
/
+2
*
Broaden an assert to handle enable-iv-rewrite=true following r143183.
Andrew Trick
2011-11-02
1
-1
/
+1
*
Make sure we use the right insertion point when instcombine replaces a PHI wi...
Eli Friedman
2011-11-01
1
-3
/
+4
*
Add utility to append a function to the list of global constructors.
Devang Patel
2011-10-31
2
-0
/
+56
*
SimplifyLibCalls: Use IRBuilder.CreateGlobalString when creating a string for...
Benjamin Kramer
2011-10-29
1
-4
/
+2
*
LFTR should avoid a type mismatch with null pointer IVs.
Andrew Trick
2011-10-28
1
-16
/
+18
*
It is not safe to sink an alloca into a stacksave/stackrestore pair, so don't...
Eli Friedman
2011-10-27
1
-5
/
+6
*
A dead malloc, a free(NULL) and a free(undef) are all trivially dead
Nick Lewycky
2011-10-24
1
-0
/
+8
*
The element insertion code in scalar replacement doesn't handle incorrect
Cameron Zwarich
2011-10-23
1
-2
/
+4
*
A non-escaping malloc in the entry block is not unlike an alloca. Do dead-store
Nick Lewycky
2011-10-22
1
-2
/
+25
*
Remap blockaddress correctly when inlining a function. Fixes PR10162.
Eli Friedman
2011-10-21
1
-1
/
+32
*
Minor simplification: use ShuffleVectorInst::getMaskValue instead of a more e...
Eli Friedman
2011-10-21
1
-2
/
+2
*
Extend instcombine's shufflevector simplification to handle more cases where ...
Eli Friedman
2011-10-21
1
-61
/
+195
*
Refactor code from inlining and globalopt that checks whether a function defi...
Eli Friedman
2011-10-20
3
-7
/
+4
*
Initialze ScalarEvalution dependency.
Devang Patel
2011-10-19
1
-0
/
+1
*
Teach the ARC optimizer about the !clang.arc.copy_on_escape metadata
Dan Gohman
2011-10-17
1
-12
/
+40
*
Add support for the Objective-C personality function to the instruction
Bill Wendling
2011-10-17
1
-2
/
+5
*
Suppress partial retain+release elimination when there's a
Dan Gohman
2011-10-17
1
-2
/
+24
*
Correct over-zealous removal of hack.
Bill Wendling
2011-10-17
1
-1
/
+1
*
Now that we have the ReturnsTwice function attribute, this method is
Bill Wendling
2011-10-17
1
-1
/
+1
*
Fix CMake build.
Michael J. Spencer
2011-10-17
1
-0
/
+1
*
svn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar/GlobalMerge.cpp
Devang Patel
2011-10-17
1
-0
/
+226
*
Add a routine to swap branch instruction operands, and update any
Chandler Carruth
2011-10-17
1
-6
/
+3
*
Add a proper LLVM banner to this file.
Chandler Carruth
2011-10-16
1
-0
/
+13
*
When looking for dependencies on the src pointer, scan the src pointer. Scanning
Nick Lewycky
2011-10-16
1
-12
/
+17
*
Don't replace all dominated uses if there is only one use, since that
Duncan Sands
2011-10-15
1
-4
/
+9
*
Fix indvars randomness by removing iteration over a map.
Andrew Trick
2011-10-15
1
-12
/
+12
*
Avoid undefined behavior in negation in LSR. Patch by Ahmed Charles.
Eli Friedman
2011-10-13
1
-2
/
+2
*
Enhance the memdep interface so that users can tell the difference between a ...
Eli Friedman
2011-10-13
2
-13
/
+13
[next]