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
...
*
[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
*
Attach attribute "trap-func-name" to call sites of llvm.trap and llvm.debugtrap.
Akira Hatanaka
2015-07-02
1
-1
/
+0
*
Update for LLVM api change.
Rafael Espindola
2015-06-23
1
-1
/
+4
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
[ASan] Initial support for Kernel AddressSanitizer
Alexander Potapenko
2015-06-19
1
-2
/
+15
*
Revert commit r239481 as it is dependent on reverted llvm commit r239480.
Teresa Johnson
2015-06-12
1
-1
/
+0
*
add the -mrecip driver flag and process its options (3rd try)
Sanjay Patel
2015-06-11
1
-0
/
+3
*
Pass down the -flto option to the -cc1 job, and from there into the
Teresa Johnson
2015-06-10
1
-0
/
+1
*
Attach attribute "disable-tail-calls" to the functions in the IR.
Akira Hatanaka
2015-06-09
1
-2
/
+0
*
C++ 11 rangify for loop.
Yaron Keren
2015-06-05
1
-4
/
+3
*
C++11 rangify for loop.
Yaron Keren
2015-06-04
1
-4
/
+2
*
Revert "add the -mrecip driver flag and process its options (2nd try)"
Rafael Espindola
2015-06-03
1
-4
/
+0
*
add the -mrecip driver flag and process its options (2nd try)
Sanjay Patel
2015-06-02
1
-0
/
+4
*
Remove the code in clang that is using TargetOptions::NoFramePointerElim.
Akira Hatanaka
2015-05-26
1
-9
/
+0
*
This reverts commit r238064 and r238055.
Rafael Espindola
2015-05-23
1
-4
/
+0
*
add missing include for TargetRecip
Sanjay Patel
2015-05-22
1
-0
/
+1
*
add the -mrecip driver flag and process its options
Sanjay Patel
2015-05-22
1
-0
/
+3
*
Remove the code that pulled soft float attributes out of the feature
Eric Christopher
2015-05-12
1
-1
/
+0
*
[SanitizerCoverage] Implement user-friendly -fsanitize-coverage= flags.
Alexey Samsonov
2015-05-07
1
-1
/
+3
*
[SanitizerCoverage] Give clang-cc1 the power to precisly specify needed sanit...
Alexey Samsonov
2015-05-07
1
-2
/
+9
*
Fix -fobjc-arc doesn't work with -save-temps
Steven Wu
2015-05-02
1
-2
/
+1
*
InstrProf: Support for setting profile output from command line
Justin Bogner
2015-04-30
1
-0
/
+1
*
uselistorder: Remove dead include
Duncan P. N. Exon Smith
2015-04-15
1
-1
/
+0
*
uselistorder: -mllvm -preserve-ll-use-list-order => -emit-llvm-uselists
Duncan P. N. Exon Smith
2015-04-15
1
-1
/
+2
*
uselistorder: -mllvm -preserve-bc-use-list-order => -emit-llvm-uselists
Duncan P. N. Exon Smith
2015-04-15
1
-1
/
+1
*
uselistorder: Update for LLVM API change in r234959
Duncan P. N. Exon Smith
2015-04-15
1
-1
/
+3
*
Use raw_pwrite_stream in clang.
Rafael Espindola
2015-04-14
1
-7
/
+9
*
[Driver] Properly support -mglobal-merge using explicit options.
Ahmed Bougacha
2015-04-11
1
-2
/
+0
*
Update for LLVM api changes.
Rafael Espindola
2015-04-09
1
-9
/
+4
*
Clang follow-up to LLVM r232772
Duncan P. N. Exon Smith
2015-03-19
1
-2
/
+0
[prev]
[next]