| Commit message (Expand) | Author | Age | Files | Lines |
* | move fastcall/stdcall mangling up into Mangler. | Chris Lattner | 2010-03-12 | 1 | -0/+9 |
* | move three lowering hooks from MAI to TLOF and make one of them | Chris Lattner | 2010-03-10 | 1 | -21/+0 |
* | MC: Change default comment column to 40 characters. | Daniel Dunbar | 2010-02-05 | 1 | -1/+1 |
* | Eliminate SetDirective, and replace it with HasSetDirective. | Chris Lattner | 2010-01-26 | 1 | -7/+4 |
* | Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF. | Rafael Espindola | 2010-01-26 | 1 | -0/+7 |
* | eliminate MCAsmInfo::NeedsSet: we now just use .set on any platform | Chris Lattner | 2010-01-26 | 1 | -14/+0 |
* | rename MAI::PICJumpTableDirective to MAI::GPRel32Directive to | Chris Lattner | 2010-01-25 | 1 | -10/+6 |
* | remove JumpTableDirective, it is always null. | Chris Lattner | 2010-01-25 | 1 | -4/+3 |
* | all supported target now have aligned common support. | Chris Lattner | 2010-01-25 | 1 | -7/+0 |
* | mcize lcomm, simplify .comm, extend both to support 64-bit sizes. | Chris Lattner | 2010-01-23 | 1 | -14/+4 |
* | resolve a fixme: the "nonexecutable stack directive" is actually | Chris Lattner | 2010-01-23 | 1 | -13/+16 |
* | mcize visibility directives. | Chris Lattner | 2010-01-23 | 1 | -11/+11 |
* | mcstreamerize .no_dead_strip and .reference for static ctors/dtors. | Chris Lattner | 2010-01-23 | 1 | -13/+6 |
* | revert 93934, removing the MCAsmInfo endianness bit. I can't | Chris Lattner | 2010-01-20 | 1 | -5/+1 |
* | give MCAsmInfo a 'has little endian' bit. This is unfortunate, but | Chris Lattner | 2010-01-19 | 1 | -1/+5 |
* | remove MAI::ZeroDirectiveSuffix, which is only used by MASM, | Chris Lattner | 2010-01-19 | 1 | -4/+0 |
* | stop using the .lcomm pseudoop on darwin, instead, directly use the | Chris Lattner | 2010-01-19 | 1 | -8/+1 |
* | hookize the cygwin ".linkonce" directive. | Chris Lattner | 2010-01-19 | 1 | -6/+7 |
* | add a bool for whether .lcomm takes an alignment instead of basing this on "i... | Chris Lattner | 2010-01-19 | 1 | -0/+7 |
* | move production of .reference directives for static ctor/dtor list on | Chris Lattner | 2010-01-19 | 1 | -2/+10 |
* | Cleanup handling of .zerofill on darwin: | Chris Lattner | 2010-01-19 | 1 | -8/+5 |
* | switch x86 zerofill emission over to use MCStreamer. | Chris Lattner | 2010-01-18 | 1 | -0/+2 |
* | Allow symbols to start from the digit if target requests it. This allows, e.g... | Anton Korobeynikov | 2009-09-18 | 1 | -0/+7 |
* | Big change #1 for personality function references: | Chris Lattner | 2009-09-16 | 1 | -20/+0 |
* | remove some horrible MAI hooks which fortunately turn out to be always empty. | Chris Lattner | 2009-09-15 | 1 | -24/+0 |
* | second part to r81695, I missed a directory. | Chris Lattner | 2009-09-13 | 1 | -7/+0 |
* | Revert last patch. We need to put this into TargetLowering. There will be a lot | Bill Wendling | 2009-08-25 | 1 | -7/+0 |
* | Comment formatting. Removing of unused #include and type forwarding. | Bill Wendling | 2009-08-25 | 1 | -53/+50 |
* | Add a target asm info hook to specify that particular bits of data in the FDE | Bill Wendling | 2009-08-25 | 1 | -19/+19 |
* | fix a build error on the clang-i686-linux tester. | Chris Lattner | 2009-08-22 | 1 | -1/+1 |
* | mcasminfo doesn't use std::string | Chris Lattner | 2009-08-22 | 1 | -1/+0 |
* | move the MCAsmInfo .cpp/.h files into the right | Chris Lattner | 2009-08-22 | 1 | -1/+525 |
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -0/+3 |