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
*
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
*
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
[next]