Age | Commit message (Expand) | Author |
2008-08-17 | Factor out asmprinter out of ppc | Anton Korobeynikov |
2008-08-08 | Handle visibility printing with all generality. Remove bunch of duplicate code. | Anton Korobeynikov |
2008-08-08 | Use chars, where possible | Anton Korobeynikov |
2008-08-08 | Convert PPC/Linux to new section printing stuff | Anton Korobeynikov |
2008-08-08 | Switch PPC/Darwin to new section handling stuff | Anton Korobeynikov |
2008-08-08 | Cleanup | Anton Korobeynikov |
2008-07-09 | Remove extra call to DW.SetModuleInfo on Linux. | Dale Johannesen |
2008-07-09 | Emit debug into for data-only files for Linux PPC. | Dale Johannesen |
2008-07-09 | Emit debug info for data-only files. This version | Dale Johannesen |
2008-07-09 | Back out 53254. It broke ppc debug info codegen. | Evan Cheng |
2008-07-08 | Make debug info come out in data-only files. | Dale Johannesen |
2008-05-24 | Put initialized const weak objects into correct | Dale Johannesen |
2008-05-19 | Handle quoted names when constructing $stub's, | Dale Johannesen |
2008-05-16 | Record weak external linkage in a case where we were | Dale Johannesen |
2008-05-14 | Add CommonLinkage; currently tentative definitions | Dale Johannesen |
2008-04-02 | Recommitting EH patch; this should answer most of the | Dale Johannesen |
2008-04-01 | Revert 49006 for the moment. | Dale Johannesen |
2008-03-31 | Emit exception handling info for functions which are | Dale Johannesen |
2008-03-25 | Smaller function alignment when optimizing for size. | Evan Cheng |
2008-03-25 | A quick nm audit turned up several fixed tables and objects that were | Dan Gohman |
2008-02-28 | Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ... | Evan Cheng |
2008-02-26 | Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool | Bill Wendling |
2008-02-15 | Handle \n's in value names for more targets. The asm printers | Chris Lattner |
2008-02-14 | Rewrite tblgen handling of subtarget features so | Dale Johannesen |
2008-02-10 | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman |
2008-02-05 | Ident mnemonics appropriately | Nate Begeman |
2008-02-02 | Get rid of the annoying blank lines before labels. | Evan Cheng |
2008-01-26 | If there's no instructions being emitted on X86 for a function, emit a | Bill Wendling |
2008-01-26 | If there are no machine instructions emitted for a function, then insert | Bill Wendling |
2008-01-23 | Honor explicit section information on Darwin. | Dale Johannesen |
2008-01-17 | Revert the part of 45848 that treated weak globals | Dale Johannesen |
2008-01-11 | Weak things initialized to 0 don't go in bss on Darwin. | Dale Johannesen |
2008-01-02 | leopard and above support alignment for common symbols. | Chris Lattner |
2007-12-30 | Add new shorter predicates for testing machine operands for various types: | Chris Lattner |
2007-12-30 | Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis... | Chris Lattner |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-11-20 | Fix .eh table linkage issues on Darwin. Some EH support | Dale Johannesen |
2007-11-05 | Eliminate the remaining uses of getTypeSize. This | Duncan Sands |
2007-11-04 | Fix crash before main on ppc/linux with static constructors. PR1771 | Nick Lewycky |
2007-10-14 | Revert 42908 for now. | Evan Cheng |
2007-10-12 | Change the names used for internal labels to use the current | Dan Gohman |
2007-10-03 | Use empty() member functions when that's what's being tested for instead | Dan Gohman |
2007-09-21 | Honor user-defined section specification of a global, ignores whether its ini... | Evan Cheng |
2007-09-20 | Do not override user specified section. | Devang Patel |
2007-09-14 | Remove isReg, isImm, and isMBB, and change all their users to use | Dan Gohman |
2007-07-25 | Don't ignore the return value of AsmPrinter::doInitialization and | Dan Gohman |
2007-07-25 | Fix debug info and globals filled with zeros. | Nick Lewycky |
2007-05-03 | add support for printing offset of global | Chris Lattner |
2007-04-24 | Fix PR1351 and CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.ll | Chris Lattner |
2007-03-08 | Putting more constants which do not contain relocations into .literal{4|8|16} | Evan Cheng |