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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
13
-52
/
+39
*
[PGO] Make pgo related options in opt more consistent.
Wei Mi
2019-01-16
3
-13
/
+36
*
[LTO] Record whether LTOUnit splitting is enabled in index
Teresa Johnson
2019-01-11
1
-0
/
+7
*
[DebugInfo] DISubprogram flags get their own flags word. NFC.
Paul Robinson
2018-11-19
1
-5
/
+6
*
Subject: [PATCH] [CodeGen] Add pass to combine interleaved loads.
Martin Elshuber
2018-11-19
1
-0
/
+1
*
[newpm] Fix r346645: Missing consume of the Error return by the pipeline parser
Philip Pfaffe
2018-11-12
1
-2
/
+3
*
Add an OptimizerLast EP
Philip Pfaffe
2018-11-12
1
-0
/
+13
*
[NewPM] teach -passes= to emit meaningful error messages
Fedor Sergeev
2018-10-17
1
-38
/
+52
*
Revert "[NewPM] teach -passes= to emit meaningful error messages"
Fedor Sergeev
2018-10-15
1
-48
/
+36
*
[NewPM] teach -passes= to emit meaningful error messages
Fedor Sergeev
2018-10-15
1
-36
/
+48
*
Add a flag to remap manglings when reading profile data information.
Richard Smith
2018-10-10
1
-4
/
+8
*
[New PM][PassInstrumentation] IR printing support for New Pass Manager
Fedor Sergeev
2018-09-24
1
-2
/
+7
*
[Debugify] Export per-pass debug info loss statistics
Vedant Kumar
2018-07-24
3
-16
/
+114
*
[Debugify] Move interface definitions to a header, NFC
Vedant Kumar
2018-07-24
5
-21
/
+42
*
[Debugify] Allow unsigned values narrower than their variables
Vedant Kumar
2018-07-06
1
-2
/
+9
*
[Debugify] Do not report line 0 locations as errors
Vedant Kumar
2018-06-28
1
-5
/
+7
*
[Debugify] Handle failure to get fragment size when checking dbg.values
Vedant Kumar
2018-06-27
1
-4
/
+7
*
[Debugify] Diagnose mis-sized dbg.values
Vedant Kumar
2018-06-26
1
-4
/
+40
*
[Debugify] Don't treat missing dbg.values as an error (PR37942)
Vedant Kumar
2018-06-26
1
-2
/
+1
*
[Debugify] Move debug value intrinsics closer to their operand defs
Vedant Kumar
2018-06-06
1
-18
/
+24
*
[Debugify] Add a quiet mode to suppress warnings
Vedant Kumar
2018-06-06
1
-15
/
+16
*
[opt] Introduce -strip-named-metadata
Vedant Kumar
2018-06-05
1
-8
/
+12
*
[Debugify] Don't insert debug values after terminating deopts
Vedant Kumar
2018-06-05
1
-5
/
+14
*
Apply clang-format on a file, NFC
Vedant Kumar
2018-06-05
1
-8
/
+5
*
[Debugify] Preserve analyses in -check-debugify
Vedant Kumar
2018-06-04
1
-0
/
+4
*
[Debugify] Add debug intrinsics before terminating musttail calls
Vedant Kumar
2018-06-04
1
-9
/
+13
*
[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
*
Reformat overflowing lines, NFC
Vedant Kumar
2018-06-04
1
-8
/
+10
*
[Debugify] Skip dbg.value placement for EH pads, musttail
Vedant Kumar
2018-06-03
1
-0
/
+9
*
[WebAssembly] Add Wasm exception handling prepare pass
Heejin Ahn
2018-05-31
1
-0
/
+1
*
[Debugify] Set a DI version module flag for llc compatibility
Vedant Kumar
2018-05-24
1
-2
/
+10
*
[Debugify] Avoid printing unnecessary square braces, NFC
Vedant Kumar
2018-05-24
1
-2
/
+4
*
[Debugify] Print the output to stderr
Anastasis Grammenos
2018-05-17
1
-9
/
+9
*
[Debugfiy] Print the pass name next to the result
Anastasis Grammenos
2018-05-15
3
-15
/
+26
*
[Debugify] Add -debugify-each for testing each pass in a pipeline
Vedant Kumar
2018-05-15
3
-47
/
+171
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
5
-5
/
+5
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
2
-1
/
+2
*
[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
*
Re-land r329273: [Plugins] Add a slim plugin API to work together with the ne...
Philip Pfaffe
2018-04-05
1
-0
/
+17
*
Revert "[Plugins] Add a slim plugin API to work together with the new PM"
Philip Pfaffe
2018-04-05
1
-17
/
+0
*
[Plugins] Add a slim plugin API to work together with the new PM
Philip Pfaffe
2018-04-05
1
-0
/
+17
*
[Debugify] Don't check functions which were skipped
Vedant Kumar
2018-02-15
1
-1
/
+11
*
[opt] Port the debugify passes to the new pass manager
Vedant Kumar
2018-02-15
5
-7
/
+53
*
Pass a module reference to CloneModule.
Rafael Espindola
2018-02-14
1
-4
/
+4
*
[Debugify] Avoid verifier failure on non-definition subprograms
Vedant Kumar
2018-02-13
1
-2
/
+2
[next]