aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/ConstantPools.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-02-14[MCStreamer] De-capitalize EmitValue EmitIntValue{,InHex}Fangrui Song1-1/+1
2020-02-14[MC] De-capitalize another set of MCStreamer::Emit* functionsFangrui Song1-2/+2
2020-02-14[MC] De-capitalize some MCStreamer::Emit* functionsFangrui Song1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-03[MC] - ConstantPools.cpp: Style consistency, remove redundant braces. NFC.Kristina Brooks1-4/+2
2017-05-22Re-apply r302416: [ARM] Clear the constant pool cache on explicit .ltorg dire...James Molloy1-0/+11
2017-05-22Re-apply r286006: Fix 24560: assembler does not share constant pool for same...James Molloy1-1/+11
2017-05-22Revert "[ARM] Clear the constant pool cache on explicit .ltorg directives"James Molloy1-11/+0
2017-05-22Revert "Fix 24560: assembler does not share constant pool for same constants"James Molloy1-11/+1
2017-05-08[ARM] Clear the constant pool cache on explicit .ltorg directivesMartin Storsjo1-0/+11
2017-02-07[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko1-2/+5
2016-11-04Fix 24560: assembler does not share constant pool for same constantsWeiming Zhao1-1/+11
2016-10-14Tidy the calls to getCurrentSection().first -> getCurrentSectionOnly to helpEric Christopher1-2/+2
2016-06-26Apply clang-tidy's modernize-loop-convert to lib/MC.Benjamin Kramer1-10/+7
2015-11-16[ARM,AArch64] Store source location of asm constant pool entriesOliver Stannard1-5/+5
2015-05-30MC: Clean up MCExpr naming. NFC.Jim Grosbach1-1/+1
2015-05-21Move alignment from MCSectionData to MCSection.Rafael Espindola1-7/+6
2015-05-18MC: Clean up method names in MCContext.Jim Grosbach1-1/+1
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth1-1/+1
2014-07-18Fix build failure on windowsDavid Peixotto1-1/+1
2014-07-18MC: support different sized constants in constant poolsDavid Peixotto1-7/+10
2014-06-18[ARM] [MC] Refactor the constant pool classesWeiming Zhao1-0/+95