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
...
*
[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
*
Move registerSection out of line and reduce #includes. NFC.
Rafael Espindola
2015-10-03
1
-0
/
+8
*
[MC] Remove MCAssembler's copy of OS
David Majnemer
2015-09-01
1
-4
/
+4
*
[MC] Split the layout part of MCAssembler::finish() into its own method. NFC.
Frederic Riss
2015-08-26
1
-6
/
+9
*
Fix symbol value computation when part of the expression is weak.
Rafael Espindola
2015-08-20
1
-1
/
+1
*
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2015-08-13
1
-4
/
+0
*
[MC/Dwarf] Allow to specify custom parameters for linetable emission.
Frederic Riss
2015-08-07
1
-1
/
+2
*
Use range-based for loops. NFC
Craig Topper
2015-08-02
1
-31
/
+26
*
Fix spelling, NFC.
Yaron Keren
2015-07-04
1
-1
/
+1
*
[MC] Align fragments when -mc-relax-all flag is used
Petr Hosek
2015-06-27
1
-6
/
+12
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
Devirtualize and pack MCFragment to reduce memory usage.
Pete Cooper
2015-06-17
1
-48
/
+78
*
Move IsUsedInReloc from MCSymbolELF to MCSymbol.
Rafael Espindola
2015-06-17
1
-11
/
+1
*
MC: Add target hook to control symbol quoting
Matt Arsenault
2015-06-09
1
-2
/
+1
*
MC: Clean up the naming for MCMachObjectWriter. NFC.
Jim Grosbach
2015-06-04
1
-1
/
+1
*
MC: Clean up naming in MCObjectWriter. NFC.
Jim Grosbach
2015-06-04
1
-18
/
+18
*
The fragment implies the section, don't store both.
Rafael Espindola
2015-06-01
1
-0
/
+10
*
[MC] Allow backends to decide relaxation for unresolved fixups.
Colin LeMahieu
2015-05-30
1
-5
/
+3
*
[WinCOFF] Add support for the .safeseh directive
David Majnemer
2015-05-30
1
-0
/
+18
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-3
/
+3
*
Remove getData.
Rafael Espindola
2015-05-29
1
-7
/
+5
*
Remove the MCSymbolData typedef.
Rafael Espindola
2015-05-29
1
-1
/
+1
*
Merge MCSymbol and MCSymbolData.
Rafael Espindola
2015-05-29
1
-12
/
+0
*
Move Flags from MCSymbolData to MCSymbol.
Rafael Espindola
2015-05-29
1
-1
/
+0
*
Move common symbol related information from MCSectionData to MCSymbol.
Rafael Espindola
2015-05-29
1
-8
/
+2
*
Remove a trivial forwarding function. NFC.
Rafael Espindola
2015-05-28
1
-1
/
+1
*
Delete MCSectionData.
Rafael Espindola
2015-05-27
1
-25
/
+9
*
Move getSubsectionInsertionPoint to MCSection.
Rafael Espindola
2015-05-27
1
-31
/
+0
*
Remove most uses of MCSectionData from MCAssembler.
Rafael Espindola
2015-05-26
1
-12
/
+11
*
Stop using MCSectionData in MCAsmLayout.h.
Rafael Espindola
2015-05-26
1
-23
/
+22
*
Return a MCSection from MCFragment::getParent().
Rafael Espindola
2015-05-26
1
-5
/
+5
*
Store a MCSection in MCFragment.
Rafael Espindola
2015-05-25
1
-3
/
+3
*
Turn MCSectionData into a field of MCSection.
Rafael Espindola
2015-05-25
1
-12
/
+9
*
Insert MCSectionData into the section list directly in getOrCreateSectionData.
Rafael Espindola
2015-05-25
1
-5
/
+1
[prev]
[next]