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
/
WriterNative.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the Native file format.
Rui Ueyama
2015-04-10
1
-566
/
+0
*
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
/
+1
*
Remove implicit constructor and operator int from PowerOf2.
Rui Ueyama
2015-03-26
1
-1
/
+1
*
[Mips] Support MIPS N64 relocation record format
Simon Atanasyan
2015-03-24
1
-0
/
+1
*
Remove sectionPosition attribute.
Rui Ueyama
2015-03-08
1
-2
/
+1
*
Define DefinedAtom::sectionSize.
Rui Ueyama
2015-03-04
1
-0
/
+1
*
Remove unused parameter.
Rui Ueyama
2015-02-11
1
-4
/
+2
*
path.data() may return a non null terminated string
Jean-Daniel Dupas
2015-01-26
1
-1
/
+1
*
Fix five of the shared library build targets
Greg Fitzgerald
2015-01-21
1
-1
/
+1
*
Clean up #include dependency.
Rui Ueyama
2014-12-14
1
-0
/
+1
*
[ELF] Add CodeModel attribute to the DefinedAtom class
Simon Atanasyan
2014-11-13
1
-0
/
+1
*
Update for LLVM api change
Rafael Espindola
2014-08-25
1
-5
/
+4
*
include system_error directly.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Run llvm/utils/sort_includes.py in a few files.
Rafael Espindola
2014-06-12
1
-4
/
+1
*
Don't import error_code into the lld namespace.
Rafael Espindola
2014-06-12
1
-3
/
+3
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-2
/
+2
*
Re-submit r207884: Remove dead code
Rui Ueyama
2014-05-05
1
-1
/
+0
*
Revert "Remove dead code."
Rui Ueyama
2014-05-02
1
-0
/
+1
*
Remove dead code.
Rui Ueyama
2014-05-02
1
-1
/
+0
*
s/llvm::dyn_cast/dyn_cast/
Rui Ueyama
2014-04-02
1
-2
/
+1
*
[core] support .gnu.linkonce sections
Shankar Easwaran
2014-04-01
1
-1
/
+1
*
Revert "[core] support .gnu.linkonce sections"
Shankar Easwaran
2014-03-31
1
-2
/
+1
*
[core] support .gnu.linkonce sections
Shankar Easwaran
2014-03-31
1
-1
/
+2
*
[core] add SectionGroup support
Shankar Easwaran
2014-03-26
1
-0
/
+16
*
Fix warning 'enumeral and non-enumeral type in conditional expression'.
Simon Atanasyan
2014-03-19
1
-1
/
+1
*
Add "override" and remove "virtual" where appropriate.
Rui Ueyama
2014-03-06
1
-1
/
+1
*
Update for LLVM api change.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
[lld] Introduce registry and Reference kind tuple
Nick Kledzik
2013-12-19
1
-2
/
+6
*
Use NativeReferenceIvarsV2 if necessary.
Rui Ueyama
2013-11-20
1
-16
/
+60
*
Replace unnecessary vector copy with reference.
Rui Ueyama
2013-11-18
1
-1
/
+1
*
Add an assert for NativeReferenceIvarsV1.
Rui Ueyama
2013-11-18
1
-0
/
+2
*
Use early continue.
Rui Ueyama
2013-11-16
1
-27
/
+23
*
Simplify. No functionality change.
Rui Ueyama
2013-11-16
1
-7
/
+3
*
Replace duplicate code with calls to getOrPushAttribute().
Rui Ueyama
2013-11-16
1
-24
/
+20
*
Use range-based for loop.
Rui Ueyama
2013-11-15
1
-21
/
+15
*
Use llvm_unreachable() instead of assert() at where control should never get.
Rui Ueyama
2013-11-15
1
-2
/
+1
*
Duplicate code removal.
Rui Ueyama
2013-11-15
1
-70
/
+37
*
Replace magic number with sizeof(). No functionality change.
Rui Ueyama
2013-11-15
1
-1
/
+2
*
Remove duplicate code.
Rui Ueyama
2013-11-15
1
-57
/
+23
*
Add explictly exported atoms and export R_*_COPY'ed atoms.
Michael J. Spencer
2013-11-08
1
-0
/
+1
*
[Native] Fix fallback atoms when writing to Native file.
Shankar Easwaran
2013-10-18
1
-0
/
+3
*
[Core] Add type and size to SharedLibraryAtom.
Michael J. Spencer
2013-09-26
1
-0
/
+2
*
[lld] handle typeZeroFill atoms in ELF/Native/YAML
Shankar Easwaran
2013-08-23
1
-2
/
+1
*
Rename TargetInfo -> LinkingContext.
Rui Ueyama
2013-08-06
1
-4
/
+4
*
Update for llvm API change.
Rafael Espindola
2013-07-16
1
-1
/
+1
*
Removed unnecessary "class" keyword.
Rui Ueyama
2013-06-21
1
-8
/
+8
*
[ARM] Remove isThumb() as it's not used and it's not in the right place.
Rui Ueyama
2013-06-13
1
-1
/
+0
*
[lld] remove trailing whitespace
Shankar Easwaran
2013-03-14
1
-4
/
+4
*
[ELF][Hexagon]add typeZeroFillFast
Shankar Easwaran
2013-02-24
1
-1
/
+2
[next]