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
/
MCAssembler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DebugInfo] Fix build failed in clang-x86_64-linux-selfhost-modules.
Hsiangkai Wang
2018-08-01
1
-1
/
+7
*
[DebugInfo] Generate fixups as emitting DWARF .debug_line.
Hsiangkai Wang
2018-08-01
1
-6
/
+30
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[MC] Move bundling and MCSubtargetInfo to MCEncodedFragment [NFC]
Peter Smith
2018-06-15
1
-12
/
+15
*
[MC] Move MCAssembler::dump into the correct cpp file. NFC
Sam Clegg
2018-06-14
1
-0
/
+24
*
[MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixup
Peter Smith
2018-06-06
1
-4
/
+9
*
[RISCV] Add symbol diff relocation support for RISC-V
Alex Bradbury
2018-05-23
1
-1
/
+20
*
MC: Have the object writers return the number of bytes written. NFCI.
Peter Collingbourne
2018-05-21
1
-6
/
+1
*
MC: Change MCAssembler::writeSectionData and writeFragmentPadding to take a r...
Peter Collingbourne
2018-05-21
1
-41
/
+42
*
MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...
Peter Collingbourne
2018-05-21
1
-4
/
+4
*
[MC] Relax .fill size requirements
Nirav Dave
2018-05-18
1
-13
/
+32
*
[RISCV] Add WasForced parameter to MCAsmBackend::fixupNeedsRelaxationAdvanced
Shiva Chen
2018-05-18
1
-5
/
+12
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[MC] Provide default value for IsResolved.
Nirav Dave
2018-04-27
1
-1
/
+1
*
[MC] Modify MCAsmStreamer to always build MCAssembler. NFCI.
Nirav Dave
2018-04-27
1
-2
/
+2
*
[MC] Allow MCAssembler to be constructed without all subcomponents. NFCI.
Nirav Dave
2018-04-27
1
-12
/
+31
*
[MC] Fix assembler infinite loop on EH table using LEB padding.
Rafael Espindola
2018-02-01
1
-2
/
+6
*
Use a MCExpr for the size of MCFillFragment.
Rafael Espindola
2018-01-09
1
-3
/
+13
*
MC: Add support for mach-o build_version
Matthias Braun
2017-12-14
1
-2
/
+2
*
NFC: Rename MCSafeSEHFragment to MCSymbolIdFragment
Adrian McCarthy
2017-11-08
1
-3
/
+3
*
[MC] Adding code padding for performance stability - infrastructure. NFC.
Omer Paparo Bivas
2017-10-24
1
-0
/
+30
*
Simplify interface now that we don't need to pass IsPCRel. NFC.
Rafael Espindola
2017-07-11
1
-4
/
+1
*
Fully fix the movw/movt addend.
Rafael Espindola
2017-07-11
1
-5
/
+6
*
Rename and adjust processFixupValue.
Rafael Espindola
2017-06-30
1
-3
/
+3
*
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
*
Add a common error checking for some invalid expressions.
Rafael Espindola
2017-06-22
1
-4
/
+13
*
Use a MutableArrayRef. NFC.
Rafael Espindola
2017-06-21
1
-2
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
Add MCContext argument to MCAsmBackend::applyFixup for error reporting
Alex Bradbury
2017-04-05
1
-2
/
+2
*
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...
Eugene Zelenko
2017-02-07
1
-11
/
+23
*
MC: Introduce the ABS8 symbol modifier.
Peter Collingbourne
2017-01-31
1
-0
/
+4
*
Fix aliases to thumbfunc-based exprs to be thumbfunc.
Evgeniy Stepanov
2017-01-19
1
-3
/
+9
*
[Assembler] Better error messages for .org directive
Oliver Stannard
2016-12-14
1
-10
/
+20
*
[MC] Don't crash when trying to emit a relocation against .bss.
Davide Italiano
2016-07-26
1
-2
/
+2
*
Fix branch relaxation in 16-bit mode.
Nirav Dave
2016-07-11
1
-1
/
+1
*
There's no reason to use _ to name variables different just for construction.
Eric Christopher
2016-05-24
1
-3
/
+3
*
[MCAssembler] Allow backend to finalize layout post-relaxation.
Colin LeMahieu
2016-04-27
1
-0
/
+1
*
[MC] Add support for encoding CodeView variable definition ranges
David Majnemer
2016-02-05
1
-5
/
+27
*
[codeview] Wire up the .cv_inline_linetable directive
Reid Kleckner
2016-02-02
1
-0
/
+19
*
Use larger write sizes for MCFillFragment.
Rafael Espindola
2016-01-19
1
-3
/
+14
*
Simplify MCFillFragment.
Rafael Espindola
2016-01-19
1
-13
/
+3
*
[ptr-traits] Split the MCFragment type hierarchy out of the MCAssembler
Chandler Carruth
2015-12-29
1
-429
/
+0
*
[MC, COFF] Support link /incremental conditionally
David Majnemer
2015-12-21
1
-1
/
+2
*
[Assembler] Make fatal assembler errors non-fatal
Oliver Stannard
2015-11-17
1
-9
/
+20
*
Simplify .org processing and make it a bit more powerful.
Rafael Espindola
2015-11-04
1
-2
/
+9
*
MC: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-10
1
-1
/
+1
*
MC: Stop using Fragment::getNextNode()
Duncan P. N. Exon Smith
2015-10-08
1
-7
/
+7
*
Fix pr24486.
Rafael Espindola
2015-10-05
1
-2
/
+14
[next]