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
/
Core
/
Resolver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
use llvm_unreachable() instead of assert(0) for invalid enum values in switch...
Nick Kledzik
2012-06-15
1
-1
/
+1
*
Major refactoring: Remove Platform concept. In its place there are
Nick Kledzik
2012-05-31
1
-6
/
+44
*
Add way to represent static archives in yaml test cases.
Nick Kledzik
2012-04-20
1
-17
/
+13
*
Factor out core linking options from Platform in a new ResolverOptions
Nick Kledzik
2012-04-18
1
-104
/
+42
*
Rename referencesBegin() to begin() so that C++11 range based for loops can b...
Nick Kledzik
2012-04-08
1
-26
/
+17
*
First implementation of Darwin Platform. It is rich enough to generate
Nick Kledzik
2012-04-07
1
-1
/
+3
*
Remove trailing whitespace.
Michael J. Spencer
2012-04-03
1
-12
/
+12
*
Steal LLVM.h from Clang. This brings in very commonly used LLVM ADT/Support
Michael J. Spencer
2012-04-03
1
-17
/
+15
*
Use the LLVM RTTI library.
Michael J. Spencer
2012-04-02
1
-16
/
+16
*
Replace all uses of NULL with nullptr.
Michael J. Spencer
2012-03-29
1
-8
/
+8
*
Rearange header order to match llvm style. This exposed some missing types.
Michael J. Spencer
2012-03-28
1
-2
/
+1
*
Sources now require C++11 to build.
Nick Kledzik
2012-03-08
1
-23
/
+40
*
Add support for SharedLibraryAtoms (proxy atoms for exported symbols from a
Nick Kledzik
2012-02-22
1
-0
/
+18
*
(no commit message)
Nick Kledzik
2012-02-15
1
-8
/
+20
*
Add support for UndefinedAtom in yaml and native format. Add test cases with...
Nick Kledzik
2012-02-07
1
-1
/
+1
*
A couple of big refactorings: 1) Move most attributes of Atom down to Defined...
Nick Kledzik
2012-01-11
1
-41
/
+74
*
Cleaned up Atom attribues some more. Added lots of doxygen comments
Nick Kledzik
2011-12-21
1
-2
/
+2
*
Initial commit. Code by Nick Kledzik. Cleanups and build system by me.
Michael J. Spencer
2011-12-18
1
-0
/
+337
[prev]