index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Utils
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
[UnrollAndJam] New Unroll and Jam pass
David Green
2018-07-01
1
-0
/
+1
*
[instsimplify] Move the instsimplify pass to use more obvious file names
Chandler Carruth
2018-06-29
1
-1
/
+0
*
Revert 333358 as it's failing on some builders.
David Green
2018-05-27
1
-1
/
+0
*
[UnrollAndJam] Add a new Unroll and Jam pass
David Green
2018-05-27
1
-0
/
+1
*
[PR16756] Add SSAUpdaterBulk.
Michael Zolotukhin
2018-04-09
1
-0
/
+1
*
[LoopRotate] Restructuring LoopRotation.cpp to create Loop Rotation Pass with...
David Green
2018-03-29
1
-0
/
+1
*
Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...
David Blaikie
2018-03-28
1
-0
/
+1
*
Move MetaRenamer from Transforms/UTils to Transforms/IPO since it implements ...
David Blaikie
2018-03-22
1
-1
/
+0
*
[PGO] Make indirect call promotion a utility
Matthew Simpson
2017-12-06
1
-0
/
+1
*
Rename CountingFunctionInserter and use for both mcount and cygprofile calls,...
Hans Wennborg
2017-11-14
1
-0
/
+1
*
Recommit r310869, "[InstSimplify][InstCombine] Modify the interface of decomp...
Craig Topper
2017-08-14
1
-1
/
+0
*
Revert r310869 "[InstSimplify][InstCombine] Modify the interface of decompose...
Craig Topper
2017-08-14
1
-0
/
+1
*
[InstSimplify][InstCombine] Modify the interface of decomposeBitTestICmp and ...
Craig Topper
2017-08-14
1
-1
/
+0
*
Add a dominanance check interface that uses caching for instructions within s...
Xin Tong
2017-06-06
1
-0
/
+1
*
MemorySSA: Move to Analysis, from Transforms/Utils. It's used as
Daniel Berlin
2017-04-11
1
-2
/
+0
*
Move memory coercion functions from GVN.cpp to VNCoercion.cpp so they can be ...
Daniel Berlin
2017-03-10
1
-0
/
+1
*
NVPTX: Extract mem intrinsic expansions into utilities
Matt Arsenault
2017-02-08
1
-0
/
+1
*
Add PredicateInfo utility and printing pass
Daniel Berlin
2017-02-07
1
-0
/
+1
*
MemorySSA: Move updater to its own file
Daniel Berlin
2017-01-28
1
-0
/
+1
*
[LoopUnroll] Implement profile-based loop peeling
Michael Kuperstein
2016-11-30
1
-0
/
+1
*
[CMake] NFC. Updating CMake dependency specifications
Chris Bieneman
2016-11-17
1
-2
/
+3
*
[tsan] Add support for C++ exceptions into TSan (call __tsan_func_exit during...
Kuba Brecka
2016-11-14
1
-0
/
+1
*
Make the FunctionComparator of the MergeFunctions pass a stand-alone utility.
Erik Eckstein
2016-11-11
1
-0
/
+1
*
Add -strip-nonlinetable-debuginfo capability
Michael Ilseman
2016-10-25
1
-0
/
+1
*
[StripGCRelocates] New pass to remove gc.relocates added by RS4GC
Anna Thomas
2016-10-21
1
-0
/
+1
*
Conditionally eliminate library calls where the result value is not used
Rong Xu
2016-10-18
1
-0
/
+1
*
Revert "Add -strip-nonlinetable-debuginfo capability"
Michael Ilseman
2016-10-06
1
-1
/
+0
*
Add -strip-nonlinetable-debuginfo capability
Michael Ilseman
2016-10-06
1
-0
/
+1
*
Rename NameAnonFunctions to NameAnonGlobals to match what it is doing (NFC)
Mehdi Amini
2016-09-16
1
-1
/
+1
*
Added ThinLTO inlining statistics
Piotr Padlewski
2016-07-29
1
-0
/
+1
*
Add a pass to name anonymous/nameless function
Mehdi Amini
2016-04-12
1
-0
/
+1
*
[ThinLTO] Move global processing from Linker to TransformUtils (NFC)
Teresa Johnson
2016-02-10
1
-0
/
+1
*
Transforms: Move GlobalOpt's Evaluator to Utils where it can be reused.
Peter Collingbourne
2016-02-03
1
-0
/
+1
*
This patch adds MemorySSA to LLVM.
George Burgess IV
2016-02-02
1
-0
/
+1
*
Introduce sanstats tool and llvm::CreateSanitizerStatReport function.
Peter Collingbourne
2016-01-16
1
-0
/
+1
*
TransformUtils: Introduce module splitter.
Peter Collingbourne
2015-08-21
1
-0
/
+1
*
[LoopDist/LoopVer] Move LoopVersioning to a new module, NFC
Adam Nemet
2015-07-10
1
-0
/
+1
*
Move VectorUtils from Transforms to Analysis to correct layering violation
David Blaikie
2015-06-26
1
-1
/
+0
*
Fix ODR violation waiting to happen by making static function definitions in ...
David Blaikie
2015-06-26
1
-0
/
+1
*
[NFC] Refactor identification of reductions as common utility function.
Karthik Bhat
2015-04-20
1
-0
/
+1
*
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
Zachary Turner
2015-02-11
1
-0
/
+4
*
[PM] Move the LowerExpectIntrinsic pass to the Scalar library.
Chandler Carruth
2015-01-24
1
-1
/
+0
*
Transforms: sort source files in build
Saleem Abdulrasool
2014-11-08
1
-4
/
+4
*
Transform: add SymbolRewriter pass
Saleem Abdulrasool
2014-11-07
1
-0
/
+1
*
Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.
Alexey Samsonov
2014-07-09
1
-1
/
+0
*
Teach GlobalDCE how to remove empty global_ctor entries.
Nico Weber
2014-05-02
1
-0
/
+1
*
Pass to emit DWARF path discriminators.
Diego Novillo
2014-03-03
1
-0
/
+1
*
[asan] rewrite asan's stack frame layout
Kostya Serebryany
2013-12-06
1
-0
/
+1
*
Optimize more linkonce_odr values during LTO.
Rafael Espindola
2013-10-21
1
-0
/
+1
*
Factor FlattenCFG out from SimplifyCFG
Tom Stellard
2013-08-06
1
-0
/
+1
[next]