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
/
NativeWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Major refactoring: Remove Platform concept. In its place there are
Nick Kledzik
2012-05-31
1
-555
/
+0
*
Rename referencesBegin() to begin() so that C++11 range based for loops can b...
Nick Kledzik
2012-04-08
1
-19
/
+9
*
First implementation of Darwin Platform. It is rich enough to generate
Nick Kledzik
2012-04-07
1
-1
/
+3
*
Remove trailing whitespace.
Michael J. Spencer
2012-04-03
1
-80
/
+80
*
Steal LLVM.h from Clang. This brings in very commonly used LLVM ADT/Support
Michael J. Spencer
2012-04-03
1
-12
/
+14
*
Rearange header order to match llvm style. This exposed some missing types.
Michael J. Spencer
2012-03-28
1
-7
/
+5
*
Fix MSVC incompatibilities.
Michael J. Spencer
2012-03-09
1
-4
/
+2
*
StringRef is not null terminated.
Michael J. Spencer
2012-03-09
1
-2
/
+2
*
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
1
-27
/
+40
*
Add support for SharedLibraryAtoms (proxy atoms for exported symbols from a
Nick Kledzik
2012-02-22
1
-36
/
+149
*
(no commit message)
Nick Kledzik
2012-02-15
1
-12
/
+194
*
Add support for UndefinedAtom in yaml and native format. Add test cases with...
Nick Kledzik
2012-02-07
1
-37
/
+68
*
&vectorval[0] is UB when vectorval.size() == 0.
Michael J. Spencer
2012-01-31
1
-6
/
+10
*
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
1
-6
/
+9
*
First chunk of native object file reader/writer. The lld-core tool now reads...
Nick Kledzik
2012-01-16
1
-0
/
+219