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
/
NativeReader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename referencesBegin() to begin() so that C++11 range based for loops can b...
Nick Kledzik
2012-04-08
1
-4
/
+4
*
First implementation of Darwin Platform. It is rich enough to generate
Nick Kledzik
2012-04-07
1
-2
/
+12
*
Remove trailing whitespace.
Michael J. Spencer
2012-04-03
1
-96
/
+94
*
Steal LLVM.h from Clang. This brings in very commonly used LLVM ADT/Support
Michael J. Spencer
2012-04-03
1
-52
/
+52
*
Replace all uses of NULL with nullptr.
Michael J. Spencer
2012-03-29
1
-14
/
+14
*
llvm::OwningPtr -> std::unique_ptr.
Michael J. Spencer
2012-03-29
1
-19
/
+17
*
Rearange header order to match llvm style. This exposed some missing types.
Michael J. Spencer
2012-03-28
1
-7
/
+5
*
Add Pass to instantiate GOT entries
Nick Kledzik
2012-03-15
1
-1
/
+17
*
Sources now require C++11 to build.
Nick Kledzik
2012-03-08
1
-107
/
+128
*
Add support for SharedLibraryAtoms (proxy atoms for exported symbols from a
Nick Kledzik
2012-02-22
1
-9
/
+198
*
(no commit message)
Nick Kledzik
2012-02-15
1
-30
/
+186
*
Add support for UndefinedAtom in yaml and native format. Add test cases with...
Nick Kledzik
2012-02-07
1
-16
/
+99
*
Cleanup system_error extensions.
Michael J. Spencer
2012-01-31
1
-66
/
+19
*
Fix use after free.
Michael J. Spencer
2012-01-31
1
-1
/
+1
*
Flexible array members are not in C++03, and MSVC doesn't support them.
Michael J. Spencer
2012-01-31
1
-1
/
+3
*
First chunk of native object file reader/writer. The lld-core tool now reads...
Nick Kledzik
2012-01-16
1
-0
/
+415