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
...
*
[esan|wset] Add working set tool driver flags
Derek Bruening
2016-05-25
1
-0
/
+2
*
CodeGen: indicate to the backend the exception model
Saleem Abdulrasool
2016-05-24
1
-0
/
+3
*
CodeGen: address -Wcast-qual warning
Saleem Abdulrasool
2016-05-20
1
-1
/
+1
*
Update for llvm change.
Rafael Espindola
2016-05-18
1
-1
/
+1
*
Change embed-bitcode linkage type
Steven Wu
2016-05-16
1
-22
/
+51
*
Fixed msvc warnings
Simon Pilgrim
2016-05-11
1
-0
/
+2
*
Embed bitcode in object file (clang cc1 part)
Steven Wu
2016-05-11
1
-0
/
+90
*
Delete store to Target option PositionIndependentExecutable as PIE is now set...
Sriraman Tallam
2016-04-29
1
-1
/
+0
*
Call TargetMachine::addEarlyAsPossiblePasses from BackendUtil.
Justin Lebar
2016-04-27
1
-0
/
+8
*
[esan] EfficiencySanitizer driver flags
Derek Bruening
2016-04-21
1
-0
/
+18
*
Update InstrProf pass creator API reference
Xinliang David Li
2016-04-18
1
-1
/
+1
*
Pass -backend-option to LLVM when there is no target machine.
Yaxun Liu
2016-04-12
1
-16
/
+23
*
Emit the module hash by default with -flto=thin.
Mehdi Amini
2016-04-11
1
-1
/
+2
*
Move EABIVersion from CodeGenOptions to TargetOptions
Saleem Abdulrasool
2016-04-08
1
-1
/
+1
*
revert SVN r265702, r265640
Saleem Abdulrasool
2016-04-08
1
-2
/
+2
*
Basic: move CodeGenOptions from Frontend
Saleem Abdulrasool
2016-04-07
1
-2
/
+2
*
[ThinLTO] Clang side of renaming of function index (NFC)
Teresa Johnson
2016-03-15
1
-18
/
+18
*
Revert "[ThinLTO] Clang side of renaming of function index (NFC)"
Teresa Johnson
2016-03-14
1
-18
/
+18
*
[ThinLTO] Clang side of renaming of function index (NFC)
Teresa Johnson
2016-03-14
1
-18
/
+18
*
Update to include the new header file providing createGVNPass.
Chandler Carruth
2016-03-11
1
-0
/
+1
*
Make TargetInfo store an actual DataLayout instead of a string.
James Y Knight
2016-03-04
1
-6
/
+6
*
[PGO] Change profile use cc1 option to handle IR level profiles
Rong Xu
2016-03-02
1
-0
/
+2
*
[PGO] clang cc1 option change to enable IR level instrumentation
Rong Xu
2016-02-29
1
-0
/
+6
*
[sanitizer-coverage] implement -fsanitize-coverage=trace-pc. This is similar ...
Kostya Serebryany
2016-02-17
1
-0
/
+1
*
Teach clang to use the ThinLTO pipeline
Mehdi Amini
2016-02-17
1
-1
/
+2
*
Eliminate an unnecessary enum, use the LLVM version. NFC
Paul Robinson
2016-02-05
1
-13
/
+1
*
[PGO] cc1 option name change for profile instrumentation
Rong Xu
2016-02-04
1
-1
/
+1
*
Move DebugInfoKind into its own header to cut the cyclic dependency edge from...
Benjamin Kramer
2016-02-02
1
-1
/
+1
*
[ThinLTO] Leverage new in-place renaming support
Teresa Johnson
2016-01-08
1
-16
/
+33
*
[Driver] Add support for -fno-builtin-foo options.
Chad Rosier
2016-01-06
1
-0
/
+7
*
[clang-cl] Add support for /Brepro
David Majnemer
2015-12-21
1
-0
/
+2
*
Recommit CC1 part of debugger tuning; pass through setting from driver to LLVM.
Paul Robinson
2015-12-19
1
-0
/
+13
*
Revert r256063, it's killing clang-tools-extra
Paul Robinson
2015-12-19
1
-1
/
+0
*
CC1 part of debugger tuning; pass through setting from driver to LLVM.
Paul Robinson
2015-12-18
1
-0
/
+1
*
[ThinLTO] Option to invoke ThinLTO backend passes and importing
Teresa Johnson
2015-12-07
1
-32
/
+47
*
[ASan] Allow -fsanitize-recover=address.
Yury Gribov
2015-11-11
1
-4
/
+10
*
[EABI] Add Clang support for -meabi flag
Renato Golin
2015-11-09
1
-0
/
+8
*
CodeGen: simplify TargetOptions setup
Saleem Abdulrasool
2015-10-18
1
-17
/
+12
*
Recommit "Clang support for -flto=thin."
Teresa Johnson
2015-10-15
1
-2
/
+2
*
Revert "Clang support for -flto=thin." (bot failures)
Teresa Johnson
2015-10-15
1
-2
/
+2
*
Clang support for -flto=thin.
Teresa Johnson
2015-10-15
1
-2
/
+2
*
Replace a loop and temporary string copying with llvm::join.
Eric Christopher
2015-09-26
1
-7
/
+3
*
Pass the relocation model to LLVM for assembler files.
Joerg Sonnenberger
2015-09-18
1
-0
/
+1
*
Convert SampleProfile pass into a Module pass.
Diego Novillo
2015-08-25
1
-12
/
+3
*
Rangify for loops, NFC.
Yaron Keren
2015-08-01
1
-2
/
+2
*
Add -femulated-tls flag to select the emulated TLS model.
Chih-Hung Hsieh
2015-07-28
1
-0
/
+1
*
LLVM API Change: the Module always owns the DataLayout
Mehdi Amini
2015-07-24
1
-3
/
+2
*
Fix -save-temp when using objc-arc, sanitizer and profiling
Steven Wu
2015-07-17
1
-0
/
+3
*
Remove a completely redundant initialization of llvm::TimePassesIsEnabled,
Adrian Prantl
2015-07-14
1
-2
/
+0
*
Resubmit "Pass down the -flto option to the -cc1 job" (r239481)
Teresa Johnson
2015-07-06
1
-0
/
+1
[prev]
[next]