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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Audit uses of StringRef::getAsInteger.
Michael J. Spencer
2012-03-12
1
-21
/
+8
*
Fix MSVC incompatibilities.
Michael J. Spencer
2012-03-09
3
-28
/
+38
*
StringRef is not null terminated.
Michael J. Spencer
2012-03-09
1
-2
/
+2
*
Use llvm/Support/DataTypes instead of stdint.h
Michael J. Spencer
2012-03-09
1
-1
/
+1
*
Use nullptr instead of NULL, and remove use of VLA.
Michael J. Spencer
2012-03-09
1
-2
/
+3
*
Sources now require C++11 to build.
Nick Kledzik
2012-03-08
10
-356
/
+526
*
Add support for SharedLibraryAtoms (proxy atoms for exported symbols from a
Nick Kledzik
2012-02-22
9
-127
/
+736
*
use llvm::DenseMap instead of std::map
Nick Kledzik
2012-02-15
1
-2
/
+2
*
(no commit message)
Nick Kledzik
2012-02-15
9
-181
/
+836
*
Add support for UndefinedAtom in yaml and native format. Add test cases with...
Nick Kledzik
2012-02-07
8
-143
/
+362
*
Cleanup system_error extensions.
Michael J. Spencer
2012-01-31
4
-105
/
+117
*
&vectorval[0] is UB when vectorval.size() == 0.
Michael J. Spencer
2012-01-31
1
-6
/
+10
*
Fix use after free.
Michael J. Spencer
2012-01-31
1
-1
/
+1
*
If cont.size() is 0, the expression &_contentPool[result] has undefined
Michael J. Spencer
2012-01-31
1
-2
/
+1
*
Flexible array members are not in C++03, and MSVC doesn't support them.
Michael J. Spencer
2012-01-31
3
-8
/
+12
*
First chunk of native object file reader/writer. The lld-core tool now reads...
Nick Kledzik
2012-01-16
5
-1
/
+800
*
A couple of big refactorings: 1) Move most attributes of Atom down to Defined...
Nick Kledzik
2012-01-11
8
-441
/
+617
*
add initial support for coalescing by content (c-strings) with test case
Nick Kledzik
2012-01-09
3
-25
/
+147
*
Support more Atom attributes. Add more test cases to lld-core
Nick Kledzik
2012-01-04
6
-165
/
+711
*
Add more merging/coalescing test cases and make core linking work for them
Nick Kledzik
2011-12-22
3
-21
/
+77
*
Cleaned up Atom attribues some more. Added lots of doxygen comments
Nick Kledzik
2011-12-21
4
-34
/
+32
*
Refactor and comment Atom attributes. Replace combine() with internalName() ...
Nick Kledzik
2011-12-20
4
-28
/
+29
*
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
8
-0
/
+1212