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
/
Driver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove extraneous qualifiers due to "using namespace". NFC
Douglas Katzman
2015-06-04
1
-1
/
+1
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-2
/
+2
*
Change final case of Driver::getToolChain to "if/else/else/else..."
Douglas Katzman
2015-05-26
1
-20
/
+11
*
clang-cl: Don't look up absolute paths in %LIB%.
Nico Weber
2015-04-24
1
-1
/
+2
*
Report an error when -m<os>-version-min= does not specify a version.
Bob Wilson
2015-04-07
1
-1
/
+1
*
Add driver support for Native Client SDK
Derek Schuff
2015-03-30
1
-0
/
+3
*
Let Clang invoke CloudABI's linker.
Ed Schouten
2015-03-26
1
-0
/
+3
*
Remove many superfluous SmallString::str() calls.
Yaron Keren
2015-03-18
1
-2
/
+2
*
Driver: Print the clang version and original command in crash scripts
Justin Bogner
2015-03-12
1
-0
/
+3
*
Fix program name in "clang -help"
Sumanth Gundapaneni
2015-03-03
1
-1
/
+1
*
Implement Control Flow Integrity for virtual calls.
Peter Collingbourne
2015-02-20
1
-4
/
+9
*
PR 17421: Implemented -save-temps={obj|cwd} option
Reid Kleckner
2015-02-02
1
-25
/
+38
*
Driver: include rewrite maps in the diagnostics
Saleem Abdulrasool
2015-01-12
1
-0
/
+5
*
Driver: tweak the code for determining default image name
Hans Wennborg
2015-01-09
1
-6
/
+8
*
Fix default image name to 'a.exe' on Windows, instead 'a.out'.
Yaron Keren
2015-01-04
1
-0
/
+2
*
Driver: convert a couple more instances to range based loops
Saleem Abdulrasool
2014-12-29
1
-6
/
+4
*
Driver: convert a number of loops to range based
Saleem Abdulrasool
2014-12-29
1
-33
/
+10
*
[multilib] Teach Clang's code about multilib by threading
Chandler Carruth
2014-12-29
1
-3
/
+6
*
Reapply "Change -save-temps to emit unoptimized bitcode files."
Bob Wilson
2014-12-21
1
-11
/
+48
*
Revert "Change -save-temps to emit unoptimized bitcode files."
Reid Kleckner
2014-12-18
1
-33
/
+10
*
Change -save-temps to emit unoptimized bitcode files.
Bob Wilson
2014-12-18
1
-10
/
+33
*
Use isOSBinFormatMachO() instead of comparing the object format
Eric Christopher
2014-12-05
1
-1
/
+1
*
Update for LLVM API change
David Blaikie
2014-11-19
1
-1
/
+1
*
clang-cl: Allow /Fo without an argument (PR21589)
Hans Wennborg
2014-11-17
1
-15
/
+4
*
Fix style.
Michael J. Spencer
2014-11-07
1
-4
/
+3
*
Make helper function static. NFC.
Benjamin Kramer
2014-11-04
1
-1
/
+2
*
[llvm-api-change] Use findProgramByName.
Michael J. Spencer
2014-11-04
1
-3
/
+3
*
Driver: reduce search logic duplication
Saleem Abdulrasool
2014-10-25
1
-21
/
+28
*
Driver: add CrossWindowsToolChain
Saleem Abdulrasool
2014-10-24
1
-0
/
+3
*
Driver: rename Windows to MSVCToolChain
Saleem Abdulrasool
2014-10-22
1
-1
/
+1
*
Driver: Quote the command in crash reproduction scripts.
Justin Bogner
2014-10-21
1
-1
/
+1
*
Driver: Move crash report command mangling into Command::Print
Justin Bogner
2014-10-21
1
-27
/
+4
*
Driver: Consolidate the logic for naming the module crashdump cache
Justin Bogner
2014-10-20
1
-15
/
+10
*
Driver: Name crashdump scripts after the first temp file
Justin Bogner
2014-10-20
1
-42
/
+54
*
Driver: Use an early return instead of a long if condition (NFC)
Justin Bogner
2014-10-20
1
-56
/
+55
*
Driver: Make FailingCommand mandatory for generateCompilationDiagnostics
Justin Bogner
2014-10-20
1
-9
/
+4
*
CFE Knob for: Add a thread-model knob for lowering atomics on baremetal & sin...
Jonathan Roelofs
2014-10-03
1
-3
/
+7
*
Driver: Use pointee_iterator rather than iterating over unique_ptrs
Justin Bogner
2014-10-03
1
-2
/
+2
*
Driver: use range based for loop
Saleem Abdulrasool
2014-09-16
1
-8
/
+6
*
Teach Clang how to use response files when calling other tools
Reid Kleckner
2014-09-15
1
-2
/
+28
*
clang-cl: Warn when a /TC or /TP argument is unused
Ehsan Akhgari
2014-09-12
1
-2
/
+2
*
clang-cl: Don't treat linker input files differently when /TP or /TC is speci...
Ehsan Akhgari
2014-09-12
1
-2
/
+11
*
clang-cl: Add support for the /o option for object files, executables, and pr...
Ehsan Akhgari
2014-09-11
1
-7
/
+19
*
Avoid some unnecessary SmallVector copies.
Benjamin Kramer
2014-09-11
1
-1
/
+1
*
Only override the target architecture on -m32 and friends if it is
Joerg Sonnenberger
2014-09-10
1
-1
/
+1
*
unique_ptrify Driver Action handling
David Blaikie
2014-08-29
1
-31
/
+43
*
Update for llvm api change.
Rafael Espindola
2014-08-25
1
-4
/
+4
*
Fix PR17239 by changing the semantics of the RemainingArgsClass Option kind
Reid Kleckner
2014-08-22
1
-2
/
+5
*
[x32] Handle -m64/-m32 switches by Driver in x32 mode
Pavel Chupin
2014-08-18
1
-4
/
+8
*
Delete support for AuroraUX.
Rafael Espindola
2014-08-14
1
-6
/
+1
[prev]
[next]