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
/
YAML
/
ReaderWriterYAML.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lld] Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-06
1
-2
/
+2
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[YAML] Fix mustQuote return type changed in r320996
Francis Visoiu Mistrih
2017-12-18
1
-3
/
+3
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-0
/
+2
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Fix Clang-tidy readability-redundant-member-init warnings; other minor fixes
Eugene Zelenko
2016-10-25
1
-13
/
+16
*
Fix some Include What You Use warnings; other minor fixes.
Eugene Zelenko
2016-04-29
1
-9
/
+20
*
Add missing header (NFC)
Mehdi Amini
2016-04-18
1
-1
/
+2
*
Convert lld file writing to llvm::Error. NFC.
Pete Cooper
2016-03-30
1
-3
/
+3
*
Remove dead flags.
Rui Ueyama
2016-03-28
1
-16
/
+5
*
Use owning pointers instead of raw pointers for Atom's to fix leaks.
Pete Cooper
2016-03-22
1
-31
/
+111
*
Revert "Use owning pointers instead of raw pointers for Atom's to fix leaks."
Pete Cooper
2016-03-22
1
-111
/
+31
*
Use owning pointers instead of raw pointers for Atom's to fix leaks.
Pete Cooper
2016-03-22
1
-31
/
+111
*
Always pass an allocator to YAMLTraits.
Pete Cooper
2016-03-17
1
-4
/
+9
*
Use allocator in YAML code to avoid leaking atom content.
Pete Cooper
2016-03-16
1
-4
/
+6
*
Delete more COFF and ELF bits from the old linker.
Rafael Espindola
2016-02-28
1
-7
/
+2
*
Delete more ELF bits from the old linker.
Rafael Espindola
2016-02-28
1
-47
/
+1
*
Remove a few bits of elf from the old linker.
Rafael Espindola
2016-02-28
1
-2
/
+0
*
Fix handling of mach header and DSO handle symbols.
Pete Cooper
2016-02-02
1
-0
/
+1
*
Add ObjC method list atom type. NFC.
Pete Cooper
2016-02-01
1
-0
/
+2
*
Move SimpleDefinedAtom::addReference to DefinedAtom.
Pete Cooper
2016-02-01
1
-0
/
+10
*
Add an ObjCPass to the MachO linker.
Pete Cooper
2016-01-19
1
-0
/
+2
*
Add File::kind's for all subclasses of File.
Pete Cooper
2016-01-14
1
-3
/
+5
*
[lld][Darwin] Add support for the -sectcreate option.
Lang Hames
2015-10-24
1
-0
/
+1
*
Simplify. NFC.
Rafael Espindola
2015-10-02
1
-2
/
+2
*
Fix Clang-tidy misc-use-override warnings, other minor fixes.
Rui Ueyama
2015-09-10
1
-7
/
+11
*
Use MemoryBufferRef instead of MemoryBuffer&. NFC.
Rafael Espindola
2015-04-24
1
-1
/
+1
*
Return an ErrorOr<std::unique_ptr<File>>. NFC.
Rafael Espindola
2015-04-24
1
-5
/
+4
*
Delete unnecessary generality in loadFile.
Rafael Espindola
2015-04-24
1
-10
/
+10
*
Do s/_context/_ctx/g globally.
Rui Ueyama
2015-04-10
1
-4
/
+4
*
Rename atom_collection -> AtomVector.
Rui Ueyama
2015-04-08
1
-9
/
+9
*
Separate atom_collection type into two different types. NFC.
Rui Ueyama
2015-04-08
1
-5
/
+13
*
Merge atom_collection_vector with atom_collection.
Rui Ueyama
2015-04-08
1
-2
/
+1
*
YAML: Remove blank class using alias template.
Rui Ueyama
2015-04-08
1
-29
/
+6
*
Remove a parameter for file extension from canParse.
Rui Ueyama
2015-04-04
1
-2
/
+4
*
[ARM] Handle mapping symbols
Denis Protivensky
2015-03-26
1
-0
/
+3
*
Use alignment values everywhere instead of log2.
Rui Ueyama
2015-03-26
1
-5
/
+5
*
Define an implicit constructor which takes actual alignment value to PowerOf2.
Rui Ueyama
2015-03-26
1
-1
/
+1
*
Make PowerOf2's constructor private.
Rui Ueyama
2015-03-26
1
-1
/
+1
*
Remove implicit constructor and operator int from PowerOf2.
Rui Ueyama
2015-03-26
1
-3
/
+3
*
YAML: Do not use 2^x notation to represent alignments.
Rui Ueyama
2015-03-25
1
-11
/
+7
*
[Mips] Support MIPS N64 relocation record format
Simon Atanasyan
2015-03-24
1
-2
/
+5
*
Remove sectionPosition attribute.
Rui Ueyama
2015-03-08
1
-14
/
+0
*
Define DefinedAtom::sectionSize.
Rui Ueyama
2015-03-04
1
-1
/
+5
*
Make File non-const in the resolver.
Rui Ueyama
2015-03-04
1
-3
/
+3
*
[Core] Fix handling of Section Groups.
Shankar Easwaran
2015-02-22
1
-9
/
+0
*
Use Reference::KindValue instead of uint16_t to pass and save a relocation kind
Simon Atanasyan
2015-01-27
1
-1
/
+1
*
[lld] Correct forming of ARM/Thumb atoms
Denis Protivensky
2015-01-27
1
-0
/
+1
*
path.data() may return a non null terminated string
Jean-Daniel Dupas
2015-01-26
1
-1
/
+1
[next]