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
...
*
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
*
Move HasInstructions to MCSection.
Rafael Espindola
2015-05-25
1
-1
/
+1
*
Move bundle info from MCSectionData to MCSection.
Rafael Espindola
2015-05-25
1
-22
/
+1
*
Move LayoutOrder to MCSection.
Rafael Espindola
2015-05-25
1
-1
/
+1
*
Stop forwarding getOrdinal and setOrdinal.
Rafael Espindola
2015-05-25
1
-4
/
+1
*
Move Ordinal from MCSectionData to MCSection. NFC.
Rafael Espindola
2015-05-25
1
-3
/
+6
*
MC: Lift MCSymbolData::Index up to MCSymbol::Index, NFC
Duncan P. N. Exon Smith
2015-05-22
1
-2
/
+2
*
Stop forwarding (get|set)Aligment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
1
-8
/
+1
*
Move alignment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
1
-2
/
+8
*
MC: Simplify MCSymbolData initialization and remove MCSymbol pointer
Duncan P. N. Exon Smith
2015-05-21
1
-17
/
+0
*
MC: Add MCSymbolData back to MCAssembler dump
Duncan P. N. Exon Smith
2015-05-20
1
-1
/
+5
*
MC: Update MCAssembler to use MCSymbol, NFC
Duncan P. N. Exon Smith
2015-05-20
1
-15
/
+12
*
MC: Use MCSymbol in MCAsmLayout::getSymbolOffset(), NFC
Duncan P. N. Exon Smith
2015-05-19
1
-12
/
+9
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-3
/
+3
*
MC: Use MCSymbol in MCObject::IsSymbolRefDifferenceFullyResolvedImpl()
Duncan P. N. Exon Smith
2015-05-16
1
-2
/
+1
*
MC: Change MCFragment::Atom to an MCSymbol, NFC
Duncan P. N. Exon Smith
2015-05-16
1
-2
/
+2
*
MC: Merge MCSymbol and MCSymbolData
Duncan P. N. Exon Smith
2015-05-16
1
-5
/
+12
*
MC: Reduce MCAssembler::Symbols API exposure, NFC
Duncan P. N. Exon Smith
2015-05-15
1
-5
/
+2
*
MC: Update MCCodeEmitter naming. NFC.
Jim Grosbach
2015-05-15
1
-1
/
+1
*
Compute A-B when A or B is weak.
Rafael Espindola
2015-04-17
1
-1
/
+1
*
[MC] Write padding into fragments when -mc-relax-all flag is used
Petr Hosek
2015-04-12
1
-18
/
+31
*
Remove unnecessary uses of AliasedSymbol.
Rafael Espindola
2015-04-06
1
-4
/
+3
*
Be consistent when deciding if a relocation is needed.
Rafael Espindola
2015-04-06
1
-3
/
+2
*
Fix PR23025.
Rafael Espindola
2015-03-26
1
-1
/
+1
*
Fix fixup evaluation when deciding what to relocate with.
Rafael Espindola
2015-03-25
1
-15
/
+3
*
Fix warning on non-assert build.
Rafael Espindola
2015-03-25
1
-0
/
+2
*
Produce an error instead of asserting on invalid .sleb128/.uleb128.
Rafael Espindola
2015-03-25
1
-3
/
+10
*
Remove many superfluous SmallString::str() calls.
Yaron Keren
2015-03-18
1
-3
/
+3
*
Fix uses of reserved identifiers starting with an underscore followed by an u...
David Blaikie
2015-03-16
1
-16
/
+10
*
Add r224985 back with fixes.
Rafael Espindola
2015-01-19
1
-2
/
+14
*
Produce errors when an assignment expression would use a common symbol.
Rafael Espindola
2015-01-19
1
-1
/
+11
*
Revert "Add r224985 back with two fixes."
Rafael Espindola
2015-01-14
1
-14
/
+2
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Add r224985 back with two fixes.
Rafael Espindola
2015-01-12
1
-2
/
+14
*
Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revision
Lang Hames
2015-01-09
1
-2
/
+3
*
Revert r224935 "Refactor duplicated code. No intended functionality change."
Lang Hames
2015-01-06
1
-3
/
+2
*
Revert r225048: It broke ObjC on AArch64.
Lang Hames
2015-01-06
1
-14
/
+2
*
Add r224985 back with a fix.
Rafael Espindola
2014-12-31
1
-2
/
+14
[prev]
[next]