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
*
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
*
Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.
Peter Collingbourne
2013-07-09
1
-0
/
+1
*
Sink the AddressingModeMatcher helper class into an anonymous namespace
Chandler Carruth
2013-01-05
1
-1
/
+0
*
Implement new LibCallSimplifier class
Meador Inge
2012-10-13
1
-0
/
+1
*
New utility for expanding integer division for targets that don't support it.
Michael Ilseman
2012-09-18
1
-0
/
+1
*
llvm/lib/Transforms/Utils/CMakeLists.txt: Update.
NAKAMURA Takumi
2012-09-11
1
-0
/
+1
*
Generic Bypass Slow Div
Preston Gurd
2012-09-04
1
-0
/
+1
*
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-06-24
1
-0
/
+2
*
Remove the basic inliner. This was added in 2007, and hasn't really
Chandler Carruth
2012-03-15
1
-1
/
+0
*
Refactor code used in InstCombine::FoldAndOfICmps to new file.
Pete Cooper
2011-12-17
1
-0
/
+1
*
Add -unroll-runtime for unrolling loops with run-time trip counts.
Andrew Trick
2011-12-09
1
-0
/
+1
[next]