summaryrefslogtreecommitdiffstats
path: root/lib/MC/ConstantPools.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-apply r302416: [ARM] Clear the constant pool cache on explicit .ltorg dire...James Molloy2017-05-221-0/+11
* Re-apply r286006: Fix 24560: assembler does not share constant pool for same...James Molloy2017-05-221-1/+11
* Revert "[ARM] Clear the constant pool cache on explicit .ltorg directives"James Molloy2017-05-221-11/+0
* Revert "Fix 24560: assembler does not share constant pool for same constants"James Molloy2017-05-221-11/+1
* [ARM] Clear the constant pool cache on explicit .ltorg directivesMartin Storsjo2017-05-081-0/+11
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-071-2/+5
* Fix 24560: assembler does not share constant pool for same constantsWeiming Zhao2016-11-041-1/+11
* Tidy the calls to getCurrentSection().first -> getCurrentSectionOnly to helpEric Christopher2016-10-141-2/+2
* Apply clang-tidy's modernize-loop-convert to lib/MC.Benjamin Kramer2016-06-261-10/+7
* [ARM,AArch64] Store source location of asm constant pool entriesOliver Stannard2015-11-161-5/+5
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-1/+1
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-7/+6
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-1/+1
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Fix build failure on windowsDavid Peixotto2014-07-181-1/+1
* MC: support different sized constants in constant poolsDavid Peixotto2014-07-181-7/+10
* [ARM] [MC] Refactor the constant pool classesWeiming Zhao2014-06-181-0/+95