2015-10-05 |
Rafael Espindola | Fix pr24486. |
blob | commitdiff | raw |
2015-07-10 |
David Majnemer | [MC] Switch static const to an enum to silence MSVC... |
blob | commitdiff | raw | diff to current |
2015-07-01 |
Pete Cooper | Pack MCSymbol::Flags in to the bitfield with other... |
blob | commitdiff | raw | diff to current |
2015-07-01 |
Pete Cooper | Encode MCSymbol alignment as log2(align). |
blob | commitdiff | raw | diff to current |
2015-06-30 |
Pete Cooper | Pack MCSymbol::HasName in to a spare bit in the section... |
blob | commitdiff | raw | diff to current |
2015-06-22 |
Pete Cooper | Move MCSymbol Value in to the union of Offset and Commo... |
blob | commitdiff | raw | diff to current |
2015-06-09 |
Pete Cooper | Fix warning of comparing different enums. NFC |
blob | commitdiff | raw | diff to current |
2015-06-09 |
Pete Cooper | Revert "Move MCSymbol Value in to the union of Offset... |
blob | commitdiff | raw | diff to current |
2015-06-09 |
Pete Cooper | Move MCSymbol Value in to the union of Offset and Commo... |
blob | commitdiff | raw | diff to current |
2015-06-09 |
Pete Cooper | Use AlignOf traits to enable static_assert. |
blob | commitdiff | raw | diff to current |
2015-06-09 |
Pete Cooper | Reduce duplication in MCSymbol Name handling. NFC> |
blob | commitdiff | raw | diff to current |
2015-06-09 |
Pete Cooper | Make MCSymbol::Name be a union of uint64_t and a pointer. |
blob | commitdiff | raw | diff to current |
2015-06-09 |
Pete Cooper | Change from alignof to llvm::alignOf to appease Visual... |
blob | commitdiff | raw | diff to current |
2015-06-09 |
Pete Cooper | Allocate space for MCSymbol::Name only if required. |
blob | commitdiff | raw | diff to current |
2015-06-09 |
Matt Arsenault | MC: Add target hook to control symbol quoting |
blob | commitdiff | raw | diff to current |
2015-06-08 |
Pete Cooper | Use a PointerUnion in MCSymbol for Section and Fragment... |
blob | commitdiff | raw | diff to current |
2015-06-01 |
Rafael Espindola | The fragment implies the section, don't store both. |
blob | commitdiff | raw | diff to current |
2015-05-27 |
Rafael Espindola | Use operator<< instead of print in a few more places. |
blob | commitdiff | raw | diff to current |
2015-05-27 |
Matthias Braun | MCSymbol: Make print() robust against empty names |
blob | commitdiff | raw | diff to current |
2015-05-21 |
Rafael Espindola | Move alignment from MCSectionData to MCSection. |
blob | commitdiff | raw | diff to current |
2015-04-23 |
Matt Arsenault | Revert accidentally committed "MC: Allow targets to... |
blob | commitdiff | raw | diff to current |
2015-04-23 |
Matt Arsenault | MC: Allow targets to stop symbol name quoting |
blob | commitdiff | raw | diff to current |
2015-04-17 |
Rafael Espindola | Move AliasedSymbol to MachObjectWriter. |
blob | commitdiff | raw | diff to current |
2015-04-03 |
Peter Collingbourne | MC: For variable symbols, maintain MCSymbol::Section... |
blob | commitdiff | raw | diff to current |
2015-04-02 |
Peter Collingbourne | Revert r233595, "MC: For variable symbols, maintain... |
blob | commitdiff | raw | diff to current |
2015-03-30 |
Peter Collingbourne | MC: For variable symbols, maintain MCSymbol::Section... |
blob | commitdiff | raw | diff to current |
2014-03-19 |
Rafael Espindola | Revert "Add back r203962, r204028 and r204059." |
blob | commitdiff | raw | diff to current |
2014-03-18 |
Rafael Espindola | Add back r203962, r204028 and r204059. |
blob | commitdiff | raw | diff to current |
2014-03-18 |
Alexander Kornienko | Revert r203962 and two revisions depending on it: r2040... |
blob | commitdiff | raw | diff to current |
2014-03-14 |
Rafael Espindola | Correctly handle an ELF symbol defined with "a = b... |
blob | commitdiff | raw | diff to current |
2013-11-14 |
Rafael Espindola | Don't mangle \n and " |
blob | commitdiff | raw | diff to current |
2013-10-18 |
Hans Wennborg | Revert "Re-commit r192758 - MC: quote tricky symbol... |
blob | commitdiff | raw | diff to current |
2013-10-17 |
Hans Wennborg | Re-commit r192758 - MC: quote tricky symbol names in... |
blob | commitdiff | raw | diff to current |
2013-10-16 |
NAKAMURA Takumi | Revert r192758 (and r192759), "MC: Better handling... |
blob | commitdiff | raw | diff to current |
2013-10-16 |
Hans Wennborg | MC: Better handling of tricky symbol and section names |
blob | commitdiff | raw | diff to current |
2012-09-14 |
Dmitri Gribenko | Fix Doxygen issues: |
blob | commitdiff | raw | diff to current |
2012-09-12 |
Manman Ren | Release build: guard dump functions with |
blob | commitdiff | raw | diff to current |
2012-09-06 |
Manman Ren | Release build: guard dump functions with "ifndef NDEBUG" |
blob | commitdiff | raw | diff to current |
2012-05-11 |
Jim Grosbach | Tidy up. Trailing whitespace. |
blob | commitdiff | raw | diff to current |
2012-03-20 |
Jim Grosbach | Assembler should accept redefinitions of unused variabl... |
blob | commitdiff | raw | diff to current |
2012-03-20 |
Jim Grosbach | Tidy up. |
blob | commitdiff | raw | diff to current |
2011-04-29 |
Daniel Dunbar | MC: Change variable symbols to be recognized as defined... |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Rafael Espindola | Change MCExpr::EvaluateAsRelocatableImpl of variables... |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Rafael Espindola | Fix PR8565. |
blob | commitdiff | raw | diff to current |
2010-05-05 |
Daniel Dunbar | MC/Mach-O: Mark absolute variable's appropriately,... |
blob | commitdiff | raw | diff to current |
2010-05-05 |
Daniel Dunbar | MC: Make setVariableValue check the redefinition condit... |
blob | commitdiff | raw | diff to current |
2010-01-17 |
Chris Lattner | now that MCSymbol::print doesn't use it's MAI argument... |
blob | commitdiff | raw | diff to current |
2010-01-17 |
Chris Lattner | rename NameNeedsEscaping -> NameNeedsQuoting, eliminate... |
blob | commitdiff | raw | diff to current |
2010-01-17 |
Chris Lattner | Get MCSymbol out of the mangling business, and move... |
blob | commitdiff | raw | diff to current |
2010-01-13 |
Chris Lattner | expose a static function as a static method on the... |
blob | commitdiff | raw | diff to current |
2010-01-05 |
David Greene | Change errs() to dbgs(). |
blob | commitdiff | raw | diff to current |
2009-11-06 |
Daniel Dunbar | Pass StringRef by value. |
blob | commitdiff | raw | diff to current |
2009-09-18 |
Anton Korobeynikov | Allow symbols to start from the digit if target request... |
blob | commitdiff | raw | diff to current |
2009-09-13 |
Chris Lattner | fix MCSymbol printing on darwin to exactly match the... |
blob | commitdiff | raw | diff to current |
2009-09-13 |
Chris Lattner | Make the MC symbol printer and llvm::Mangler exactly... |
blob | commitdiff | raw | diff to current |
2009-09-09 |
Chris Lattner | allow @ in symbol names without quoting the identifier... |
blob | commitdiff | raw | diff to current |
2009-09-03 |
Chris Lattner | fix MCSymbol printing to exactly match the normal mangl... |
blob | commitdiff | raw | diff to current |
2009-09-03 |
Chris Lattner | Thread an MCAsmInfo pointer through the various MC... |
blob | commitdiff | raw | diff to current |
2009-08-22 |
Daniel Dunbar | llvm-mc: Clean up some handling of symbol/section assoc... |
blob | commitdiff | raw | diff to current |
2009-08-14 |
Daniel Dunbar | Add MCSymbol::{print, dump} |
blob | commitdiff | raw | diff to current |
|