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 method/variable name typos
Alp Toker
2013-12-03
1
-4
/
+4
*
Remove a whole lot of unused variables
Alp Toker
2013-11-27
1
-1
/
+1
*
Remove the Darwin_Generic_GCC toolchain.
Rafael Espindola
2013-11-24
1
-7
/
+1
*
SanitizerArgs: add ability to filter/diagnose unsupported sanitizers.
Peter Collingbourne
2013-11-01
1
-8
/
+0
*
clang-cl: diagnose setting asm listing filename with multiple inputs
Hans Wennborg
2013-10-18
1
-1
/
+12
*
clang-cl: Add support for asm listings (/FA and /Fa)
Hans Wennborg
2013-10-17
1
-2
/
+17
*
XCore target: add an xcore toolchain implementation
Robert Lytton
2013-10-11
1
-0
/
+4
*
Produce an error if a -cc1 only option is passed to the driver.
Rafael Espindola
2013-09-25
1
-1
/
+1
*
Produce errors for unknown options.
Rafael Espindola
2013-09-23
1
-0
/
+5
*
clang-cl: Don't warn about overriding /MD with /MT, /Fo with another /Fo, etc.
Hans Wennborg
2013-09-18
1
-22
/
+0
*
clang-cl: ignore compile-only options in link-only invocations.
Hans Wennborg
2013-09-17
1
-1
/
+6
*
Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print.
Hans Wennborg
2013-09-12
1
-3
/
+3
*
clang-cl: Warn about overriding /MD with /MT etc.
Hans Wennborg
2013-09-11
1
-2
/
+2
*
clang-cl: Support building DLLs (PR17083)
Hans Wennborg
2013-09-10
1
-6
/
+14
*
clang-cl: Use .obj as extension for unnamed object files (PR17095)
Hans Wennborg
2013-09-05
1
-1
/
+1
*
Use -### instead of -ccc-print-options.
Rafael Espindola
2013-09-03
1
-26
/
+2
*
Produce an error when trying to link with -emit-llvm.
Rafael Espindola
2013-08-25
1
-0
/
+4
*
Don't imply -flto with -O4.
Rafael Espindola
2013-08-23
1
-4
/
+0
*
Driver::IsUsingLTO() no longer return true when seeing -emit-llvm.
Shuxin Yang
2013-08-23
1
-3
/
+5
*
Move SanitizerArgs to the clang Driver
Alexey Samsonov
2013-08-19
1
-0
/
+8
*
revert 188352
Shuxin Yang
2013-08-14
1
-5
/
+3
*
Driver::IsUsingLTO() no longer return true when seeing -emit-llvm.
Shuxin Yang
2013-08-14
1
-3
/
+5
*
clang-cl: Support /link option and set target to win32
Hans Wennborg
2013-08-13
1
-0
/
+6
*
Handle "--" explicitly in the driver
Hans Wennborg
2013-08-13
1
-9
/
+17
*
clang-cl: Sink /Fe and /Fo diagnostic code into BuildActions
Hans Wennborg
2013-08-12
1
-27
/
+28
*
clang-cl: Support the /Fe option
Hans Wennborg
2013-08-12
1
-27
/
+67
*
clang-cl: Expand warning about /TC and /TP override, and expand test
Hans Wennborg
2013-08-12
1
-14
/
+16
*
clang-cl: Use .obj as object file extension instead of .o
Hans Wennborg
2013-08-07
1
-4
/
+5
*
clang-cl: Implement support for the /Fo option
Hans Wennborg
2013-08-06
1
-2
/
+48
*
clang-cl: Implement the /Tc, /TC, /Tp and /TP options.
Hans Wennborg
2013-08-06
1
-19
/
+74
*
clang-cl: add the /c, /W0 and /W1 options
Hans Wennborg
2013-07-31
1
-3
/
+3
*
Start keeping track of what work was done to detect a GCC installation
Chandler Carruth
2013-07-30
1
-0
/
+4
*
clang-cl: add support for the /? and /help options
Hans Wennborg
2013-07-27
1
-4
/
+36
*
[PowerPC] Support powerpc64le as a syntax-checking target.
Bill Schmidt
2013-07-26
1
-0
/
+8
*
Remove the -ccc-echo option that is now unused.
Rafael Espindola
2013-07-23
1
-2
/
+1
*
Add a cl.exe compatible driver mode
Hans Wennborg
2013-07-19
1
-0
/
+1
*
Address -Wreorder warning in Driver.cpp
Hans Wennborg
2013-07-18
1
-2
/
+2
*
Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum,
Hans Wennborg
2013-07-18
1
-10
/
+40
*
Use the simpler is_directory.
Rafael Espindola
2013-07-17
1
-2
/
+1
*
Update for llvm API change.
Rafael Espindola
2013-07-16
1
-3
/
+2
*
Use llvm::sys::fs::createTemporaryFile.
Rafael Espindola
2013-07-05
1
-1
/
+1
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-04
1
-1
/
+1
*
Add r184803 back now that the bug in unique_file has been fixed.
Rafael Espindola
2013-06-25
1
-21
/
+6
*
Revert "Use the new PathV2 instead of implementing the logic in clang."
Rafael Espindola
2013-06-25
1
-6
/
+21
*
Remove PathV1.h from Driver.cpp.
Rafael Espindola
2013-06-25
1
-2
/
+1
*
Use the new PathV2 instead of implementing the logic in clang.
Rafael Espindola
2013-06-25
1
-20
/
+6
*
Convert some uses of llvm::sys::Path.
Rafael Espindola
2013-06-24
1
-27
/
+27
*
Use the simpler version of llvm::sys::fs::exists.
Rafael Espindola
2013-06-24
1
-8
/
+4
*
Use llvm::sys::fs::can_execute.
Rafael Espindola
2013-06-19
1
-5
/
+10
*
Include PathV1.h only where it is used.
Rafael Espindola
2013-06-17
1
-0
/
+1
[next]