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
/
SymbolTable.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix indentation, use early return.
Rui Ueyama
2013-11-13
1
-121
/
+115
*
[lld][InputGraph] Change the Resolver to use inputGraph
Shankar Easwaran
2013-10-07
1
-1
/
+0
*
Add a fallback mechanism for undefined atom.
Rui Ueyama
2013-09-12
1
-1
/
+10
*
Rename TargetInfo -> LinkingContext.
Rui Ueyama
2013-08-06
1
-5
/
+5
*
This is my Driver refactoring patch.
Nick Kledzik
2013-04-04
1
-7
/
+3
*
[SymbolTable][Perf] Use hash_combine instead of a custom hash, also use memcmp.
Michael J. Spencer
2013-03-20
1
-14
/
+9
*
[lld] remove trailing whitespace
Shankar Easwaran
2013-03-14
1
-1
/
+1
*
[Core] Only complain about undefined symbols if they are marked as canBeNullN...
Michael J. Spencer
2013-01-31
1
-3
/
+3
*
[Core] Move Resolver and SymbolTable over to TargetInfo.
Michael J. Spencer
2013-01-22
1
-7
/
+10
*
Add new merge-by-content Merge attribute for use by anonymous
Nick Kledzik
2013-01-15
1
-3
/
+11
*
Style fixes.
Michael J. Spencer
2013-01-04
1
-9
/
+0
*
Slightly better diagnostics on duplicate symbols.
Michael J. Spencer
2013-01-04
1
-0
/
+9
*
Major refactoring: Remove Platform concept. In its place there are
Nick Kledzik
2012-05-31
1
-3
/
+3
*
Add way to represent static archives in yaml test cases.
Nick Kledzik
2012-04-20
1
-0
/
+12
*
Factor out core linking options from Platform in a new ResolverOptions
Nick Kledzik
2012-04-18
1
-14
/
+41
*
Remove trailing whitespace.
Michael J. Spencer
2012-04-03
1
-7
/
+7
*
Steal LLVM.h from Clang. This brings in very commonly used LLVM ADT/Support
Michael J. Spencer
2012-04-03
1
-12
/
+12
*
Use the LLVM RTTI library.
Michael J. Spencer
2012-04-02
1
-4
/
+9
*
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
-7
/
+7
*
Add support for SharedLibraryAtoms (proxy atoms for exported symbols from a
Nick Kledzik
2012-02-22
1
-6
/
+50
*
use llvm::DenseMap instead of std::map
Nick Kledzik
2012-02-15
1
-2
/
+2
*
(no commit message)
Nick Kledzik
2012-02-15
1
-1
/
+1
*
A couple of big refactorings: 1) Move most attributes of Atom down to Defined...
Nick Kledzik
2012-01-11
1
-48
/
+80
*
add initial support for coalescing by content (c-strings) with test case
Nick Kledzik
2012-01-09
1
-1
/
+55
*
Support more Atom attributes. Add more test cases to lld-core
Nick Kledzik
2012-01-04
1
-19
/
+27
*
Add more merging/coalescing test cases and make core linking work for them
Nick Kledzik
2011-12-22
1
-9
/
+32
*
Refactor and comment Atom attributes. Replace combine() with internalName() ...
Nick Kledzik
2011-12-20
1
-14
/
+14
*
Initial commit. Code by Nick Kledzik. Cleanups and build system by me.
Michael J. Spencer
2011-12-18
1
-0
/
+140
[prev]