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
/
YamlReader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Major refactoring: Remove Platform concept. In its place there are
Nick Kledzik
2012-05-31
1
-1243
/
+0
*
Rework how YAMLReader is layered on top of YAMLParser. Turn hand written
Nick Kledzik
2012-05-03
1
-396
/
+690
*
Convert the YAMLReader to use LLVM/Support/YAMLParser.
Michael J. Spencer
2012-04-30
1
-635
/
+487
*
Remove whitespace.
Michael J. Spencer
2012-04-30
1
-8
/
+8
*
Add way to represent static archives in yaml test cases.
Nick Kledzik
2012-04-20
1
-10
/
+97
*
Remove definedAtomsBegin() and co. so that C++11 range based for loops can be...
Nick Kledzik
2012-04-09
1
-2
/
+3
*
Rename referencesBegin() to begin() so that C++11 range based for loops can b...
Nick Kledzik
2012-04-08
1
-2
/
+2
*
First implementation of Darwin Platform. It is rich enough to generate
Nick Kledzik
2012-04-07
1
-2
/
+9
*
Remove trailing whitespace.
Michael J. Spencer
2012-04-03
1
-47
/
+47
*
Steal LLVM.h from Clang. This brings in very commonly used LLVM ADT/Support
Michael J. Spencer
2012-04-03
1
-28
/
+27
*
Replace all uses of NULL with nullptr.
Michael J. Spencer
2012-03-29
1
-27
/
+27
*
Rearange header order to match llvm style. This exposed some missing types.
Michael J. Spencer
2012-03-28
1
-9
/
+6
*
Add Pass to instantiate GOT entries
Nick Kledzik
2012-03-15
1
-0
/
+4
*
Audit uses of StringRef::getAsInteger.
Michael J. Spencer
2012-03-12
1
-21
/
+8
*
Fix MSVC incompatibilities.
Michael J. Spencer
2012-03-09
1
-5
/
+20
*
Sources now require C++11 to build.
Nick Kledzik
2012-03-08
1
-70
/
+71
*
Add support for SharedLibraryAtoms (proxy atoms for exported symbols from a
Nick Kledzik
2012-02-22
1
-37
/
+146
*
(no commit message)
Nick Kledzik
2012-02-15
1
-77
/
+188
*
Add support for UndefinedAtom in yaml and native format. Add test cases with...
Nick Kledzik
2012-02-07
1
-0
/
+43
*
Cleanup system_error extensions.
Michael J. Spencer
2012-01-31
1
-39
/
+5
*
A couple of big refactorings: 1) Move most attributes of Atom down to Defined...
Nick Kledzik
2012-01-11
1
-117
/
+190
*
add initial support for coalescing by content (c-strings) with test case
Nick Kledzik
2012-01-09
1
-23
/
+66
*
Support more Atom attributes. Add more test cases to lld-core
Nick Kledzik
2012-01-04
1
-91
/
+150
*
Add more merging/coalescing test cases and make core linking work for them
Nick Kledzik
2011-12-22
1
-5
/
+25
*
Cleaned up Atom attribues some more. Added lots of doxygen comments
Nick Kledzik
2011-12-21
1
-21
/
+25
*
Refactor and comment Atom attributes. Replace combine() with internalName() ...
Nick Kledzik
2011-12-20
1
-13
/
+10
*
add parseObjectTextFileOrSTDIN() utility
Nick Kledzik
2011-12-20
1
-0
/
+15
*
Initial commit. Code by Nick Kledzik. Cleanups and build system by me.
Michael J. Spencer
2011-12-18
1
-0
/
+559