2010-09-22 |
Chris Lattner | allow target-specific label suffixes, patch by Yuri... |
blob | commitdiff | raw |
2010-09-02 |
Devang Patel | Fix .debug_range for linux. Patch by Krister Wombell. |
blob | commitdiff | raw | diff to current |
2010-08-31 |
Devang Patel | Use absolute label for DW_AT_stmt_list if a target... |
blob | commitdiff | raw | diff to current |
2010-07-08 |
Kevin Enderby | Revert some unneeded parts of the change in r107886... |
blob | commitdiff | raw | diff to current |
2010-07-08 |
Kevin Enderby | Added the darwin .weak_def_can_be_hidden directive. |
blob | commitdiff | raw | diff to current |
2010-06-29 |
Bill Wendling | Revert r107205 and r107207. |
blob | commitdiff | raw | diff to current |
2010-06-29 |
Bill Wendling | Introducing the "linker_weak" linkage type. This will... |
blob | commitdiff | raw | diff to current |
2010-05-20 |
Eric Christopher | Fix build by actually declaring the variable. |
blob | commitdiff | raw | diff to current |
2010-05-20 |
Eric Christopher | Partial code for emitting thread local bss data. |
blob | commitdiff | raw | diff to current |
2010-04-29 |
Mon P Wang | Add support for assemblers that don't support periods... |
blob | commitdiff | raw | diff to current |
2010-04-08 |
Chris Lattner | move elf section uniquing to MCContext. Along the way |
blob | commitdiff | raw | diff to current |
2010-04-04 |
Chris Lattner | eliminate the magic AbsoluteDebugSectionOffsets MAI... |
blob | commitdiff | raw | diff to current |
2010-04-04 |
Chris Lattner | isAbsoluteEHSectionOffsets always returns false, elimin... |
blob | commitdiff | raw | diff to current |
2010-03-12 |
Chris Lattner | move fastcall/stdcall mangling up into Mangler. |
blob | commitdiff | raw | diff to current |
2010-03-10 |
Chris Lattner | move three lowering hooks from MAI to TLOF and make... |
blob | commitdiff | raw | diff to current |
2010-02-05 |
Daniel Dunbar | MC: Change default comment column to 40 characters. |
blob | commitdiff | raw | diff to current |
2010-01-26 |
Chris Lattner | Eliminate SetDirective, and replace it with HasSetDirec... |
blob | commitdiff | raw | diff to current |
2010-01-26 |
Rafael Espindola | Emit .comm alignment in bytes but .align in powers... |
blob | commitdiff | raw | diff to current |
2010-01-26 |
Chris Lattner | eliminate MCAsmInfo::NeedsSet: we now just use .set... |
blob | commitdiff | raw | diff to current |
2010-01-25 |
Chris Lattner | rename MAI::PICJumpTableDirective to MAI::GPRel32Direct... |
blob | commitdiff | raw | diff to current |
2010-01-25 |
Chris Lattner | remove JumpTableDirective, it is always null. |
blob | commitdiff | raw | diff to current |
2010-01-25 |
Chris Lattner | all supported target now have aligned common support. |
blob | commitdiff | raw | diff to current |
2010-01-23 |
Chris Lattner | mcize lcomm, simplify .comm, extend both to support... |
blob | commitdiff | raw | diff to current |
2010-01-23 |
Chris Lattner | resolve a fixme: the "nonexecutable stack directive... |
blob | commitdiff | raw | diff to current |
2010-01-23 |
Chris Lattner | mcize visibility directives. |
blob | commitdiff | raw | diff to current |
2010-01-23 |
Chris Lattner | mcstreamerize .no_dead_strip and .reference for static... |
blob | commitdiff | raw | diff to current |
2010-01-20 |
Chris Lattner | revert 93934, removing the MCAsmInfo endianness bit... |
blob | commitdiff | raw | diff to current |
2010-01-19 |
Chris Lattner | give MCAsmInfo a 'has little endian' bit. This is... |
blob | commitdiff | raw | diff to current |
2010-01-19 |
Chris Lattner | remove MAI::ZeroDirectiveSuffix, which is only used... |
blob | commitdiff | raw | diff to current |
2010-01-19 |
Chris Lattner | stop using the .lcomm pseudoop on darwin, instead,... |
blob | commitdiff | raw | diff to current |
2010-01-19 |
Chris Lattner | hookize the cygwin ".linkonce" directive. |
blob | commitdiff | raw | diff to current |
2010-01-19 |
Chris Lattner | add a bool for whether .lcomm takes an alignment instea... |
blob | commitdiff | raw | diff to current |
2010-01-19 |
Chris Lattner | move production of .reference directives for static... |
blob | commitdiff | raw | diff to current |
2010-01-19 |
Chris Lattner | Cleanup handling of .zerofill on darwin: |
blob | commitdiff | raw | diff to current |
2010-01-18 |
Chris Lattner | switch x86 zerofill emission over to use MCStreamer. |
blob | commitdiff | raw | diff to current |
2009-09-18 |
Anton Korobeynikov | Allow symbols to start from the digit if target request... |
blob | commitdiff | raw | diff to current |
2009-09-16 |
Chris Lattner | Big change #1 for personality function references: |
blob | commitdiff | raw | diff to current |
2009-09-15 |
Chris Lattner | remove some horrible MAI hooks which fortunately turn... |
blob | commitdiff | raw | diff to current |
2009-09-13 |
Chris Lattner | second part to r81695, I missed a directory. |
blob | commitdiff | raw | diff to current |
2009-08-25 |
Bill Wendling | Revert last patch. We need to put this into TargetLower... |
blob | commitdiff | raw | diff to current |
2009-08-25 |
Bill Wendling | Comment formatting. Removing of unused #include and... |
blob | commitdiff | raw | diff to current |
2009-08-25 |
Bill Wendling | Add a target asm info hook to specify that particular... |
blob | commitdiff | raw | diff to current |
2009-08-22 |
Chris Lattner | fix a build error on the clang-i686-linux tester. |
blob | commitdiff | raw | diff to current |
2009-08-22 |
Chris Lattner | mcasminfo doesn't use std::string |
blob | commitdiff | raw | diff to current |
2009-08-22 |
Chris Lattner | move the MCAsmInfo .cpp/.h files into the right |
blob | commitdiff | raw | diff to current |
2009-08-22 |
Chris Lattner | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. |
blob | commitdiff | raw | diff to current |
|