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
/
Frontend
/
CreateInvocationFromCommandLine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename Action::begin() to Action::input_begin().
Nico Weber
2016-02-23
1
-1
/
+1
*
[libclang] Add entry points that take a full command line including argv[0].
Benjamin Kramer
2015-11-18
1
-4
/
+2
*
[cuda] Driver changes to compile and stitch together host and device-side CUD...
Artem Belevich
2015-07-13
1
-2
/
+19
*
This reverts commit r242058, r242065, r242067.
Rafael Espindola
2015-07-13
1
-15
/
+2
*
[cuda] Driver changes to compile and stitch together host and device-side CUD...
Artem Belevich
2015-07-13
1
-2
/
+15
*
Driver: Use pointee_iterator rather than iterating over unique_ptrs
Justin Bogner
2014-10-03
1
-2
/
+2
*
unique_ptrify JobList::Jobs
David Blaikie
2014-09-04
1
-4
/
+4
*
Track IntrusiveRefCntPtr::get() changes from LLVM r212366
Alp Toker
2014-07-05
1
-1
/
+1
*
[C++11] Use 'nullptr'. Frontend edition.
Craig Topper
2014-05-22
1
-4
/
+4
*
Eliminate DefaultImageName from the Driver constructor
Alp Toker
2014-05-15
1
-1
/
+1
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-2
/
+2
*
Change OwningPtr::take() to OwningPtr::release().
Ahmed Charles
2014-03-07
1
-1
/
+1
*
Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print.
Hans Wennborg
2013-09-12
1
-2
/
+2
*
[Driver] Refactor clang driver to use LLVM's Option library
Reid Kleckner
2013-06-14
1
-2
/
+3
*
Nuke SetUpBuildDumpLog.
Sean Silva
2013-01-20
1
-3
/
+1
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-4
/
+4
*
Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag and
Rafael Espindola
2012-11-27
1
-1
/
+1
*
Remove code to fall back to llvm-gcc for i386 kexts.
Bob Wilson
2012-11-08
1
-5
/
+0
*
Make DiagnosticOptions intrusively reference-counted, and make sure
Douglas Gregor
2012-10-23
1
-3
/
+3
*
[driver] When creating the compiler invocation out of command-line
Argyrios Kyrtzidis
2012-05-21
1
-2
/
+6
*
Basic: import IntrusiveRefCntPtr<> into clang namespace
Dylan Noblesmith
2012-02-20
1
-1
/
+1
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-1
/
+1
*
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-2
/
+2
*
Let CompilerInvocation initialization indicate failure
Dylan Noblesmith
2011-12-23
1
-4
/
+5
*
rename getHostTriple into getDefaultTargetTriple in clang
Sebastian Pop
2011-11-01
1
-1
/
+1
*
Rip out flags for controlling C++ "production mode" separately.
Bob Wilson
2011-10-04
1
-1
/
+1
*
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-25
1
-1
/
+1
*
Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ...
Chris Lattner
2011-07-23
1
-1
/
+1
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-2
/
+2
*
Fix the clang part of PR7952: rewrite the specialization of isa<> in DeclBase,
Eli Friedman
2011-05-21
1
-1
/
+1
*
Add missing file for my previous commit.
Argyrios Kyrtzidis
2011-04-04
1
-0
/
+90