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
/
Local.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-12
/
+11
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-5
/
+21
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-1
/
+1
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-17
/
+17
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-1
/
+1
*
Fix assert with GEP ptr vector indexing structs
Matt Arsenault
2013-08-19
1
-3
/
+8
*
Factor FlattenCFG out from SimplifyCFG
Tom Stellard
2013-08-06
1
-1
/
+7
*
Minor address space code simplification.
Matt Arsenault
2013-08-03
1
-3
/
+2
*
Teach EmitGEPOffset about address spaces
Matt Arsenault
2013-08-02
1
-12
/
+14
*
SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...
Tom Stellard
2013-07-27
1
-1
/
+2
*
fix a typo that due to cu&paste quadrupled itself
Adrian Prantl
2013-04-26
1
-2
/
+2
*
Bugfix for the debug intrinsic handling in InstCombiner:
Adrian Prantl
2013-04-26
1
-2
/
+2
*
Make SimplifyCFG simply depend upon TargetTransformInfo and pass it
Chandler Carruth
2013-01-07
1
-2
/
+2
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-3
/
+3
*
[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
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
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
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
1
-1
/
+2
*
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
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-8
/
+8
*
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-29
1
-5
/
+9
*
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
1
-2
/
+2
*
add a new pass to instrument loads and stores for run-time bounds checking
Nuno Lopes
2012-05-22
1
-0
/
+61
*
Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values when
Cameron Zwarich
2011-05-24
1
-0
/
+4
*
Add a parameter to ConstantFoldTerminator() that callers can use to ask it to...
Frits van Bommel
2011-05-22
1
-2
/
+4
*
PR9446: RecursivelyDeleteTriviallyDeadInstructions can delete the instruction
Eli Friedman
2011-04-02
1
-4
/
+0
*
If an AllocaInst referred by DbgDeclareInst is used by a LoadInst then the Lo...
Devang Patel
2011-03-18
1
-0
/
+6
*
Try to not lose variable's debug info during instcombine.
Devang Patel
2011-03-17
1
-0
/
+5
*
Refactor into a separate utility function.
Devang Patel
2011-03-17
1
-0
/
+12
*
If the phi node was used by an unreachable instruction that ends up using
Duncan Sands
2011-02-21
1
-1
/
+1
*
Move getOrEnforceKnownAlignment out of instcombine into Transforms/Utils.
Chris Lattner
2010-12-25
1
-0
/
+12
*
Revert r114097, adding back in the assertion against replacing an Instruction...
Owen Anderson
2010-09-16
1
-0
/
+4
*
Teach SimplifyCFG how to simplify indirectbr instructions.
Dan Gohman
2010-08-14
1
-2
/
+0
*
Move FindAvailableLoadedValue isSafeToLoadUnconditionally out of
Dan Gohman
2010-05-28
1
-11
/
+0
*
Teach SimplifyCFG about magic pointer constants.
Jakob Stoklund Olesen
2010-02-05
1
-1
/
+1
*
Check alignment of loads when deciding whether it is safe to execute them
Bob Wilson
2010-01-30
1
-1
/
+1
*
Improve isSafeToLoadUnconditionally to recognize that GEPs with constant
Bob Wilson
2010-01-29
1
-1
/
+2
*
DbgInfoIntrinsics no longer appear in an instruction's use list; so clean up ...
Victor Hernandez
2010-01-21
1
-7
/
+0
*
add a helper function.
Chris Lattner
2010-01-12
1
-0
/
+8
*
Make RecursivelyDeleteTriviallyDeadInstructions,
Dan Gohman
2010-01-05
1
-4
/
+5
*
convert various IntrinsicInst's to use class instead of struct.
Chris Lattner
2010-01-05
1
-1
/
+1
*
Eliminate unnecessary LLVMContexts.
Dan Gohman
2009-12-18
1
-1
/
+0
*
Make EliminateDuplicatePHINodes() available as a utility function
Jim Grosbach
2009-11-19
1
-1
/
+8
*
move some generally useful functions out of jump threading
Chris Lattner
2009-11-10
1
-0
/
+15
[next]