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
/
include
/
llvm
/
Transforms
/
Utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move Blacklist.h to include/ to enable use from clang.
Will Dietz
2013-01-18
1
-0
/
+58
*
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-10
6
-13
/
+13
*
Make SimplifyCFG simply depend upon TargetTransformInfo and pass it
Chandler Carruth
2013-01-07
1
-2
/
+2
*
Sink the AddressingModeMatcher helper class into an anonymous namespace
Chandler Carruth
2013-01-05
1
-109
/
+0
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
5
-7
/
+7
*
[msan] Remove unreachable blocks before instrumenting a function.
Evgeniy Stepanov
2012-12-21
1
-0
/
+5
*
Improve debug info generated with enabled AddressSanitizer.
Alexey Samsonov
2012-12-12
1
-0
/
+5
*
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-07
1
-1
/
+1
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
3
-3
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
2
-0
/
+2
*
instcombine: Migrate math library call simplifications
Meador Inge
2012-11-13
1
-1
/
+2
*
Add method for replacing instructions to LibCallSimplifier
Meador Inge
2012-11-11
1
-1
/
+10
*
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
1
-2
/
+1
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
1
-2
/
+2
*
Use TargetTransformInfo to control switch-to-lookup table transformation
Hans Wennborg
2012-10-30
1
-1
/
+3
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
1
-2
/
+2
*
Move SplitBlockAndInsertIfThen to BasicBlockUtils.
Evgeniy Stepanov
2012-10-19
1
-0
/
+25
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
1
-1
/
+2
*
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
*
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
3
-28
/
+28
*
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
*
Stylistic and 80-col fixes
Evan Cheng
2012-09-14
1
-1
/
+1
*
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 llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
2
-3
/
+3
*
The name (and comment describing) of llvm::GetFirstDebuigLocInBasicBlock no l...
Eli Bendersky
2012-06-25
1
-4
/
+0
*
add a new pass to instrument loads and stores for run-time bounds checking
Nuno Lopes
2012-05-22
1
-0
/
+61
*
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]