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
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
12
-128
/
+321
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
13
-53
/
+333
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
4
-116
/
+19
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
18
-94
/
+308
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
14
-41
/
+203
*
Fix "existant" typos
Alp Toker
2013-10-29
1
-1
/
+1
*
Optimize more linkonce_odr values during LTO.
Rafael Espindola
2013-10-21
1
-0
/
+82
*
Fix assert with GEP ptr vector indexing structs
Matt Arsenault
2013-08-19
1
-3
/
+8
*
Introduce SpecialCaseList::isIn overload for GlobalAliases.
Peter Collingbourne
2013-08-19
1
-0
/
+9
*
Remove SpecialCaseList::findCategory.
Peter Collingbourne
2013-08-19
1
-16
/
+0
*
Revert r187191, which broke opt -mem2reg on the testcases included in PR16867.
Nick Lewycky
2013-08-13
1
-3
/
+2
*
Remove unused SpecialCaseList constructors
Alexey Samsonov
2013-08-12
1
-4
/
+0
*
Add SpecialCaseList::createOrDie() factory and use it in sanitizer passes
Alexey Samsonov
2013-08-12
1
-0
/
+3
*
Introduce factory methods for SpecialCaseList
Alexey Samsonov
2013-08-12
1
-1
/
+17
*
Factor FlattenCFG out from SimplifyCFG
Tom Stellard
2013-08-06
2
-1
/
+16
*
Introduce an optimisation for special case lists with large numbers of litera...
Peter Collingbourne
2013-08-05
1
-1
/
+2
*
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
*
Update comments for SSAUpdater to use the modern doxygen comment
Chandler Carruth
2013-07-28
1
-47
/
+57
*
Thread DataLayout through the callers and into mem2reg. This will be
Chandler Carruth
2013-07-28
1
-2
/
+3
*
Reimplement isPotentiallyReachable to make nocapture deduction much stronger.
Nick Lewycky
2013-07-27
1
-22
/
+0
*
SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...
Tom Stellard
2013-07-27
1
-1
/
+2
*
Respect llvm.used in Internalize.
Rafael Espindola
2013-07-25
1
-0
/
+8
*
Make the mem2reg interface use an ArrayRef as it keeps a copy of these
Chandler Carruth
2013-07-21
1
-3
/
+3
*
Update mem2reg's comments to conform to the new doxygen standards. No
Chandler Carruth
2013-07-20
1
-7
/
+11
*
Implement categories for special case lists.
Peter Collingbourne
2013-07-09
1
-18
/
+56
*
Introduce a SpecialCaseList ctor which takes a MemoryBuffer to make
Peter Collingbourne
2013-07-09
1
-0
/
+4
*
Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.
Peter Collingbourne
2013-07-09
1
-3
/
+3
*
Extend RemapInstruction and friends to take an optional new parameter, a Valu...
James Molloy
2013-05-28
2
-7
/
+27
*
Rename LoopSimplify.h to LoopUtils.h
Hal Finkel
2013-05-20
1
-3
/
+3
*
Expose InsertPreheaderForLoop from LoopSimplify to other passes
Hal Finkel
2013-05-20
1
-0
/
+26
*
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
*
[ASan] Allow disabling init-order checks for globals by source file name.
Alexey Samsonov
2013-04-11
1
-0
/
+1
*
Enhance integer division emulation support to handle types smaller than 32 bits,
Pedro Artigas
2013-02-26
1
-0
/
+14
*
Remove unneeded #includes.
Jakub Staszak
2013-02-09
1
-1
/
+0
*
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
[next]