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
/
Driver
/
Tools.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SystemZ] Support transactional execution on zEC12
Ulrich Weigand
2015-04-01
1
-0
/
+15
*
[X86] Use getHostCPUFeatures when 'native' is specified for cpu.
Craig Topper
2015-03-31
1
-0
/
+11
*
Add driver support for Native Client SDK
Derek Schuff
2015-03-30
1
-0
/
+166
*
Revert "Don't use unique section names by default if using the integrated as."
Rafael Espindola
2015-03-27
1
-6
/
+3
*
Don't use unique section names by default if using the integrated as.
Rafael Espindola
2015-03-27
1
-3
/
+6
*
Enable -ffunction-sections and -fdata-sections for CloudABI by default.
Ed Schouten
2015-03-26
1
-2
/
+5
*
Let Clang invoke CloudABI's linker.
Ed Schouten
2015-03-26
1
-0
/
+70
*
[UBSan] Introduce "ubsan_standalone" library (Clang part).
Alexey Samsonov
2015-03-23
1
-7
/
+10
*
Fix and update comments and a small reformatting.
Eric Christopher
2015-03-23
1
-4
/
+3
*
handle armeb/thumb/thumbeb consistently in gnutools::Assemble::ConstructJob
Scott Douglass
2015-03-23
1
-5
/
+10
*
Convert cascading if-else-if to switch. NFC
Scott Douglass
2015-03-23
1
-14
/
+32
*
MS ABI: Implement driver-level support for thread-safe statics
David Majnemer
2015-03-22
1
-27
/
+31
*
Only add -fno-rtti if KernelOrKext or in C++ mode.
Filipe Cabecinhas
2015-03-20
1
-2
/
+3
*
C++14: Disable sized deallocation by default due to ABI breakage
Reid Kleckner
2015-03-20
1
-0
/
+6
*
Add option to switch off putting header modules into the dependency file.
Manuel Klimek
2015-03-19
1
-2
/
+3
*
Remove many superfluous SmallString::str() calls.
Yaron Keren
2015-03-18
1
-10
/
+10
*
Imply linker arguments from '-fveclib' option.
Michael Zolotukhin
2015-03-17
1
-0
/
+10
*
Add fveclib option.
Michael Zolotukhin
2015-03-17
1
-0
/
+2
*
[ARM] Add support for ARMV6K subtarget (Clang)
Renato Golin
2015-03-17
1
-3
/
+4
*
Fix grammar in a comment, wrap to 80 columns. No behavior change.
Nico Weber
2015-03-12
1
-2
/
+3
*
[PowerPC] ABI support for the QPX vector instruction set
Hal Finkel
2015-03-11
1
-1
/
+14
*
Gender-neutralize a comment.
Nico Weber
2015-03-11
1
-2
/
+2
*
Much like we silence warnings about -flto in many cases to facilitate
Chandler Carruth
2015-03-07
1
-0
/
+2
*
Pass -dll to link.exe when building with -shared (PR22697)
Hans Wennborg
2015-03-04
1
-1
/
+3
*
Don't force -pie for Android.
Dan Albert
2015-03-03
1
-5
/
+1
*
[SDK modernizer]. Patch fixes driver's lack of
Fariborz Jahanian
2015-03-03
1
-0
/
+1
*
Revert r231008 (and dependent r231019).
Daniel Jasper
2015-03-03
1
-1
/
+0
*
[SDK modernizer]. Patch fixes driver's lack of
Fariborz Jahanian
2015-03-02
1
-0
/
+1
*
Add clang support for Objective-C application extensions.
Bob Wilson
2015-03-02
1
-0
/
+10
*
Add missing include.
Benjamin Kramer
2015-03-01
1
-0
/
+1
*
Add -fuse-line-directive flag to control usage of #line with -E
Reid Kleckner
2015-02-26
1
-0
/
+5
*
-fms-extensions: Bump the default _MSC_VER from 1700 to 1800, aka VS2013
Reid Kleckner
2015-02-23
1
-1
/
+1
*
Move -fdefine-sized-deallocation and -fno-sized-deallocation options from dri...
Larisse Voufo
2015-02-21
1
-9
/
+0
*
[Mips] Support mips32r3, mips32r5, mips64r3, mips64r5 MIPS ISA names
Simon Atanasyan
2015-02-20
1
-2
/
+2
*
Implement Control Flow Integrity for virtual calls.
Peter Collingbourne
2015-02-20
1
-3
/
+4
*
Add -funique-section-names and -fno-unique-section-names options.
Rafael Espindola
2015-02-20
1
-0
/
+4
*
Add -fno-implicit-modules.
Manuel Klimek
2015-02-20
1
-0
/
+6
*
Add -fno-sized-deallocation option for completeness of fix in r229241 in docu...
Larisse Voufo
2015-02-20
1
-0
/
+4
*
Improve our handling of rtti/sanitize=vptr/sanitize=undefined
Filipe Cabecinhas
2015-02-19
1
-63
/
+34
*
[ARM] Add missing M/R class CPUs
Bradley Smith
2015-02-18
1
-3
/
+3
*
Rename flags and options to match current naming: from -fdef-sized-delete to ...
Larisse Voufo
2015-02-18
1
-3
/
+3
*
Replace snprintf with a Twine. NFC.
Benjamin Kramer
2015-02-14
1
-5
/
+3
*
Revise the implementation logic of sized deallocation: Do not automatically g...
Larisse Voufo
2015-02-14
1
-0
/
+5
*
Revert "Revert r229082 for a bit, it caused PR22577."
David Majnemer
2015-02-14
1
-0
/
+13
*
Revert r229082 for a bit, it caused PR22577.
Nico Weber
2015-02-13
1
-13
/
+0
*
MS ABI: Implement /volatile:ms
David Majnemer
2015-02-13
1
-0
/
+13
*
[PowerPC] Remove the --no-tls-optimize workaround from the clang driver
Bill Schmidt
2015-02-10
1
-7
/
+0
*
-iframework option should be forwarded to linker
Steven Wu
2015-02-06
1
-0
/
+6
*
[PowerPC] Re-disable linker optimizations for now
Bill Schmidt
2015-02-06
1
-0
/
+7
*
Re-land r228258 and make clang-cl's /EHs- disable -fexceptions again
Reid Kleckner
2015-02-05
1
-3
/
+3
[next]