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
/
ReaderWriter
/
Native
/
ReaderNative.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the Native file format.
Rui Ueyama
2015-04-10
1
-881
/
+0
*
Rename atom_collection -> AtomVector.
Rui Ueyama
2015-04-08
1
-10
/
+10
*
Separate atom_collection type into two different types. NFC.
Rui Ueyama
2015-04-08
1
-6
/
+6
*
Merge atom_collection_vector with atom_collection.
Rui Ueyama
2015-04-08
1
-5
/
+5
*
Native: Remove AtomArray and use atom_collection_vector instead.
Rui Ueyama
2015-04-08
1
-76
/
+28
*
Native: Use tempalte to remove duplicate code. NFC.
Rui Ueyama
2015-04-08
1
-117
/
+36
*
Native: Simplify expressions. NFC.
Rui Ueyama
2015-04-08
1
-9
/
+6
*
Remove a parameter for file extension from canParse.
Rui Ueyama
2015-04-04
1
-2
/
+1
*
Store non-log2 values to Native files.
Rui Ueyama
2015-03-26
1
-1
/
+1
*
Use alignment values everywhere instead of log2.
Rui Ueyama
2015-03-26
1
-1
/
+2
*
[Mips] Support MIPS N64 relocation record format
Simon Atanasyan
2015-03-24
1
-0
/
+3
*
Remove sectionPosition attribute.
Rui Ueyama
2015-03-08
1
-7
/
+1
*
Define DefinedAtom::sectionSize.
Rui Ueyama
2015-03-04
1
-3
/
+3
*
Fix five of the shared library build targets
Greg Fitzgerald
2015-01-21
1
-1
/
+1
*
Re-commit r225674: Convert other drivers to use WrapperNode.
Rui Ueyama
2015-01-15
1
-2
/
+2
*
Revert "Convert other drivers to use WrapperNode" and subsequent commits.
Rui Ueyama
2015-01-14
1
-2
/
+2
*
Convert other drivers to use WrapperNode.
Rui Ueyama
2015-01-13
1
-2
/
+2
*
Make File always take the ownership of a MemoryBuffer.
Rui Ueyama
2014-12-12
1
-1
/
+1
*
Separate file parsing from File's constructors.
Rui Ueyama
2014-12-12
1
-38
/
+33
*
Remove unreachable return statement.
Rui Ueyama
2014-12-10
1
-1
/
+0
*
[ELF] Add CodeModel attribute to the DefinedAtom class
Simon Atanasyan
2014-11-13
1
-0
/
+4
*
Sort include files according to convention.
Shankar Easwaran
2014-10-18
1
-3
/
+0
*
Don't import error_code into the lld namespace.
Rafael Espindola
2014-06-12
1
-36
/
+37
*
Move Simple.h and Alias.h to include/Core.
Rui Ueyama
2014-06-11
1
-3
/
+2
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-1
/
+1
*
Re-submit r207884: Remove dead code
Rui Ueyama
2014-05-05
1
-4
/
+0
*
Revert "Remove dead code."
Rui Ueyama
2014-05-02
1
-0
/
+4
*
Remove dead code.
Rui Ueyama
2014-05-02
1
-4
/
+0
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-13
1
-2
/
+1
*
[Cleanup] Sort includes.
Ahmed Charles
2014-03-12
1
-3
/
+3
*
Add "override" and remove "virtual" where appropriate.
Rui Ueyama
2014-03-06
1
-51
/
+51
*
Restore vertical alignment lost by clang-format
Nick Kledzik
2013-12-20
1
-4
/
+4
*
Run clang-format on r197727.
Rui Ueyama
2013-12-20
1
-26
/
+20
*
[lld] Introduce registry and Reference kind tuple
Nick Kledzik
2013-12-19
1
-27
/
+39
*
Fix a variety of typos in function names and comments
Alp Toker
2013-12-01
1
-3
/
+3
*
Use NativeReferenceIvarsV2 if necessary.
Rui Ueyama
2013-11-20
1
-52
/
+130
*
Move the entire debug print loop into DEBUG_WITH_TYPE.
Rui Ueyama
2013-11-16
1
-18
/
+13
*
Replace one more magic number with sizeof().
Rui Ueyama
2013-11-16
1
-1
/
+2
*
Add explictly exported atoms and export R_*_COPY'ed atoms.
Michael J. Spencer
2013-11-08
1
-0
/
+4
*
Remove unnecessary namespace qualifier.
Rui Ueyama
2013-11-05
1
-2
/
+2
*
[ELF] Fix typo in the expression calculates an absolute atom offset.
Simon Atanasyan
2013-11-04
1
-1
/
+1
*
Update error classes from all lowercase to camel case.
Rui Ueyama
2013-10-09
1
-29
/
+29
*
[lld][InputGraph] Change the Resolver to use inputGraph
Shankar Easwaran
2013-10-07
1
-14
/
+13
*
[Core] Add type and size to SharedLibraryAtom.
Michael J. Spencer
2013-09-26
1
-0
/
+8
*
Add a fallback mechanism for undefined atom.
Rui Ueyama
2013-09-12
1
-2
/
+11
*
Change the parseFile argument from MemoryBuffer pointer to LinkerInput
Joerg Sonnenberger
2013-09-07
1
-7
/
+8
*
[lld] handle typeZeroFill atoms in ELF/Native/YAML
Shankar Easwaran
2013-08-23
1
-3
/
+2
*
Rename TargetInfo -> LinkingContext.
Rui Ueyama
2013-08-06
1
-16
/
+16
*
Removed unnecessary "class" keyword.
Rui Ueyama
2013-06-21
1
-10
/
+10
*
[ARM] Remove isThumb() as it's not used and it's not in the right place.
Rui Ueyama
2013-06-13
1
-4
/
+0
[next]