Age | Commit message (Expand) | Author |
2010-12-22 | Rename NeedsSetToChangeDiffSize to HasAggressiveSymbolFolding which is a much | Rafael Espindola |
2010-12-04 | There are two reasons why we might want to use | Rafael Espindola |
2010-12-04 | Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoid | Rafael Espindola |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-11-19 | Added support for the Mach-O .symbol_resolver directive. rdar://8673046 | Kevin Enderby |
2010-11-18 | Change CodeGen to use .loc directives. This produces a lot more readable output | Rafael Espindola |
2010-09-22 | allow target-specific label suffixes, patch by Yuri Gribov! | Chris Lattner |
2010-09-02 | Fix .debug_range for linux. Patch by Krister Wombell. | Devang Patel |
2010-08-31 | Use absolute label for DW_AT_stmt_list if a target does not prefer offset here. | Devang Patel |
2010-07-08 | Revert some unneeded parts of the change in r107886 for the | Kevin Enderby |
2010-07-08 | Added the darwin .weak_def_can_be_hidden directive. | Kevin Enderby |
2010-06-29 | Revert r107205 and r107207. | Bill Wendling |
2010-06-29 | Introducing the "linker_weak" linkage type. This will be used for Objective-C | Bill Wendling |
2010-05-20 | Partial code for emitting thread local bss data. | Eric Christopher |
2010-04-29 | Add support for assemblers that don't support periods in a name | Mon P Wang |
2010-04-04 | eliminate the magic AbsoluteDebugSectionOffsets MAI hook, | Chris Lattner |
2010-04-04 | isAbsoluteEHSectionOffsets always returns false, eliminate it | Chris Lattner |
2010-03-12 | move fastcall/stdcall mangling up into Mangler. | Chris Lattner |
2010-03-10 | move three lowering hooks from MAI to TLOF and make one of them | Chris Lattner |
2010-02-05 | MC: Change default comment column to 40 characters. | Daniel Dunbar |
2010-01-26 | Eliminate SetDirective, and replace it with HasSetDirective. | Chris Lattner |
2010-01-26 | Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF. | Rafael Espindola |
2010-01-26 | eliminate MCAsmInfo::NeedsSet: we now just use .set on any platform | Chris Lattner |
2010-01-25 | rename MAI::PICJumpTableDirective to MAI::GPRel32Directive to | Chris Lattner |
2010-01-25 | remove JumpTableDirective, it is always null. | Chris Lattner |
2010-01-25 | all supported target now have aligned common support. | Chris Lattner |
2010-01-23 | mcize lcomm, simplify .comm, extend both to support 64-bit sizes. | Chris Lattner |
2010-01-23 | resolve a fixme: the "nonexecutable stack directive" is actually | Chris Lattner |
2010-01-23 | mcize visibility directives. | Chris Lattner |
2010-01-23 | mcstreamerize .no_dead_strip and .reference for static ctors/dtors. | Chris Lattner |
2010-01-20 | revert 93934, removing the MCAsmInfo endianness bit. I can't | Chris Lattner |
2010-01-19 | give MCAsmInfo a 'has little endian' bit. This is unfortunate, but | Chris Lattner |
2010-01-19 | remove MAI::ZeroDirectiveSuffix, which is only used by MASM, | Chris Lattner |
2010-01-19 | stop using the .lcomm pseudoop on darwin, instead, directly use the | Chris Lattner |
2010-01-19 | hookize the cygwin ".linkonce" directive. | Chris Lattner |
2010-01-19 | add a bool for whether .lcomm takes an alignment instead of basing this on "i... | Chris Lattner |
2010-01-19 | move production of .reference directives for static ctor/dtor list on | Chris Lattner |
2010-01-19 | Cleanup handling of .zerofill on darwin: | Chris Lattner |
2009-10-26 | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth |
2009-09-18 | Allow symbols to start from the digit if target requests it. This allows, e.g... | Anton Korobeynikov |
2009-09-16 | Big change #1 for personality function references: | Chris Lattner |
2009-09-15 | remove some horrible MAI hooks which fortunately turn out to be always empty. | Chris Lattner |
2009-09-13 | remove MAI::JumpTableSpecialLabelPrefix now that MAI | Chris Lattner |
2009-08-25 | Revert last patch. We need to put this into TargetLowering. There will be a lot | Bill Wendling |
2009-08-25 | Add the #include here. | Bill Wendling |
2009-08-25 | Add a target asm info hook to specify that particular bits of data in the FDE | Bill Wendling |
2009-08-22 | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner |
2009-08-22 | move the MCAsmInfo .cpp/.h files into the right | Chris Lattner |