index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix build failure.
Devang Patel
2008-11-21
1
-1
/
+1
*
Silence unused variable warnings.
Devang Patel
2008-11-21
2
-0
/
+5
*
reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an
Chris Lattner
2008-11-21
4
-13
/
+20
*
Revert r59802. It was breaking the build of llvm-gcc:
Bill Wendling
2008-11-21
4
-20
/
+13
*
Make mem[cpy,move,set] intrinsics overloaded.
Sanjiv Gupta
2008-11-21
4
-13
/
+20
*
Optimize (x/y)*y into x-(x%y) in general. Div and rem are about the same, and
Nick Lewycky
2008-11-21
1
-11
/
+34
*
Fix unused variable warnings.
Devang Patel
2008-11-21
1
-0
/
+2
*
Fix error where it wasn't getting the correct caller function.
Bill Wendling
2008-11-21
1
-1
/
+2
*
If the function being inlined has a higher stack protection level than the
Bill Wendling
2008-11-21
1
-0
/
+9
*
Don't forget arguments!
Devang Patel
2008-11-20
1
-1
/
+6
*
Do not forget llvm.dbg.declare's first argument while removing debugging info...
Devang Patel
2008-11-20
1
-4
/
+12
*
CMake: Removed source file.
Oscar Fuentes
2008-11-19
1
-1
/
+0
*
Do not use separate utility to walk all instructions and remove dead dbg intr...
Devang Patel
2008-11-19
1
-60
/
+0
*
Let instcombiner remove redundant dbg intrinsics.
Devang Patel
2008-11-19
1
-7
/
+1
*
If there are two consecutive llvm.dbg.stoppoint calls then
Devang Patel
2008-11-19
1
-1
/
+16
*
Remove unused variables.
Devang Patel
2008-11-19
1
-12
/
+9
*
Fix typo.
Devang Patel
2008-11-19
1
-1
/
+1
*
Add new helper pass that strips all symbol names except debugging information.
Devang Patel
2008-11-18
1
-28
/
+51
*
Remove even more llvm.dbg variables.
Devang Patel
2008-11-18
1
-33
/
+50
*
Initialize MallocFunc and FreeFunc properly.
Devang Patel
2008-11-18
1
-1
/
+1
*
Cast to remove warning about comparing signed and unsigned.
Bill Wendling
2008-11-18
1
-1
/
+1
*
Give SIToFPInst preference over UIToFPInst because it is faster on platforms ...
Devang Patel
2008-11-18
1
-3
/
+20
*
While handling floating point IVs lift restrictions on initial value and incr...
Devang Patel
2008-11-17
1
-25
/
+42
*
Handle floating point ivs during doInitialization().
Devang Patel
2008-11-17
1
-144
/
+130
*
Let AnalyzeAlloca() remove debug intrinsics.
Devang Patel
2008-11-17
1
-20
/
+11
*
If SI->size() is 0, we are not allowed to dereference ->begin().
Torok Edwin
2008-11-16
1
-2
/
+4
*
eliminate some std::set's.
Chris Lattner
2008-11-16
1
-9
/
+10
*
simplify loop
Chris Lattner
2008-11-16
1
-5
/
+2
*
simplify a bunch more instcombines to use m_Specific etc.
Chris Lattner
2008-11-16
1
-40
/
+37
*
factor the code for simplifying (icmp)|(icmp) into its own function.
Chris Lattner
2008-11-16
1
-151
/
+167
*
do some computation with apints instead of ConstantInts.
Chris Lattner
2008-11-16
1
-6
/
+5
*
merge a check into a place where it is simpler.
Chris Lattner
2008-11-16
1
-20
/
+17
*
factor a whole bunch of code out into a helper function.
Chris Lattner
2008-11-16
1
-149
/
+166
*
simplify the conditions on two gigantic if's, decreasing indentation
Chris Lattner
2008-11-16
1
-290
/
+289
*
simplify some instcombine matches by using m_Specific
Chris Lattner
2008-11-16
1
-37
/
+34
*
Use new m_SelectCst template to eliminate macros.
Chris Lattner
2008-11-16
1
-9
/
+5
*
simplify code.
Chris Lattner
2008-11-16
1
-17
/
+12
*
Handle the case where there is no "not". It is possible it got
Chris Lattner
2008-11-16
1
-0
/
+4
*
factor a bunch of copy/paste code out into a helper function.
Chris Lattner
2008-11-16
1
-61
/
+35
*
rearrange some code, no functionality change.
Chris Lattner
2008-11-16
1
-21
/
+21
*
if we're going to use a macro, use it maximally. no functionality change.
Chris Lattner
2008-11-16
1
-8
/
+8
*
Refactor code.
Devang Patel
2008-11-14
1
-37
/
+60
*
Really remove all debug information.
Devang Patel
2008-11-13
1
-11
/
+52
*
CMake: Remove removed source file.
Oscar Fuentes
2008-11-12
1
-1
/
+0
*
Remove
Devang Patel
2008-11-11
1
-0
/
+0
*
Undo previous check-in.
Devang Patel
2008-11-11
1
-97
/
+0
*
CMake: Updated list of source files for lib/Transforms/Utils.
Oscar Fuentes
2008-11-11
1
-0
/
+1
*
Add utility pass to remove dbg info.
Devang Patel
2008-11-11
1
-0
/
+97
*
Use actual function name in comments.
Devang Patel
2008-11-11
1
-2
/
+2
*
Update CMakeLists.txt
Cedric Venet
2008-11-11
1
-0
/
+1
[next]