summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/RecordStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [AsmPrinter] Remove hidden flag -print-schedule.Andrea Di Biagio2019-02-041-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MC] Error on a .zerofill directive in a non-virtual sectionFrancis Visoiu Mistrih2018-07-021-1/+2
* LowerTypeTests: Propagate symver directivesVlad Tsyrklevich2018-04-201-0/+5
* Object: Don't mark alias unconditionally definedVitaly Buka2018-04-101-1/+4
* Object: Fix handling of @@@ in .symver directiveVitaly Buka2018-03-201-10/+37
* Object: Move attribute calculation into RecordStreamer. NFCVitaly Buka2018-03-201-5/+80
* Delay creating an alias for @@@.Rafael Espindola2018-03-091-1/+3
* Don't treat .symver as a regular alias definition.Rafael Espindola2018-03-091-0/+2
* [Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko2017-04-241-2/+3
* This patch closes PR#32216: Better testing of schedule model instruction late...Andrew V. Tischenko2017-04-141-1/+1
* Fix typo, defind -> defined.Eric Christopher2017-03-311-1/+1
* Perform symbol binding for .symver versioned symbolsTeresa Johnson2017-03-091-0/+5
* Move some error handling down to MCStreamer.Rafael Espindola2017-02-101-1/+1
* [IRObjectFile] Handle undefined weak symbols in RecordStreamer.Davide Italiano2016-09-151-5/+9
* RecordStreamer: handle inline asm "lazy_reference" and mark symbols as "used"Mehdi Amini2016-08-031-0/+2
* [IRObjectFile] Propagate .weak attribute correctly for ASM symbols.Davide Italiano2016-06-221-4/+10
* [IRObjectFile] Handle .weak in RecordStreamer.Davide Italiano2016-06-171-1/+1
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-1/+1
* Make RecordStreamer.h private.Rafael Espindola2014-07-041-1/+1
* Add support for inline asm symbols to IRObjectFile.Rafael Espindola2014-07-031-0/+100
OpenPOWER on IntegriCloud