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
/
tools
/
opt
/
opt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Subject: [PATCH] [CodeGen] Add pass to combine interleaved loads.
Martin Elshuber
2018-11-19
1
-0
/
+1
*
[Debugify] Export per-pass debug info loss statistics
Vedant Kumar
2018-07-24
1
-2
/
+21
*
[Debugify] Move interface definitions to a header, NFC
Vedant Kumar
2018-07-24
1
-0
/
+1
*
[opt] Introduce -strip-named-metadata
Vedant Kumar
2018-06-05
1
-8
/
+12
*
[Debugify] Don't apply DI before the bitcode writer pass
Vedant Kumar
2018-06-04
1
-2
/
+2
*
[opt] Add a -strip-module-flags option
Vedant Kumar
2018-06-04
1
-0
/
+8
*
[WebAssembly] Add Wasm exception handling prepare pass
Heejin Ahn
2018-05-31
1
-0
/
+1
*
[Debugfiy] Print the pass name next to the result
Anastasis Grammenos
2018-05-15
1
-2
/
+2
*
[Debugify] Add -debugify-each for testing each pass in a pipeline
Vedant Kumar
2018-05-15
1
-6
/
+42
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[AggressiveInstCombine] Add library initializer routine for AggressiveInstCom...
Craig Topper
2018-04-24
1
-1
/
+1
*
[DebugInfo][OPT] NFC follow-up on "Fixing a couple of DI duplication bugs of ...
Roman Tereshin
2018-04-13
1
-9
/
+9
*
[DebugInfo][OPT] Fixing a couple of DI duplication bugs of CloneModule
Roman Tereshin
2018-04-13
1
-9
/
+11
*
Define InitLLVM to do common initialization all at once.
Rui Ueyama
2018-04-13
1
-6
/
+2
*
Rename *CommandFlags.def to *CommandFlags.inc
David Blaikie
2018-04-11
1
-1
/
+1
*
[opt] Port the debugify passes to the new pass manager
Vedant Kumar
2018-02-15
1
-4
/
+1
*
Pass a module reference to CloneModule.
Rafael Espindola
2018-02-14
1
-4
/
+4
*
LLParser: add an argument for overriding data layout and do not check alloca ...
Yaxun Liu
2018-01-30
1
-7
/
+5
*
Another try to commit 323321 (aggressive instruction combine).
Amjad Aboud
2018-01-25
1
-0
/
+1
*
Reverted 323321.
Amjad Aboud
2018-01-24
1
-1
/
+0
*
[InstCombine] Introducing Aggressive Instruction Combine pass (-aggressive-in...
Amjad Aboud
2018-01-24
1
-0
/
+1
*
[Debugify] Add a mode to opt to enable faster testing
Vedant Kumar
2018-01-23
1
-0
/
+14
*
Introduce the "retpoline" x86 mitigation technique for variant #2 of the spec...
Chandler Carruth
2018-01-22
1
-0
/
+1
*
Rename CommandFlags.h -> CommandFlags.def
David Blaikie
2017-11-27
1
-1
/
+1
*
Rename CountingFunctionInserter and use for both mcount and cygprofile calls,...
Hans Wennborg
2017-11-14
1
-1
/
+2
*
re-land [ExpandMemCmp] Split ExpandMemCmp from CodeGen into its own pass."
Clement Courbet
2017-11-03
1
-0
/
+1
*
[opt] Initialize WriteBitcode pass.
Michael Kruse
2017-10-24
1
-0
/
+1
*
Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"
Matthias Braun
2017-10-12
1
-3
/
+4
*
TargetMachine: Merge TargetMachine and LLVMTargetMachine
Matthias Braun
2017-10-12
1
-4
/
+3
*
Move the stripping of invalid debug info from the Verifier to AutoUpgrade.
Adrian Prantl
2017-10-02
1
-1
/
+2
*
[Support] Rename tool_output_file to ToolOutputFile, NFC
Reid Kleckner
2017-09-23
1
-9
/
+9
*
Keep Optimization Remark Yaml in NewPM
Sam Elliott
2017-08-20
1
-9
/
+10
*
Delete Default and JITDefault code models
Rafael Espindola
2017-08-03
1
-1
/
+1
*
[ORE] Add diagnostics hotness threshold
Brian Gesiak
2017-06-30
1
-0
/
+8
*
[ORE] Unify spelling as "diagnostics hotness"
Brian Gesiak
2017-06-30
1
-1
/
+1
*
[ThinLTO] Migrate ThinLTOBitcodeWriter to the new PM.
Tim Shen
2017-06-01
1
-2
/
+4
*
[LegacyPassManager] Remove TargetMachine constructors
Francis Visoiu Mistrih
2017-05-18
1
-3
/
+9
*
[X86] Relocate code of replacement of subtarget unsupported masked memory int...
Ayman Musa
2017-05-15
1
-0
/
+1
*
Add a late IR expansion pass for the experimental reduction intrinsics.
Amara Emerson
2017-05-10
1
-0
/
+1
*
[CodeGen] Split SafeStack into a LegacyPass and a utility. NFC.
Ahmed Bougacha
2017-05-10
1
-1
/
+1
*
[ThinLTO] Add support for emitting minimized bitcode for thin link
Teresa Johnson
2017-03-23
1
-1
/
+20
*
Do not inline hot callsites for samplepgo in thinlto compile phase.
Dehao Chen
2017-03-21
1
-1
/
+1
*
opt: Rename -default-data-layout flag to -data-layout and make it always over...
Peter Collingbourne
2017-02-17
1
-11
/
+7
*
Replace addEarlyAsPossiblePasses callback with adjustPassManager
Stanislav Mekhanoshin
2017-01-26
1
-6
/
+1
*
IPO: Introduce ThinLTOBitcodeWriter pass.
Peter Collingbourne
2016-12-16
1
-1
/
+7
*
Change setDiagnosticsOutputFile to take a unique_ptr from a raw pointer (NFC)
Mehdi Amini
2016-11-19
1
-1
/
+2
*
Restore "[ThinLTO] Prevent exporting of locals used/defined in module level asm"
Teresa Johnson
2016-11-14
1
-0
/
+1
*
Revert "[ThinLTO] Prevent exporting of locals used/defined in module level asm"
Mehdi Amini
2016-11-09
1
-1
/
+0
*
[ThinLTO] Prevent exporting of locals used/defined in module level asm
Teresa Johnson
2016-11-08
1
-0
/
+1
*
Output optimization remarks in YAML
Adam Nemet
2016-09-27
1
-0
/
+23
[next]