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
/
llvm
/
lib
/
MC
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Add data size and alignement to linking section
Sam Clegg
2017-06-27
1
-7
/
+17
*
Simplify the processFixupValue interface. NFC.
Rafael Espindola
2017-06-24
1
-2
/
+1
*
Remove redundant argument.
Rafael Espindola
2017-06-24
1
-1
/
+1
*
ARM: move some logic from processFixupValue to applyFixup.
Rafael Espindola
2017-06-23
1
-7
/
+9
*
COFF: Produce an error on invalid pcrel relocs.
Rafael Espindola
2017-06-23
1
-2
/
+2
*
COFF: handle "undef - ." expressions.
Rafael Espindola
2017-06-23
1
-11
/
+0
*
Change creation of relative relocations on COFF.
Rafael Espindola
2017-06-22
1
-1
/
+1
*
[MC] Allow assembling .secidx and .secrel32 for undefined symbols
Reid Kleckner
2017-06-22
1
-2
/
+4
*
Simplify WinCOFFObjectWriter::recordRelocation.
Rafael Espindola
2017-06-22
1
-14
/
+5
*
[MC] Fix const qualifier warning
Ekaterina Vaartis
2017-06-22
1
-2
/
+2
*
MC: Fix dumping of MCFragment values
Sam Clegg
2017-06-22
1
-2
/
+4
*
Add a common error checking for some invalid expressions.
Rafael Espindola
2017-06-22
2
-7
/
+13
*
[WebAssembly] Cleanup WasmObjectWriter.cpp. NFC
Sam Clegg
2017-06-21
1
-78
/
+70
*
Use a MutableArrayRef. NFC.
Rafael Espindola
2017-06-21
1
-2
/
+2
*
Mark dump() methods as const. NFC
Sam Clegg
2017-06-21
2
-5
/
+5
*
Rename WinCOFFStreamer.cpp -> MCWinCOFFStreamer.cpp
Sam Clegg
2017-06-21
2
-2
/
+2
*
WasmObjectWriter.cpp: Tweak a comment line. [-Wdocumentation]
NAKAMURA Takumi
2017-06-20
1
-1
/
+1
*
Fix unused function build error in lld
Sam Clegg
2017-06-20
1
-0
/
+2
*
[WebAssembly] Fix build failures introduced in r305769
Sam Clegg
2017-06-20
1
-2
/
+1
*
[WebAssembly] Add support for weak symbols in the binary format
Sam Clegg
2017-06-20
2
-46
/
+135
*
[WebAssembly] Use __stack_pointer global when writing wasm binary
Sam Clegg
2017-06-16
1
-2
/
+6
*
MC, Object: Reserve a section type, SHT_LLVM_ODRTAB, for the ODR table.
Peter Collingbourne
2017-06-14
2
-0
/
+4
*
[WebAssembly] Cleanup WebAssemblyWasmObjectWriter
Sam Clegg
2017-06-13
1
-4
/
+5
*
[WebAssembly] MC: Fix value of R_WEBASSEMBLY_TABLE_INDEX relocations
Sam Clegg
2017-06-12
1
-14
/
+20
*
[MC] Fix compiler crash in AsmParser::Lex
Nirav Dave
2017-06-09
1
-2
/
+2
*
sink DebugCompressionType into MC for exposing to clang
Saleem Abdulrasool
2017-06-09
1
-6
/
+10
*
[MachO] Fix codegen of alias of alias.
Evgeniy Stepanov
2017-06-08
1
-0
/
+4
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
23
-24
/
+25
*
[WebAssembly] MC: Refactor relocation handling
Sam Clegg
2017-06-06
1
-151
/
+94
*
[WebAssembly] Remove unused methods from MCWasmObjectTargetWriter
Sam Clegg
2017-06-06
2
-8
/
+23
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
37
-51
/
+51
*
[DWARF] Adding support for the DWARF v5 string offsets table (consumer/reader...
Wolfgang Pieb
2017-06-06
1
-2
/
+14
*
[WebAssembly] Refactor WasmObjectWriter::writeObject
Sam Clegg
2017-06-03
1
-402
/
+483
*
[WebAssembly] MC: Fix references to undefined externals in data section
Sam Clegg
2017-06-02
1
-8
/
+13
*
[CodeView] Move CodeView YAML code to ObjectYAML.
Zachary Turner
2017-05-30
1
-1
/
+1
*
[CodeView] Rename ModuleDebugFragment -> DebugSubsection.
Zachary Turner
2017-05-30
1
-3
/
+3
*
[WebAssembly] MC: Include unnamed data when writing wasm files
Sam Clegg
2017-05-25
1
-18
/
+16
*
Re-apply r302416: [ARM] Clear the constant pool cache on explicit .ltorg dire...
James Molloy
2017-05-22
1
-0
/
+11
*
Re-apply r286006: Fix 24560: assembler does not share constant pool for same...
James Molloy
2017-05-22
1
-1
/
+11
*
Revert "[ARM] Clear the constant pool cache on explicit .ltorg directives"
James Molloy
2017-05-22
1
-11
/
+0
*
Revert "Fix 24560: assembler does not share constant pool for same constants"
James Molloy
2017-05-22
1
-11
/
+1
*
MCObjectStreamer : fail with a diagnostic when emitting an out of range value.
Arnaud A. de Grandmaison
2017-05-15
1
-0
/
+5
*
chang type from 'int' to 'size_t'. This will fix revision number 302652
Michael Zuckerman
2017-05-10
1
-1
/
+1
*
[LLVM][inline-asm] Altmacro string escape character '!'
Michael Zuckerman
2017-05-10
1
-0
/
+21
*
[ARM] Clear the constant pool cache on explicit .ltorg directives
Martin Storsjo
2017-05-08
1
-0
/
+11
*
[LLVM][inline-asm][Altmacor] Altmacro string delimiter '<..>'
Michael Zuckerman
2017-05-04
1
-4
/
+38
*
[bpf] add relocation support
Alexei Starovoitov
2017-05-03
1
-0
/
+4
*
[LLVM][inline-asm] Altmacro absolute expression '%' feature
Michael Zuckerman
2017-05-01
2
-7
/
+51
*
[llvm-pdbdump] Abstract some of the YAML/Raw printing code.
Zachary Turner
2017-04-29
1
-1
/
+1
*
[WebAssembly] Add size of section header to data relocation offsets.
Sam Clegg
2017-04-28
1
-9
/
+12
[next]