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
*
Recognize strings for Hexagon-specific variant kinds
Krzysztof Parzyszek
2015-12-18
1
-0
/
+7
*
Avoid explicit relocation sorting most of the time.
Rafael Espindola
2015-12-17
1
-17
/
+6
*
Always sort by offset first. NFC.
Rafael Espindola
2015-12-17
2
-16
/
+16
*
Use std::unique_ptr. NFC.
Rafael Espindola
2015-12-16
2
-10
/
+7
*
[X86][inline asm] support even directive
Michael Zuckerman
2015-12-13
1
-0
/
+5
*
Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical...
Craig Topper
2015-12-05
2
-3
/
+3
*
[llvm-dwp] Support debug_tu_index
David Blaikie
2015-12-05
1
-0
/
+10
*
MC: Make sure to clear *all* of MCMachOStreamer's state
Justin Bogner
2015-12-03
1
-0
/
+1
*
[llvm-dwp] Emit a rather fictional debug_cu_index
David Blaikie
2015-12-02
1
-0
/
+12
*
MC: Simplify handling of temporary symbols in COFF writer.
Peter Collingbourne
2015-11-26
1
-81
/
+23
*
Fix bug where WinCOFFObjectWriter would assume starting from an empty output.
Manuel Klimek
2015-11-18
1
-1
/
+1
*
Stop producing .data.rel sections.
Rafael Espindola
2015-11-18
5
-64
/
+48
*
[Assembler] Make fatal assembler errors non-fatal
Oliver Stannard
2015-11-17
4
-40
/
+75
*
[Assembler] Allow non-fatal errors after parsing
Oliver Stannard
2015-11-17
2
-6
/
+18
*
Drop prelink support.
Rafael Espindola
2015-11-17
2
-14
/
+0
*
[ARM,AArch64] Store source location of asm constant pool entries
Oliver Stannard
2015-11-16
1
-5
/
+5
*
[ARM] Introduce subtarget features per ARM architecture.
Bradley Smith
2015-11-16
1
-2
/
+2
*
Reduce the size of MCRelaxableFragment.
Akira Hatanaka
2015-11-14
2
-3
/
+14
*
[MCTargetAsmParser] Move the member varialbes that reference
Akira Hatanaka
2015-11-14
1
-2
/
+9
*
Implement .reloc (constant offset only) with support for R_MIPS_NONE and R_MI...
Daniel Sanders
2015-11-12
4
-0
/
+91
*
[MC] Use LShr for constant evaluation of ">>" on non-arm64 darwin.
Ahmed Bougacha
2015-11-11
2
-7
/
+1
*
[AsmParser] Backends can parameterize ASM tokenization.
Colin LeMahieu
2015-11-09
1
-0
/
+9
*
[AsmParser] Provide target direct access to mnemonic token. Allow assignment...
Colin LeMahieu
2015-11-09
1
-1
/
+5
*
[AsmParser] Allow tokens to be put back in to the token stream.
Colin LeMahieu
2015-11-08
1
-2
/
+2
*
Bring r252305 back with a test fix.
Rafael Espindola
2015-11-06
2
-24
/
+20
*
Revert "Simplify the creation of .eh_frame/.debug_frame sections."
Rafael Espindola
2015-11-06
1
-18
/
+24
*
Simplify the creation of .eh_frame/.debug_frame sections.
Rafael Espindola
2015-11-06
1
-24
/
+18
*
git clang-format and fix variable names. NFC.
Rafael Espindola
2015-11-06
1
-42
/
+34
*
Use SHT_X86_64_UNWIND on every OS.
Rafael Espindola
2015-11-06
1
-7
/
+5
*
Pass SectionStart directly to the one function that uses it.
Rafael Espindola
2015-11-06
1
-8
/
+5
*
Simplify the alignment handling in FDE emission.
Rafael Espindola
2015-11-06
1
-16
/
+15
*
Delete dead store. NFC.
Rafael Espindola
2015-11-06
1
-1
/
+0
*
Use a range loop.
Rafael Espindola
2015-11-06
1
-3
/
+1
*
Pass the streamer to the constructor instead of every other method. NFC.
Rafael Espindola
2015-11-06
1
-76
/
+66
*
Simplify the constructor. NFC.
Rafael Espindola
2015-11-05
1
-5
/
+4
*
git-clang-format an area I am about to change.
Rafael Espindola
2015-11-05
1
-32
/
+29
*
Small simplification by moving early continue earlier.
Rafael Espindola
2015-11-05
1
-6
/
+4
*
Fix pr24832.
Rafael Espindola
2015-11-05
1
-9
/
+1
*
Simplify now that emitValueToOffset always returns false.
Rafael Espindola
2015-11-04
4
-21
/
+6
*
Simplify .org processing and make it a bit more powerful.
Rafael Espindola
2015-11-04
2
-19
/
+10
*
Fix some Clang-tidy modernize warnings, other minor fixes.
Eugene Zelenko
2015-11-04
1
-5
/
+3
*
Don't create empty sections just to look like gas.
Rafael Espindola
2015-11-03
1
-10
/
+0
*
Delete dead code.
Rafael Espindola
2015-11-03
1
-6
/
+0
*
Simplify local common output.
Rafael Espindola
2015-11-03
1
-20
/
+14
*
Move code out of a loop and use a range loop.
Rafael Espindola
2015-11-03
1
-10
/
+8
*
ELF can handle some relocations of the form -sym + constant.
Rafael Espindola
2015-11-02
1
-5
/
+0
*
ARM: add support for WatchOS's compact unwind information.
Tim Northover
2015-10-28
2
-3
/
+14
*
ARM: support .watchos_version_min and .tvos_version_min.
Tim Northover
2015-10-28
4
-7
/
+60
*
[ms-inline-asm] Leave alignment in bytes if the native assembler uses bytes
Reid Kleckner
2015-10-27
1
-3
/
+9
*
Rename qsort -> multikey_qsort. NFC.
Rui Ueyama
2015-10-27
1
-4
/
+4
[next]