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
*
Simplify clang-cl's target triple setting
Hans Wennborg
2014-03-28
1
-3
/
+2
*
clang-cl wants MSVC-style win32
Hans Wennborg
2014-03-28
1
-1
/
+3
*
Use the new Windows environment for target detection
Saleem Abdulrasool
2014-03-27
1
-3
/
+22
*
Fix an logic error in the clang driver preventing crtfastmath.o from linking ...
Benjamin Kramer
2014-03-25
1
-0
/
+4
*
Only allow streaming exactly type 'bool' to a DiagnosticBuilder, not anything
Richard Smith
2014-03-12
1
-2
/
+2
*
[C++11] Replace OwningPtr include with <memory>.
Ahmed Charles
2014-03-09
1
-1
/
+1
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-1
/
+1
*
Change OwningPtr::take() to OwningPtr::release().
Ahmed Charles
2014-03-07
1
-3
/
+3
*
Update for LLVM API change
Saleem Abdulrasool
2014-03-06
1
-1
/
+1
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-2
/
+2
*
Update for llvm api change.
Rafael Espindola
2014-02-24
1
-2
/
+1
*
Use llvm::DeleteContainerSeconds when possible
Reid Kleckner
2014-02-19
1
-4
/
+1
*
Add Multilib selection machinery
Jonathan Roelofs
2014-02-12
1
-39
/
+22
*
Revert 201202
Jonathan Roelofs
2014-02-12
1
-22
/
+39
*
Add Multilib selection machinery
Jonathan Roelofs
2014-02-12
1
-39
/
+22
*
Move -verify-pch to use VerifyJobAction
Ben Langmuir
2014-02-06
1
-6
/
+5
*
Add a CC1 option -verify-pch
Ben Langmuir
2014-02-05
1
-0
/
+3
*
clang-cl: Better error message when trying to compile stdin (PR18640)
Hans Wennborg
2014-01-29
1
-1
/
+2
*
Fix -Wsometimes-uninitialized in r199754
Alp Toker
2014-01-21
1
-7
/
+6
*
Add -m16 option for using x86-*-*-code16 triple
David Woodhouse
2014-01-21
1
-5
/
+14
*
Split out -verify into two distinct option flags
Alp Toker
2014-01-17
1
-2
/
+2
*
MachO: use *-*-*-macho for MachO embedded targets.
Tim Northover
2014-01-16
1
-20
/
+14
*
Implement -m32 and -m64 with llvm::Triple functions.
Jakob Stoklund Olesen
2014-01-10
1
-12
/
+7
*
Enable -fuse-init-array for all AArch64 ELF targets by default, not just linux.
Kristof Beyls
2014-01-10
1
-0
/
+4
*
[Driver] Fix a typo in the setting of the arch name when -arch x86_64h is used.
Quentin Colombet
2014-01-08
1
-1
/
+1
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Propagate "-arch x86_64h" setting to the linker. <rdar://problem/15711488>
Bob Wilson
2013-12-28
1
-6
/
+13
*
clang-cl: Support /P and /E (preprocess to file or stdout)
Hans Wennborg
2013-12-20
1
-2
/
+11
*
Add option to use temporary file for assembling with clang
David Peixotto
2013-12-06
1
-0
/
+1
*
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
[next]