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
*
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
*
Make crash diagnostics on Windows the tiniest bit more useful
Reid Kleckner
2014-08-05
1
-0
/
+2
*
AArch64: update Clang for merged arm64/aarch64 triples.
Tim Northover
2014-07-23
1
-4
/
+0
*
[PATCH] [x32] Introduce -mx32 flag enforcing x32 mode for other triplets. By ...
Zinovy Nis
2014-07-11
1
-4
/
+8
*
Driver: Fix think-o in adding -ivfsoverlay flag to crashdumps
Justin Bogner
2014-07-07
1
-3
/
+5
*
Use the newly added FindInEnvPath helper in clang
Ehsan Akhgari
2014-06-30
1
-30
/
+1
*
Revert r211866, r211895 and r211995, "Driver: use GNU::Link for the Generic_G...
NAKAMURA Takumi
2014-06-29
1
-3
/
+0
*
Driver: add a cygwin linker tool
Saleem Abdulrasool
2014-06-29
1
-0
/
+3
*
Driver: Pass -ivfsoverlay to module crashdumps
Justin Bogner
2014-06-27
1
-1
/
+8
*
Driver: Fix a misleading comment and test for what it actually did
Justin Bogner
2014-06-26
1
-1
/
+1
*
Driver: Remove trailing whitespace
Justin Bogner
2014-06-26
1
-2
/
+2
*
Driver: Restore proper naming of crashdump files
Justin Bogner
2014-06-24
1
-1
/
+2
*
Driver: In crashdumps with -fmodule, dump the module dependencies
Justin Bogner
2014-06-20
1
-1
/
+6
*
Driver: Record that we're in crashdump and push flags to ConstructJob
Justin Bogner
2014-06-20
1
-2
/
+0
*
Make clang-cl accept .lib inputs (PR20065)
Hans Wennborg
2014-06-18
1
-0
/
+34
*
Add support for the /Fi argument to clang-cl (PR20036)
Hans Wennborg
2014-06-17
1
-1
/
+4
*
Add support for the /EP argument to clang-cl
Hans Wennborg
2014-06-13
1
-1
/
+2
*
Replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
1
-2
/
+1
*
Remove the last remaining llvm/Config/config.h includes
Alp Toker
2014-06-04
1
-4
/
+1
*
[C++11] Use 'nullptr'. Driver edition.
Craig Topper
2014-05-17
1
-10
/
+11
*
Eliminate DefaultImageName from the Driver constructor
Alp Toker
2014-05-15
1
-2
/
+1
*
Fix clang-cl Driver leak
Hans Wennborg
2014-05-02
1
-2
/
+3
*
When Driver::generateCompilationDiagnostics is filtering the list of
Paul Robinson
2014-04-28
1
-3
/
+4
*
[ARM64] Plumb in big-endian - add arm64_be to the many switches where it was ...
James Molloy
2014-04-17
1
-0
/
+4
*
AArch64: Add command line option to select big or little endian
Christian Pirker
2014-04-10
1
-3
/
+9
[next]