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
*
Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."
Florian Hahn
2020-01-04
1
-1
/
+0
*
[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).
Florian Hahn
2020-01-04
1
-0
/
+1
*
[CodeMoverUtils] Added an API to check if an instruction can be safely
Tsang Whitney W.H
2019-11-22
1
-0
/
+1
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
[SVFS] Inject TLI Mappings in VFABI attribute.
Francesco Petrogalli
2019-11-15
1
-0
/
+1
*
[debugify] Move the Debugify pass from tools/opt to lib/Transform/Utils
Daniel Sanders
2019-11-07
1
-0
/
+1
*
Reland "clang-misexpect: Profile Guided Validation of Performance Annotations...
Petr Hosek
2019-09-11
1
-0
/
+1
*
Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...
Dmitri Gribenko
2019-09-11
1
-1
/
+0
*
clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM
Petr Hosek
2019-09-11
1
-0
/
+1
*
Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...
Petr Hosek
2019-09-10
1
-1
/
+0
*
clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM
Petr Hosek
2019-09-10
1
-0
/
+1
*
[PGO] Profile guided code size optimization.
Hiroshi Yamauchi
2019-04-15
1
-0
/
+1
*
[ThinLTO] Handle chains of aliases
Teresa Johnson
2019-01-04
1
-0
/
+1
*
[NFC] Move OrderedInstructions and InstructionPrecedenceTracking to Analysis
Max Kazantsev
2018-08-30
1
-2
/
+0
*
[NFC] Factor out guard utility methods into a separate file
Max Kazantsev
2018-08-29
1
-0
/
+1
*
[NFC] Split logic of ImplicitControlFlowTracking to allow generalization
Max Kazantsev
2018-08-27
1
-1
/
+1
*
[NFC] Factor out implicit control flow logic from GVN
Max Kazantsev
2018-08-07
1
-0
/
+1
*
[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
[next]