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
/
lld
/
lib
/
Driver
/
CoreDriver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove CoreDriver.
Rui Ueyama
2016-03-01
1
-173
/
+0
*
Move parsing of LLVM options to parse() method.
Pete Cooper
2015-12-16
1
-0
/
+2
*
Update lld to match llvm r250901. OptTable constructor now takes an ArrayRef....
Craig Topper
2015-10-21
1
-1
/
+1
*
Update for LLVM API change to return by InputArgList directly (rather than by...
David Blaikie
2015-06-22
1
-4
/
+4
*
Fix missed formatting in prior commit (mostly 80 cols violation and some whit...
David Blaikie
2015-06-22
1
-3
/
+4
*
ArrayRef-ify Driver::parse and related functions.
David Blaikie
2015-06-21
1
-5
/
+4
*
ArrayRef-ify ParseArgs
David Blaikie
2015-06-21
1
-2
/
+2
*
Remove the Native file format.
Rui Ueyama
2015-04-10
1
-1
/
+0
*
Fix five of the shared library build targets
Greg Fitzgerald
2015-01-21
1
-1
/
+1
*
Update comments.
Rui Ueyama
2015-01-17
1
-1
/
+1
*
Simplify.
Rui Ueyama
2015-01-15
1
-4
/
+2
*
Remove InputGraph and use std::vector<Node> instead.
Rui Ueyama
2015-01-15
1
-6
/
+2
*
Rename InputElement Node.
Rui Ueyama
2015-01-15
1
-1
/
+1
*
Remove InputGraph::addInputElement{,Front}.
Rui Ueyama
2015-01-15
1
-1
/
+1
*
Remove WrapperNode.
Rui Ueyama
2015-01-15
1
-2
/
+1
*
Remove InputGraph::size().
Rui Ueyama
2015-01-15
1
-1
/
+1
*
Re-commit r225674: Convert other drivers to use WrapperNode.
Rui Ueyama
2015-01-15
1
-1
/
+1
*
Revert "Convert other drivers to use WrapperNode" and subsequent commits.
Rui Ueyama
2015-01-14
1
-1
/
+1
*
Convert other drivers to use WrapperNode.
Rui Ueyama
2015-01-13
1
-1
/
+1
*
Convert CoreInputGraph.
Rui Ueyama
2015-01-06
1
-7
/
+11
*
Sort include files according to convention.
Shankar Easwaran
2014-10-18
1
-2
/
+1
*
Greatly simplify InputGraph.
Rui Ueyama
2014-04-01
1
-1
/
+1
*
Fix copy/paste error.
Joey Gouly
2013-12-24
1
-1
/
+1
*
Restore vertical alignment lost by clang-format
Nick Kledzik
2013-12-20
1
-4
/
+4
*
Run clang-format on r197727.
Rui Ueyama
2013-12-20
1
-10
/
+7
*
[lld] Introduce registry and Reference kind tuple
Nick Kledzik
2013-12-19
1
-3
/
+23
*
[lld][InputGraph] Change the Resolver to use inputGraph
Shankar Easwaran
2013-10-07
1
-1
/
+1
*
Make Driver::link and LinkingContext::validate return true on success.
Rui Ueyama
2013-09-24
1
-5
/
+4
*
Change the parseFile argument from MemoryBuffer pointer to LinkerInput
Joerg Sonnenberger
2013-09-07
1
-5
/
+0
*
Remove unused identifiers.
Rui Ueyama
2013-09-05
1
-2
/
+1
*
[lld] handle the case of errors from createLinkerInput
Shankar Easwaran
2013-09-03
1
-2
/
+2
*
Cosmetic changes
Rui Ueyama
2013-09-03
1
-2
/
+2
*
add InputGraph functionality
Shankar Easwaran
2013-08-21
1
-71
/
+74
*
Rename TargetInfo -> LinkingContext.
Rui Ueyama
2013-08-06
1
-5
/
+4
*
Remove the SUPPORT_ALIASARGS define
Hans Wennborg
2013-08-01
1
-2
/
+0
*
Option parsing tables: pick up AliasArgs from the OPTION macro.
Hans Wennborg
2013-07-31
1
-3
/
+6
*
Revert "Don't pass llvm::errs() all over the place. Diagnostics always go to ...
Rafael Espindola
2013-07-15
1
-7
/
+9
*
Don't pass llvm::errs() all over the place. Diagnostics always go to stderr.
Rafael Espindola
2013-07-04
1
-9
/
+7
*
[Driver][Core] Handle -mllvm option.
Rui Ueyama
2013-06-05
1
-1
/
+6
*
This is my Driver refactoring patch.
Nick Kledzik
2013-04-04
1
-0
/
+158