Age | Commit message (Expand) | Author | Files | Lines |
2016-08-22 | [MC] Remove guard(s). NFCI. | Davide Italiano | 1 | -2/+0 |
2016-01-29 | Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591... | Yaron Keren | 1 | -1/+1 |
2015-12-29 | [ptr-traits] Provide a real MCFragment address for the sentinel instead | Chandler Carruth | 1 | -2/+4 |
2015-10-05 | Fix pr24486. | Rafael Espindola | 1 | -2/+3 |
2015-07-10 | [MC] Switch static const to an enum to silence MSVC linker warnings | David Majnemer | 1 | -3/+0 |
2015-07-01 | Pack MCSymbol::Flags in to the bitfield with other members. NFC. | Pete Cooper | 1 | -0/+1 |
2015-07-01 | Encode MCSymbol alignment as log2(align). | Pete Cooper | 1 | -0/+2 |
2015-06-30 | Pack MCSymbol::HasName in to a spare bit in the section/fragment union. | Pete Cooper | 1 | -1/+1 |
2015-06-22 | Move MCSymbol Value in to the union of Offset and CommonSize. | Pete Cooper | 1 | -0/+4 |
2015-06-09 | Fix warning of comparing different enums. NFC | Pete Cooper | 1 | -1/+1 |
2015-06-09 | Revert "Move MCSymbol Value in to the union of Offset and CommonSize." | Pete Cooper | 1 | -4/+0 |
2015-06-09 | Move MCSymbol Value in to the union of Offset and CommonSize. | Pete Cooper | 1 | -0/+4 |
2015-06-09 | Use AlignOf traits to enable static_assert. | Pete Cooper | 1 | -3/+3 |
2015-06-09 | Reduce duplication in MCSymbol Name handling. NFC> | Pete Cooper | 1 | -0/+1 |
2015-06-09 | Make MCSymbol::Name be a union of uint64_t and a pointer. | Pete Cooper | 1 | -6/+9 |
2015-06-09 | Change from alignof to llvm::alignOf to appease Visual Studio | Pete Cooper | 1 | -2/+2 |
2015-06-09 | Allocate space for MCSymbol::Name only if required. | Pete Cooper | 1 | -0/+15 |
2015-06-09 | MC: Add target hook to control symbol quoting | Matt Arsenault | 1 | -30/+8 |
2015-06-08 | Use a PointerUnion in MCSymbol for Section and Fragment. NFC. | Pete Cooper | 1 | -2/+1 |
2015-06-01 | The fragment implies the section, don't store both. | Rafael Espindola | 1 | -1/+2 |
2015-05-27 | Use operator<< instead of print in a few more places. | Rafael Espindola | 1 | -3/+1 |
2015-05-27 | MCSymbol: Make print() robust against empty names | Matthias Braun | 1 | -0/+4 |
2015-05-21 | Move alignment from MCSectionData to MCSection. | Rafael Espindola | 1 | -2/+1 |
2015-04-23 | Revert accidentally committed "MC: Allow targets to stop symbol name quoting" | Matt Arsenault | 1 | -1/+1 |
2015-04-23 | MC: Allow targets to stop symbol name quoting | Matt Arsenault | 1 | -1/+1 |
2015-04-17 | Move AliasedSymbol to MachObjectWriter. | Rafael Espindola | 1 | -12/+0 |
2015-04-03 | MC: For variable symbols, maintain MCSymbol::Section as a cache. | Peter Collingbourne | 1 | -7/+1 |
2015-04-02 | Revert r233595, "MC: For variable symbols, maintain MCSymbol::Section as a ca... | Peter Collingbourne | 1 | -1/+7 |
2015-03-30 | MC: For variable symbols, maintain MCSymbol::Section as a cache. | Peter Collingbourne | 1 | -7/+1 |
2014-03-19 | Revert "Add back r203962, r204028 and r204059." | Rafael Espindola | 1 | -22/+0 |
2014-03-18 | Add back r203962, r204028 and r204059. | Rafael Espindola | 1 | -0/+22 |
2014-03-18 | Revert r203962 and two revisions depending on it: r204028 and r204059. | Alexander Kornienko | 1 | -17/+0 |
2014-03-14 | Correctly handle an ELF symbol defined with "a = b + expr". | Rafael Espindola | 1 | -0/+17 |
2013-11-14 | Don't mangle \n and " | Rafael Espindola | 1 | -3/+14 |
2013-10-18 | Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output" | Hans Wennborg | 1 | -4/+6 |
2013-10-17 | Re-commit r192758 - MC: quote tricky symbol names in asm output | Hans Wennborg | 1 | -6/+4 |
2013-10-16 | Revert r192758 (and r192759), "MC: Better handling of tricky symbol and secti... | NAKAMURA Takumi | 1 | -4/+6 |
2013-10-16 | MC: Better handling of tricky symbol and section names | Hans Wennborg | 1 | -6/+4 |
2012-09-14 | Fix Doxygen issues: | Dmitri Gribenko | 1 | -1/+1 |
2012-09-12 | Release build: guard dump functions with | Manman Ren | 1 | -1/+1 |
2012-09-06 | Release build: guard dump functions with "ifndef NDEBUG" | Manman Ren | 1 | -0/+2 |
2012-05-11 | Tidy up. Trailing whitespace. | Jim Grosbach | 1 | -2/+2 |
2012-03-20 | Assembler should accept redefinitions of unused variable symbols. | Jim Grosbach | 1 | -2/+0 |
2012-03-20 | Tidy up. | Jim Grosbach | 1 | -3/+2 |
2011-04-29 | MC: Change variable symbols to be recognized as defined, by assigning their s... | Daniel Dunbar | 1 | -3/+7 |
2010-11-15 | Change MCExpr::EvaluateAsRelocatableImpl of variables to return the original | Rafael Espindola | 1 | -0/+12 |
2010-11-15 | Fix PR8565. | Rafael Espindola | 1 | -0/+1 |
2010-05-05 | MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support for | Daniel Dunbar | 1 | -0/+4 |
2010-05-05 | MC: Make setVariableValue check the redefinition condition a bit more strongly. | Daniel Dunbar | 1 | -0/+8 |
2010-01-17 | now that MCSymbol::print doesn't use it's MAI argument, we can | Chris Lattner | 1 | -3/+2 |