Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make EmitIntValue non virtual. | Rafael Espindola | 2010-11-28 | 1 | -5/+0 |
| | | | | llvm-svn: 120271 | ||||
* | Add .loc methods to the streamer. | Rafael Espindola | 2010-11-16 | 1 | -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 Grosbach | 2010-11-05 | 1 | -0/+5 |
| | | | | llvm-svn: 118301 | ||||
* | Add support for expressions in .sleb/.uleb directives. | Rafael Espindola | 2010-11-02 | 1 | -0/+12 |
| | | | | llvm-svn: 118023 | ||||
* | Implement .weakref. | Rafael Espindola | 2010-11-01 | 1 | -0/+5 |
| | | | | llvm-svn: 117911 | ||||
* | MC: Add missing forward in MCLoggingStreamer. | Michael J. Spencer | 2010-10-06 | 1 | -0/+1 |
| | | | | llvm-svn: 115830 | ||||
* | Add a InitSections method to the streamer interface. | Rafael Espindola | 2010-09-15 | 1 | -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 Dunbar | 2010-05-23 | 1 | -0/+208 |
llvm-svn: 104463 |