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
/
CodeGen
/
TargetPassConfig.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CodeGen] Move fentry-insert, xray-instrumentation and patchable-function bef...
Fangrui Song
2020-01-24
1
-6
/
+6
*
TargetPassConfig: const char * -> const char []
Fangrui Song
2019-11-26
1
-4
/
+4
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-1
/
+2
*
Reapply r374743 with a fix for the ocaml binding
Joerg Sonnenberger
2019-10-14
1
-0
/
+1
*
Revert "Add a pass to lower is.constant and objectsize intrinsics"
Dmitri Gribenko
2019-10-14
1
-1
/
+0
*
Add a pass to lower is.constant and objectsize intrinsics
Joerg Sonnenberger
2019-10-13
1
-0
/
+1
*
Revert "Reland "r364412 [ExpandMemCmp][MergeICmps] Move passes out of CodeGen...
Dmitri Gribenko
2019-09-10
1
-0
/
+13
*
Reland "r364412 [ExpandMemCmp][MergeICmps] Move passes out of CodeGen into op...
Clement Courbet
2019-09-10
1
-13
/
+0
*
Do a sweep of symbol internalization. NFC.
Benjamin Kramer
2019-08-23
1
-9
/
+12
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
Delete dead stores
Fangrui Song
2019-07-12
1
-5
/
+1
*
Revert "r364412 [ExpandMemCmp][MergeICmps] Move passes out of CodeGen into op...
Clement Courbet
2019-06-26
1
-0
/
+13
*
[ExpandMemCmp][MergeICmps] Move passes out of CodeGen into opt pipeline.
Clement Courbet
2019-06-26
1
-13
/
+0
*
Rename ExpandISelPseudo->FinalizeISel, delay register reservation
Matt Arsenault
2019-06-19
1
-6
/
+7
*
[SystemZ, RegAlloc] Favor 3-address instructions during instruction selection.
Jonas Paulsson
2019-06-08
1
-0
/
+4
*
[MergeICmps] Make the pass compatible with the new pass manager.
Clement Courbet
2019-05-23
1
-1
/
+1
*
[GlobalISel] Enable CSE in the IRTranslator & legalizer for -O0 with constant...
Amara Emerson
2019-04-15
1
-1
/
+1
*
[GlobalISel] Introduce a CSEConfigBase class to allow targets to define their...
Amara Emerson
2019-04-15
1
-0
/
+5
*
CodeGen: Refactor regallocator command line and target selection
Matt Arsenault
2019-03-19
1
-27
/
+34
*
Restore ability for C++ API users to Enable IPRA.
Daniel Sanders
2019-02-22
1
-1
/
+1
*
CodeGen: Make RegAllocRegistry a template class
Matt Arsenault
2019-02-22
1
-4
/
+0
*
[GISel]: Change how CSE is enabled by default for each pass
Aditya Nandakumar
2019-01-24
1
-0
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[GlobalISel] Fix choice of instruction selector for AArch64 at -O0 with -glob...
Petr Pavlu
2019-01-08
1
-12
/
+23
*
MIR: Add method to stop after specific runs of passes
Matt Arsenault
2018-12-04
1
-8
/
+38
*
[GlobalISel] Make EnableGlobalISel always set when GISel is enabled
Petr Pavlu
2018-11-29
1
-13
/
+17
*
Type safe version of MachinePassRegistry
Serge Guelton
2018-11-09
1
-1
/
+2
*
LLVMTargetMachine/TargetPassConfig: Simplify handling of start/stop options; NFC
Matthias Braun
2018-11-02
1
-2
/
+7
*
[llc] Error out when -print-machineinstrs is used with an unknown pass
Francis Visoiu Mistrih
2018-10-30
1
-9
/
+11
*
Correct implementation of -verify-machineinstrs such that it's still overrida...
Daniel Sanders
2018-10-03
1
-5
/
+5
*
[globalisel][verifier] Run the MachineVerifier from IRTranslator onwards
Daniel Sanders
2018-10-02
1
-0
/
+2
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[MachineOutliner] Add support for target-default outlining.
Jessica Paquette
2018-06-30
1
-4
/
+9
*
[MachineOutliner] Add always and never options to -enable-machine-outliner
Jessica Paquette
2018-06-29
1
-4
/
+11
*
[MachineOutliner] Never add the outliner in -O0
Jessica Paquette
2018-06-28
1
-1
/
+1
*
[MachineOutliner] Define MachineOutliner support in TargetOptions
Jessica Paquette
2018-06-28
1
-1
/
+2
*
Revert "[MachineOutliner] Add always and never options to -enable-machine-out...
Jessica Paquette
2018-06-28
1
-12
/
+4
*
Revert "[MachineOutliner] Never add the outliner in -O0"
Jessica Paquette
2018-06-28
1
-2
/
+1
*
[MachineOutliner] Never add the outliner in -O0
Jessica Paquette
2018-06-28
1
-1
/
+2
*
[MachineOutliner] Add always and never options to -enable-machine-outliner
Jessica Paquette
2018-06-28
1
-4
/
+12
*
[WebAssembly] Add Wasm exception handling prepare pass
Heejin Ahn
2018-05-31
1
-1
/
+6
*
[MachineOutliner] NFC: Move EnableLinkOnceODROutlining into MachineOutliner.cpp
Jessica Paquette
2018-04-19
1
-6
/
+1
*
Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...
David Blaikie
2018-03-28
1
-0
/
+1
*
[CodeGen] Add a new pass for PostRA sink
Jun Bum Lim
2018-03-22
1
-1
/
+9
*
[MergeICmps] Re-land 324317 "Enable the MergeICmps Pass by default."
Clement Courbet
2018-03-19
1
-5
/
+4
*
[MergeICmps] Revert 324317 "Enable the MergeICmps Pass by default."
Clement Courbet
2018-03-02
1
-4
/
+5
*
[TLS] use emulated TLS if the target supports only this mode
Chih-Hung Hsieh
2018-02-28
1
-1
/
+1
*
Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding"
Geoff Berry
2018-02-27
1
-0
/
+4
*
[WebAssembly] Add exception handling option and feature
Heejin Ahn
2018-02-24
1
-0
/
+3
*
Revert "[MachineCopyPropagation] Extend pass to do COPY source forwarding"
Quentin Colombet
2018-02-17
1
-4
/
+0
[next]