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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the Native file format.
Rui Ueyama
2015-04-10
4
-1712
/
+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
*
Remove Makefiles.
Rui Ueyama
2015-03-26
1
-14
/
+0
*
Store non-log2 values to Native files.
Rui Ueyama
2015-03-26
3
-3
/
+3
*
Use alignment values everywhere instead of log2.
Rui Ueyama
2015-03-26
2
-2
/
+3
*
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
3
-0
/
+5
*
Remove sectionPosition attribute.
Rui Ueyama
2015-03-08
3
-10
/
+3
*
Define DefinedAtom::sectionSize.
Rui Ueyama
2015-03-04
3
-3
/
+5
*
Give enum an unsigned type to silence -Wmicrosoft clang-cl warning
Reid Kleckner
2015-02-26
1
-1
/
+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
4
-4
/
+4
*
add_lld_library -> add_llvm_library
Greg Fitzgerald
2015-01-21
1
-7
/
+4
*
Add LLVM_LINK_COMPONENTS for the shared object build
Greg Fitzgerald
2015-01-16
1
-0
/
+2
*
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
*
Clean up #include dependency.
Rui Ueyama
2014-12-14
1
-0
/
+1
*
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
3
-0
/
+6
*
Sort include files according to convention.
Shankar Easwaran
2014-10-18
2
-5
/
+1
*
[CMake] lld: Introduce ${cmake_2_8_12_INTERFACE} onto each target_link_librar...
NAKAMURA Takumi
2014-10-17
1
-1
/
+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
2
-39
/
+40
*
Move Simple.h and Alias.h to include/Core.
Rui Ueyama
2014-06-11
1
-3
/
+2
*
Initial set of Makefiles
Iain Sandoe
2014-06-04
1
-0
/
+14
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
2
-3
/
+3
*
Re-submit r207884: Remove dead code
Rui Ueyama
2014-05-05
2
-5
/
+0
*
Revert "Remove dead code."
Rui Ueyama
2014-05-02
2
-0
/
+5
*
Remove dead code.
Rui Ueyama
2014-05-02
2
-5
/
+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
*
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
2
-52
/
+52
[next]