summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2009-01-27-NullStrings.ll
Commit message (Collapse)AuthorAgeFilesLines
* Update tests.Rafael Espindola2011-01-161-1/+1
| | | | llvm-svn: 123591
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
| | | | llvm-svn: 81290
* Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner2009-08-101-35/+4
| | | | | | | | | | | | | | | | instead of syntactically as a string. This means that it keeps track of the segment, section, flags, etc directly and asmprints them in the right format. This also includes parsing and validation support for llvm-mc and "attribute(section)", so we should now start getting errors about invalid section attributes from the compiler instead of the assembler on darwin. Still todo: 1) Uniquing of darwin mcsections 2) Move all the Darwin stuff out to MCSectionMachO.[cpp|h] 3) there are a few FIXMEs, for example what is the syntax to get the S_GB_ZEROFILL segment type? llvm-svn: 78547
* Make test platform agnostic.Bill Wendling2009-01-281-3/+1
| | | | llvm-svn: 63247
* Add testcase for r63142.Bill Wendling2009-01-271-0/+40
llvm-svn: 63149
OpenPOWER on IntegriCloud