| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove StringConstantPrefix now that the only user | Duncan Sands | 2009-07-15 | 1 | -1/+0 |
* | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner | 2009-07-14 | 1 | -3/+6 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Edwin Török | 2009-07-14 | 1 | -2/+2 |
* | Revert r7561{9,8,7,6}, which depend on r75610. | Daniel Dunbar | 2009-07-14 | 1 | -6/+3 |
* | rename getValueName -> getMangledName. These two files have very | Chris Lattner | 2009-07-14 | 1 | -3/+6 |
* | assert(0) -> LLVM_UNREACHABLE. | Edwin Török | 2009-07-11 | 1 | -2/+3 |
* | merge the common darwin settings from the X86/PPC/ARM targets | Chris Lattner | 2009-06-19 | 1 | -0/+47 |
* | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands | 2009-05-09 | 1 | -2/+2 |
* | Do not propagate ELF-specific stuff (data.rel) into other targets. This simpl... | Anton Korobeynikov | 2009-03-30 | 1 | -3/+0 |
* | Add data.rel stuff | Anton Korobeynikov | 2009-03-30 | 1 | -0/+3 |
* | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands | 2009-03-07 | 1 | -1/+1 |
* | Treat [1 x i8] zeroinitializer as a C string, placing such stuff into | asl | 2009-01-27 | 1 | -2/+2 |
* | Add the private linkage. | Rafael Espindola | 2009-01-15 | 1 | -1/+1 |
* | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands | 2009-01-12 | 1 | -2/+2 |
* | squash warnings. | Devang Patel | 2009-01-05 | 1 | -0/+1 |
* | Refactor various TargetAsmInfo subclasses' TargetMachine members away | Dan Gohman | 2008-11-03 | 1 | -7/+6 |
* | (re)Put const weak strings in appropriate section on Darwin. | Dale Johannesen | 2008-10-08 | 1 | -1/+3 |
* | Rename isWeakForLinker to mayBeOverridden. Use it | Duncan Sands | 2008-09-29 | 1 | -1/+1 |
* | Get rid of ReadOnlySection duplicate | Anton Korobeynikov | 2008-09-24 | 1 | -6/+6 |
* | Use named sections, where they should be | Anton Korobeynikov | 2008-09-24 | 1 | -7/+5 |
* | Get rid of now unused {Four,Eight,Sixteen}ByteConstantSection | Anton Korobeynikov | 2008-09-24 | 1 | -8/+9 |
* | Cleanup | Anton Korobeynikov | 2008-09-24 | 1 | -1/+1 |
* | Cleanup, no functionality change | Anton Korobeynikov | 2008-09-24 | 1 | -2/+2 |
* | Get rid of duplicate char*/Section* DataSection | Anton Korobeynikov | 2008-09-24 | 1 | -1/+1 |
* | Get rid of duplicate char*/Section* TextSection | Anton Korobeynikov | 2008-09-24 | 1 | -1/+1 |
* | Move the uglier parts of deciding not to emit a | Dale Johannesen | 2008-09-09 | 1 | -0/+21 |
* | Undo most of r54519. | Evan Cheng | 2008-08-08 | 1 | -9/+8 |
* | It's not legal to output a GV in a coalesced section if it's used in an ARM P... | Evan Cheng | 2008-08-08 | 1 | -8/+9 |
* | Add hook for constant pool section selection for darwin. | Anton Korobeynikov | 2008-08-07 | 1 | -2/+20 |
* | Switch MIPS to new ELFTargetAsmInfo. Add few FIXMEs. | asl | 2008-07-19 | 1 | -0/+1 |
* | Fix a FIXME :) | asl | 2008-07-19 | 1 | -6/+5 |
* | Use generic ELFTargetAsmInfo and DarwinTargetAsmInfo for X86 code | asl | 2008-07-19 | 1 | -6/+6 |
* | Add TargetAsmInfo stuff for all darwin-based targets | asl | 2008-07-19 | 1 | -0/+129 |