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
/
Action.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reapply "Change -save-temps to emit unoptimized bitcode files."
Bob Wilson
2014-12-21
1
-0
/
+7
*
Revert "Change -save-temps to emit unoptimized bitcode files."
Reid Kleckner
2014-12-18
1
-7
/
+0
*
Change -save-temps to emit unoptimized bitcode files.
Bob Wilson
2014-12-18
1
-0
/
+7
*
unique_ptrify Driver Action handling
David Blaikie
2014-08-29
1
-34
/
+33
*
Move -verify-pch to use VerifyJobAction
Ben Langmuir
2014-02-06
1
-3
/
+27
*
[Driver] Refactor clang driver to use LLVM's Option library
Reid Kleckner
2013-06-14
1
-0
/
+1
*
Remove the SplitDebug action and replace with a set of commands
Eric Christopher
2013-02-21
1
-7
/
+0
*
Driver and option support for -gsplit-dwarf. This is a part of
Eric Christopher
2013-02-05
1
-0
/
+7
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+0
*
Add new code migrator support for migrating existing Objective-C code to use
Ted Kremenek
2012-03-06
1
-0
/
+7
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+24
*
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
1
-1
/
+0
*
More missing header inclusions from llvm_unreachable migration.
David Blaikie
2011-09-23
1
-0
/
+1
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-1
/
+1
*
Add support for a verifier to the driver. Currently only verifies debug
Eric Christopher
2011-08-23
1
-0
/
+5
*
Remove stray emacs mode markers in all these files that was causing emacs to
Nick Lewycky
2010-12-31
1
-1
/
+1
*
Driver: Add an explicit dsymutil action.
Daniel Dunbar
2010-06-04
1
-0
/
+5
*
Driver: Free Action objects.
Daniel Dunbar
2010-03-11
1
-2
/
+4
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-6
/
+6
*
Driver: I was too hasty in free'ing Actions, we sometimes share
Daniel Dunbar
2009-03-18
1
-3
/
+2
*
Driver: Move actions into Compilation, and construct the compilation
Daniel Dunbar
2009-03-18
1
-1
/
+5
*
Driver: Action vtables were still hungry.
Daniel Dunbar
2009-03-13
1
-1
/
+1
*
Driver: Provide food and shelter for Action vtables.
Daniel Dunbar
2009-03-13
1
-0
/
+44
*
ccc/Driver: Normalize phase spelling in -ccc-print-phases.
Daniel Dunbar
2009-03-13
1
-6
/
+6
*
Driver: Add cast<> support for Action, and some other accessors.
Daniel Dunbar
2009-03-13
1
-0
/
+17
*
Driver: Add majority of driver-driver implementation.
Daniel Dunbar
2009-03-12
1
-0
/
+15