aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/ELFWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-12-10Fixed version of 121434 with no new memory leaks.Rafael Espindola1-1/+2
2010-12-10Revert my previous patch to make the valgrind bots happy.Rafael Espindola1-2/+1
2010-12-09Initial support for the cfi directives. This is just enough to getRafael Espindola1-1/+2
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson1-1/+1
2010-08-06Revert r110396 to fix buildbots.Owen Anderson1-1/+1
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson1-1/+1
2010-07-16Get rid of a bunch of duplicated ELF enum values.Eli Friedman1-14/+14
2010-04-15Add more const qualifiers for LLVM IR pointers in CodeGen.Dan Gohman1-1/+1
2010-04-08Use twines to simplify calls to report_fatal_error. For code size and readabi...Benjamin Kramer1-4/+2
2010-04-07rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner1-2/+2
2010-03-12give Mangler access to TargetData.Chris Lattner1-1/+1
2010-03-12make the mangler take an MCContext instead of an MAI.Chris Lattner1-1/+1
2010-03-11change MCContext to always have an MCAsmInfo.Chris Lattner1-1/+1
2010-02-02remove dead #include, stupid symlinks.Chris Lattner1-1/+0
2010-02-02Remove a bunch of stuff around the edges of the ELF writer.Chris Lattner1-9/+0
2010-01-23remove a dead call.Chris Lattner1-4/+0
2010-01-17now that mangler is in libtarget, it can use MCAsmInfo instead of clientsChris Lattner1-1/+1
2010-01-16move the mangler into libtarget from vmcore.Chris Lattner1-1/+1
2010-01-16remove a couple of actively incorrect uses of getMangledName.Chris Lattner1-4/+6
2010-01-04Change errs() to dbgs().David Greene1-1/+1
2009-10-05strength reduce a ton of type equality tests to check the typeid (ThroughChris Lattner1-7/+6
2009-09-01Fix ELF Writter related memory leaksBruno Cardoso Lopes1-7/+18
2009-08-22rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner1-2/+2
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner1-2/+2
2009-08-22Convert DOUT to DEBUG(errs()...).Bill Wendling1-6/+5
2009-08-14*try* to use a better name to describe how common symbols are marked on the e...Bruno Cardoso Lopes1-1/+1
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson1-7/+9
2009-08-13Remove hack used to strip unwanted chars from section nameBruno Cardoso Lopes1-98/+64
2009-08-13Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes1-16/+20
2009-08-10Move ConstantExpr handling to ResolveConstantExpr method and alsoBruno Cardoso Lopes1-27/+84
2009-08-08sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner1-8/+12
2009-08-08ELF improvements:Bruno Cardoso Lopes1-53/+87
2009-08-05- Remove custom handling of jumptables by the elf writter (this wasBruno Cardoso Lopes1-77/+157
2009-08-02remove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfoChris Lattner1-1/+1
2009-08-01(re)introduce new simpler apis for creation sectionkinds.Chris Lattner1-8/+7
2009-08-01Remove "JumpTableDataSection" from TAI, instead, have AsmPrinterChris Lattner1-2/+8
2009-08-01Change SectionKind to be a property that is true of a *section*, itChris Lattner1-6/+6
2009-07-31switch off of 'Section' onto MCSection. We're not properly usingChris Lattner1-2/+3
2009-07-31refactor section construction in TLOF to be through an explicitChris Lattner1-0/+8
2009-07-29pass the mangler down into the various SectionForGlobal methods.Chris Lattner1-1/+1
2009-07-28Handle null and file symbol on doInitializationBruno Cardoso Lopes1-8/+7
2009-07-28Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner1-2/+10
2009-07-27add module identifier to the elf object fileBruno Cardoso Lopes1-3/+8
2009-07-27Handle external symbols for ELF and add some static methods to ELFSymBruno Cardoso Lopes1-21/+55
2009-07-27Eliminate SectionFlags, just embed a SectionKind into SectionChris Lattner1-7/+7
2009-07-26make SectionKind know whether a symbol is weak or not in additionChris Lattner1-6/+8
2009-07-26rename Mergable -> Mergeable and Writable -> WriteableChris Lattner1-6/+5
2009-07-26two files I missed in the last commit.Chris Lattner1-6/+6
2009-07-26simplify getSectionForMergableConstant to take a SectionKind.Chris Lattner1-4/+14
2009-07-25this is (unfortunately) several changes mixed together:Chris Lattner1-1/+1