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
/
Compilation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Driver] Clean up tmp files when deleting Compilation objects
David Stenberg
2018-05-31
1
-0
/
+12
*
[HIP] Add hip offload kind
Yaxun Liu
2018-05-08
1
-4
/
+4
*
[Driver] Fix some Clang-tidy modernize and Include What You Use warnings; oth...
Eugene Zelenko
2018-03-20
1
-20
/
+26
*
[Driver] Make clang/cc conforms to UNIX standard
Steven Wu
2017-11-10
1
-6
/
+41
*
Testing commit access.
Hamza Sood
2017-10-09
1
-1
/
+1
*
[OpenMP] Fix passing of -m arguments correctly
Jonas Hahnfeld
2017-10-04
1
-2
/
+8
*
[OpenMP] Fix translation of target args
Jonas Hahnfeld
2017-09-27
1
-4
/
+6
*
[OpenMP] Fix memory leak when translating arguments
Jonas Hahnfeld
2017-09-27
1
-2
/
+8
*
Update users of llvm::sys::ExecuteAndWait etc.
Alexander Kornienko
2017-09-13
1
-15
/
+4
*
Non-functional change. Fix previous patch D34784.
Gheorghe-Teodor Bercea
2017-08-07
1
-4
/
+8
*
[OpenMP] Add flag for specifying the target device architecture for OpenMP de...
Gheorghe-Teodor Bercea
2017-08-07
1
-1
/
+6
*
[Driver] Actually report errors during parsing instead of stopping when there...
Benjamin Kramer
2017-06-30
1
-2
/
+3
*
[Driver][OpenMP] Add logic for offloading-specific argument translation.
Samuel Antao
2016-10-27
1
-4
/
+5
*
Turn ArchName/BoundArch in Driver from raw pointer to StringRef (NFC)
Mehdi Amini
2016-10-07
1
-6
/
+4
*
[Driver] Add method to redirect output of Compilation.
Nikolay Haustov
2016-06-28
1
-0
/
+5
*
[CUDA][OpenMP] Create generic offload toolchains
Samuel Antao
2016-06-13
1
-3
/
+6
*
Bail on compilation as soon as a job fails.
Justin Lebar
2016-02-24
1
-30
/
+8
*
Rename Action::begin() to Action::input_begin().
Nico Weber
2016-02-23
1
-2
/
+2
*
Revert "Bail on compilation as soon as a job fails."
Rafael Espindola
2016-02-11
1
-8
/
+30
*
Bail on compilation as soon as a job fails.
Justin Lebar
2016-02-10
1
-30
/
+8
*
Move ownership of Action objects into Compilation.
Justin Lebar
2016-01-11
1
-6
/
+2
*
[CUDA] use -aux-triple to pass target triple of opposite side of compilation
Artem Belevich
2015-11-17
1
-2
/
+3
*
Driver: Remove the Job class. NFC
Justin Bogner
2015-07-02
1
-10
/
+6
*
Driver: Use pointee_iterator rather than iterating over unique_ptrs
Justin Bogner
2014-10-03
1
-3
/
+2
*
Teach Clang how to use response files when calling other tools
Reid Kleckner
2014-09-15
1
-1
/
+1
*
Fix some cases where StringRef was being passed by const reference. Remove co...
Craig Topper
2014-08-30
1
-2
/
+2
*
Update for llvm api change.
Rafael Espindola
2014-08-25
1
-4
/
+4
*
Remove unused sys/stat.h includes
Alp Toker
2014-07-07
1
-2
/
+0
*
Driver: Record that we're in crashdump and push flags to ConstructJob
Justin Bogner
2014-06-20
1
-3
/
+5
*
Replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
[C++11] Use 'nullptr'. Driver edition.
Craig Topper
2014-05-17
1
-3
/
+3
*
Update for llvm api change.
Rafael Espindola
2014-02-24
1
-1
/
+2
*
Remove a whole lot of unused variables
Alp Toker
2013-11-27
1
-2
/
+0
*
Move the execution code from Compilation::ExecuteCommand to Command::Execute
Hans Wennborg
2013-09-12
1
-11
/
+1
*
Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print.
Hans Wennborg
2013-09-12
1
-132
/
+1
*
Remove the -ccc-echo option that is now unused.
Rafael Espindola
2013-07-23
1
-1
/
+1
*
Update for llvm API change.
Rafael Espindola
2013-07-16
1
-3
/
+2
*
Convert last use of PathV1.h in Compilation.cpp
Rafael Espindola
2013-06-24
1
-17
/
+20
*
Convert a use of PathV1.h
Rafael Espindola
2013-06-24
1
-2
/
+2
*
Use llvm::sys::fs::can_write.
Rafael Espindola
2013-06-18
1
-1
/
+2
*
Include PathV1.h only where it is used.
Rafael Espindola
2013-06-17
1
-0
/
+1
*
[Driver] Refactor clang driver to use LLVM's Option library
Reid Kleckner
2013-06-14
1
-1
/
+2
*
Use the sys::ExecuteAndWait that takes StringRefs.
Rafael Espindola
2013-06-13
1
-4
/
+5
*
Use the global functions instead of the Program methods.
Rafael Espindola
2013-06-12
1
-5
/
+3
*
[driver] Do not generate crash diagnostics if the compilation command failed
Chad Rosier
2013-03-26
1
-2
/
+3
*
[driver] The failure of any phase (e.g., preprocess, compile, assemble) for a
Chad Rosier
2013-02-27
1
-1
/
+28
*
Form the default -fmodules-cache-path= properly.
Douglas Gregor
2013-02-07
1
-1
/
+1
*
[driver] Clear the FailureResultFiles when initializing clang diagnostics. Also,
Chad Rosier
2013-01-29
1
-0
/
+1
*
[driver] Refactor the driver so that a failing commands doesn't prevent
Chad Rosier
2013-01-29
1
-8
/
+8
*
[driver] Associate a JobAction with each result file. This enables the driver
Chad Rosier
2013-01-24
1
-25
/
+42
[next]