index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
1
-2
/
+2
*
revert r166264 because the LTO build is still failing
Nadav Rotem
2012-10-19
1
-3
/
+4
*
Move SplitBlockAndInsertIfThen to BasicBlockUtils.
Evgeniy Stepanov
2012-10-19
1
-0
/
+25
*
recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...
Nadav Rotem
2012-10-19
1
-4
/
+3
*
Introduce a BarrierNoop pass, a hack designed to allow *some* control
Chandler Carruth
2012-10-18
1
-0
/
+5
*
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-18
1
-3
/
+4
*
Add a loop vectorizer.
Nadav Rotem
2012-10-17
1
-0
/
+6
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
1
-1
/
+2
*
[asan] make AddressSanitizer to be a FunctionPass instead of ModulePass. This...
Kostya Serebryany
2012-10-15
1
-1
/
+1
*
Implement new LibCallSimplifier class
Meador Inge
2012-10-13
1
-0
/
+43
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
1
-2
/
+1
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
1
-1
/
+2
*
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
1
-4
/
+3
*
Refactor the AddrMode class out of TLI to its own header file.
Nadav Rotem
2012-10-08
1
-1
/
+2
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
4
-29
/
+29
*
This patch corrects commit 165126 by using an integer bit width instead of
Preston Gurd
2012-10-04
1
-1
/
+1
*
Rename virtual table anchors from Anchor() to anchor() for consistency with t...
Craig Topper
2012-09-26
1
-1
/
+1
*
Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...
Michael Ilseman
2012-09-26
1
-0
/
+10
*
Revert r164614 to appease the buildbots.
Chad Rosier
2012-09-25
1
-10
/
+0
*
Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...
Michael Ilseman
2012-09-25
1
-0
/
+10
*
Document the interface for integer expansion, using doxygen-style comments
Michael Ilseman
2012-09-19
1
-0
/
+8
*
Forward declarations
Michael Ilseman
2012-09-19
1
-0
/
+4
*
Remove unused and broken CloneFunction wrapper.
Benjamin Kramer
2012-09-19
1
-7
/
+0
*
New utility for expanding integer division for targets that don't support it.
Michael Ilseman
2012-09-18
1
-0
/
+26
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
1
-2
/
+2
*
Port the SSAUpdater-based promotion logic from the old SROA pass to the
Chandler Carruth
2012-09-15
1
-1
/
+1
*
Stylistic and 80-col fixes
Evan Cheng
2012-09-14
1
-1
/
+1
*
Introduce a new SROA implementation.
Chandler Carruth
2012-09-14
1
-0
/
+6
*
Add a pass that renames everything with metasyntatic names. This works well a...
Alex Rosenberg
2012-09-11
1
-0
/
+5
*
Remove unused declaration
Andrew Trick
2012-09-11
1
-2
/
+0
*
Move bypassSlowDivision into the llvm namespace.
Benjamin Kramer
2012-09-10
1
-3
/
+7
*
Remove unneeded code.
Jakub Staszak
2012-09-04
1
-29
/
+0
*
Generic Bypass Slow Div
Preston Gurd
2012-09-04
1
-0
/
+58
*
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-29
2
-6
/
+11
*
add EmitStrNLen()
Nuno Lopes
2012-07-25
1
-0
/
+6
*
make all Emit*() functions consult the TargetLibraryInfo information before c...
Nuno Lopes
2012-07-25
1
-17
/
+24
*
baby steps toward fixing some problems with inbound GEPs that overflow, as di...
Nuno Lopes
2012-07-20
1
-2
/
+5
*
move the bounds checking pass to the instrumentation folder, where it belongs...
Nuno Lopes
2012-07-20
2
-8
/
+7
*
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
2
-3
/
+3
*
Allow BBVectorize to form non-2^n-length vectors.
Hal Finkel
2012-06-28
1
-0
/
+3
*
The name (and comment describing) of llvm::GetFirstDebuigLocInBasicBlock no l...
Eli Bendersky
2012-06-25
1
-4
/
+0
*
Allow controlling vectorization of boolean values separately from other integ...
Hal Finkel
2012-06-24
1
-0
/
+3
*
Allow BBVectorize to fuse compare instructions.
Hal Finkel
2012-06-23
1
-0
/
+3
*
Add a number of threshold arguments to the SRA pass.
Nadav Rotem
2012-06-21
1
-1
/
+4
*
add a new pass to instrument loads and stores for run-time bounds checking
Nuno Lopes
2012-05-22
2
-0
/
+69
*
Remove a stale forward declaration.
Andrew Trick
2012-05-14
1
-1
/
+0
*
Remove excess semi-colons to quiet warnings.
Eric Christopher
2012-05-08
1
-1
/
+1
*
Teach the code extractor how to extract a sequence of blocks from
Chandler Carruth
2012-05-04
1
-0
/
+8
*
Factor the computation of input and output sets into a public interface
Chandler Carruth
2012-05-04
1
-2
/
+11
*
Move the CodeExtractor utility to a dedicated header file / source file,
Chandler Carruth
2012-05-04
2
-53
/
+110
[next]