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
/
YamlWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Major refactoring: Remove Platform concept. In its place there are
Nick Kledzik
2012-05-31
1
-463
/
+0
*
Remove some compilation warnings.
Filipe Cabecinhas
2012-05-22
1
-1
/
+1
*
Rework how YAMLReader is layered on top of YAMLParser. Turn hand written
Nick Kledzik
2012-05-03
1
-84
/
+57
*
Factor out core linking options from Platform in a new ResolverOptions
Nick Kledzik
2012-04-18
1
-2
/
+3
*
Remove definedAtomsBegin() and co. so that C++11 range based for loops can be...
Nick Kledzik
2012-04-09
1
-35
/
+18
*
Rename referencesBegin() to begin() so that C++11 range based for loops can b...
Nick Kledzik
2012-04-08
1
-6
/
+2
*
Remove trailing whitespace.
Michael J. Spencer
2012-04-03
1
-102
/
+102
*
Steal LLVM.h from Clang. This brings in very commonly used LLVM ADT/Support
Michael J. Spencer
2012-04-03
1
-10
/
+9
*
Replace all uses of NULL with nullptr.
Michael J. Spencer
2012-03-29
1
-1
/
+1
*
Rearange header order to match llvm style. This exposed some missing types.
Michael J. Spencer
2012-03-28
1
-7
/
+4
*
Add Pass to instantiate GOT entries
Nick Kledzik
2012-03-15
1
-0
/
+3
*
Fix MSVC incompatibilities.
Michael J. Spencer
2012-03-09
1
-19
/
+16
*
Sources now require C++11 to build.
Nick Kledzik
2012-03-08
1
-127
/
+161
*
Add support for SharedLibraryAtoms (proxy atoms for exported symbols from a
Nick Kledzik
2012-02-22
1
-19
/
+110
*
(no commit message)
Nick Kledzik
2012-02-15
1
-23
/
+178
*
Add support for UndefinedAtom in yaml and native format. Add test cases with...
Nick Kledzik
2012-02-07
1
-5
/
+32
*
First chunk of native object file reader/writer. The lld-core tool now reads...
Nick Kledzik
2012-01-16
1
-1
/
+1
*
A couple of big refactorings: 1) Move most attributes of Atom down to Defined...
Nick Kledzik
2012-01-11
1
-22
/
+26
*
add initial support for coalescing by content (c-strings) with test case
Nick Kledzik
2012-01-09
1
-1
/
+26
*
Support more Atom attributes. Add more test cases to lld-core
Nick Kledzik
2012-01-04
1
-55
/
+120
*
Add more merging/coalescing test cases and make core linking work for them
Nick Kledzik
2011-12-22
1
-7
/
+20
*
Refactor and comment Atom attributes. Replace combine() with internalName() ...
Nick Kledzik
2011-12-20
1
-1
/
+1
*
Initial commit. Code by Nick Kledzik. Cleanups and build system by me.
Michael J. Spencer
2011-12-18
1
-0
/
+100