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
*
Simplify MCFillFragment.
Rafael Espindola
2016-01-19
5
-19
/
+8
*
Handle 64 bit offsets.
Rafael Espindola
2016-01-19
1
-1
/
+1
*
[WebAssembly] Don't create a needless .note.GNU-stack section
Dan Gohman
2016-01-15
1
-0
/
+3
*
Delete MCRelocationInfo::createExprForRelocation.
Pete Cooper
2016-01-15
1
-5
/
+0
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
2
-4
/
+4
*
Convert a few assert failures into proper errors.
Rafael Espindola
2016-01-13
1
-4
/
+4
*
Simplify. NFC.
Rafael Espindola
2016-01-13
1
-9
/
+9
*
[WebAssembly] Define WebAssembly-specific relocation codes.
Dan Gohman
2016-01-11
1
-0
/
+1
*
Remove a bugs assert.
Rafael Espindola
2016-01-11
1
-2
/
+0
*
Added support for macro emission in dwarf (supporting DWARF version 4).
Amjad Aboud
2016-01-07
1
-0
/
+10
*
Make WinCOFFObjectWriter.cpp's timestamp writing not use ENABLE_TIMESTAMPS
Nico Weber
2016-01-06
1
-7
/
+1
*
(NFC) Change SubtargetFeatures::ToggleFeature and
Artyom Skrobov
2016-01-05
2
-16
/
+8
*
Clang-format my previous change (r256313)
Paul Robinson
2016-01-04
1
-5
/
+5
*
[MC] Fix file name in file header
Jeroen Ketema
2016-01-04
1
-1
/
+1
*
Use an ArrayRef to simplify repeated calculation of the array end. NFC
Craig Topper
2016-01-03
1
-5
/
+6
*
Use std::is_sorted instead of manual loops. NFC
Craig Topper
2016-01-03
1
-8
/
+4
*
[ptr-traits] Provide a real MCFragment address for the sentinel instead
Chandler Carruth
2015-12-29
1
-2
/
+4
*
[ptr-traits] Split the MCFragment type hierarchy out of the MCAssembler
Chandler Carruth
2015-12-29
3
-429
/
+459
*
Accept dwarf version 5 for CIE versions.
Eric Christopher
2015-12-28
1
-0
/
+1
*
Form reform for MCDwarf.
Paul Robinson
2015-12-23
1
-4
/
+8
*
[MC] Don't use the architecture to govern which object file format to use
David Majnemer
2015-12-22
1
-14
/
+14
*
[MC, COFF] Support link /incremental conditionally
David Majnemer
2015-12-21
3
-8
/
+17
*
Teach MCOperand::print how to print FPImm operands.
Dan Gohman
2015-12-21
1
-0
/
+2
*
[MC, COFF] Unbreak support for COFF timestamps
David Majnemer
2015-12-21
1
-0
/
+1
*
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
[next]