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
/
clang
/
lib
/
CodeGen
/
BackendUtil.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
This option allows selecting the TLS size in the local exec TLS model,
KAWASHIMA Takahiro
2020-01-13
1
-0
/
+1
*
[ThinLTO] Pass CodeGenOpts like UnrollLoops/VectorizeLoop/VectorizeSLP
Wei Mi
2020-01-09
1
-0
/
+6
*
Generalize the pass registration mechanism used by Polly to any third-party tool
serge_sans_paille
2020-01-02
1
-0
/
+7
*
[MC][TargetMachine] Delete MCTargetOptions::MCPIECopyRelocations
Fangrui Song
2020-01-01
1
-1
/
+0
*
[TLI] Support for per-Function TLI that overrides available libfuncs
Teresa Johnson
2019-12-16
1
-9
/
+0
*
[LTO] Support for embedding bitcode section during LTO
Teresa Johnson
2019-12-12
1
-119
/
+4
*
[Support] Add TimeTraceScope constructor without detail arg
Russell Gallop
2019-12-11
1
-4
/
+4
*
Move CodeGenFileType enum to Support/CodeGen.h
Reid Kleckner
2019-11-13
1
-5
/
+5
*
[cfi] Add flag to always generate .debug_frame
David Candler
2019-10-31
1
-0
/
+1
*
Insert module constructors in a module pass
Vitaly Buka
2019-10-11
1
-2
/
+11
*
Revert 374481 "[tsan,msan] Insert module constructors in a module pass"
Nico Weber
2019-10-11
1
-11
/
+2
*
[tsan,msan] Insert module constructors in a module pass
Vitaly Buka
2019-10-10
1
-2
/
+11
*
[TimeProfiler] Fix "OptModule" section and add new "Backend" sections
Anton Afanasyev
2019-09-28
1
-0
/
+3
*
[WebAssembly] Add -fwasm-exceptions for wasm EH
Heejin Ahn
2019-09-12
1
-0
/
+2
*
[NewPM][Sancov] Create the Sancov Pass after building the pipelines
Leonard Chan
2019-09-08
1
-17
/
+7
*
Remove stale TLI Module level pass registration
Teresa Johnson
2019-09-07
1
-1
/
+0
*
[NewPM][Sancov] Make Sancov a Module Pass instead of 2 Passes
Leonard Chan
2019-09-04
1
-8
/
+0
*
[LTO] Always mark regular LTO units with EnableSplitLTOUnit=1 under the new p...
Leonard Chan
2019-08-21
1
-1
/
+1
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-3
/
+3
*
[NewPM][PassInstrumentation] IR printing support from clang driver
Taewook Oh
2019-08-14
1
-1
/
+5
*
[clang] Add no-warn support for Wa
Brian Cain
2019-08-08
1
-0
/
+1
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
*
[PGO] Add PGO support at -O0 in the experimental new pass manager
Rong Xu
2019-08-01
1
-0
/
+10
*
Reland the "[NewPM] Port Sancov" patch from rL365838. No functional
Leonard Chan
2019-07-25
1
-7
/
+40
*
[LTO] Always mark regular LTO units with EnableSplitLTOUnit=1
Teresa Johnson
2019-07-19
1
-1
/
+1
*
[sanitizers] Use covering ObjectFormatType switches
Hubert Tong
2019-07-19
1
-2
/
+6
*
hwasan: Initialize the pass only once.
Peter Collingbourne
2019-07-17
1
-28
/
+10
*
Revert "[NewPM] Port Sancov"
Leonard Chan
2019-07-15
1
-40
/
+7
*
[NewPM] Port Sancov
Leonard Chan
2019-07-11
1
-7
/
+40
*
Revert "[clang][NewPM] Fix broken profile test"
Leonard Chan
2019-06-29
1
-6
/
+0
*
[Clang] Remove unused -split-dwarf and obsolete -enable-split-dwarf
Aaron Puchert
2019-06-26
1
-6
/
+3
*
[CC1Option] Add the option to enable the debug entry values
Djordje Todorovic
2019-06-26
1
-0
/
+1
*
[clang][NewPM] Move EntryExitInstrumenterPass to the start of the pipeline
Leonard Chan
2019-06-20
1
-0
/
+6
*
[Remarks] Extend -fsave-optimization-record to specify the format
Francis Visoiu Mistrih
2019-06-17
1
-0
/
+1
*
[Clang] Harmonize Split DWARF options with llc
Aaron Puchert
2019-06-15
1
-2
/
+3
*
[Clang] Rename -split-dwarf-file to -split-dwarf-output
Aaron Puchert
2019-06-15
1
-6
/
+6
*
[clang][NewPM] Fix split debug test
Leonard Chan
2019-06-13
1
-1
/
+2
*
[clang][NewPM] Fix broken profile test
Leonard Chan
2019-06-13
1
-0
/
+6
*
[clang][NewPM] Fix broken -O0 test from the AlwaysInliner
Leonard Chan
2019-06-13
1
-2
/
+4
*
Initial support for vectorization using MASSV (IBM MASS vector library)
Nemanja Ivanovic
2019-06-05
1
-0
/
+3
*
[NewPassManager] Add tuning option: LoopUnrolling [clang-change]
Alina Sbirlea
2019-05-24
1
-0
/
+1
*
[NewPassManager] Add tuning option: SLPVectorization [clang-change]
Alina Sbirlea
2019-05-23
1
-1
/
+8
*
[NewPM] Port HWASan and Kernel HWASan
Leonard Chan
2019-05-14
1
-2
/
+32
*
[NewPM] Setup Passes for KASan and KMSan
Petr Hosek
2019-05-09
1
-8
/
+20
*
[Clang][NewPM] Don't bail out if the target machine is empty
Petr Hosek
2019-05-06
1
-6
/
+8
*
Set LoopInterleaved in the PassManagerBuilder.
Alina Sbirlea
2019-04-30
1
-0
/
+3
*
[PGO] Enable InstrProf lowering for Clang PGO instrumentation in the new pass...
Rong Xu
2019-04-25
1
-10
/
+27
*
[ThinLTO] Pass down opt level to LTO backend and handle -O0 LTO in new PM
Teresa Johnson
2019-04-23
1
-0
/
+1
*
Update to use PipelineTuningOptions. Corresponds to llvm change: D59723.
Alina Sbirlea
2019-04-19
1
-1
/
+1
*
Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...
Anton Afanasyev
2019-03-30
1
-0
/
+4
[next]