summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCLoggingStreamer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make EmitIntValue non virtual.Rafael Espindola2010-11-281-5/+0
| | | | llvm-svn: 120271
* Add .loc methods to the streamer.Rafael Espindola2010-11-161-1/+12
| | | | | | | Next: Add support for the !HasDotLocAndDotFile case to the MCAsmStreamer and then switch codegen to use it. llvm-svn: 119384
* MC'ize the '.code 16' and '.thumb_func' ARM directives.Jim Grosbach2010-11-051-0/+5
| | | | llvm-svn: 118301
* Add support for expressions in .sleb/.uleb directives.Rafael Espindola2010-11-021-0/+12
| | | | llvm-svn: 118023
* Implement .weakref.Rafael Espindola2010-11-011-0/+5
| | | | llvm-svn: 117911
* MC: Add missing forward in MCLoggingStreamer.Michael J. Spencer2010-10-061-0/+1
| | | | llvm-svn: 115830
* Add a InitSections method to the streamer interface.Rafael Espindola2010-09-151-0/+4
| | | | | | | | | | | | | | The ELF implementation now creates text, data and bss to match the gnu as behavior. The text streamer still has the old MachO specific behavior since the testsuite checks that it will error when a directive is given before a setting the current section for example. A nice benefit is that -n is not required anymore when producing ELF files. llvm-svn: 114027
* MC: Add an MCLoggingStreamer, for use in debugging integrated-as mismatches.Daniel Dunbar2010-05-231-0/+208
llvm-svn: 104463
OpenPOWER on IntegriCloud