Age | Commit message (Expand) | Author |
2012-01-05 | Remove the old ELF writer. | Rafael Espindola |
2011-07-20 | Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. | Evan Cheng |
2011-07-20 | Add MCObjectFileInfo and sink the MCSections initialization code from | Evan Cheng |
2011-07-19 | Convert TargetData::getIndexedOffset to use ArrayRef. | Jay Foad |
2011-07-18 | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down | Evan Cheng |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-06-19 | Fix a FIXME by making GlobalVariable::getInitializer() return a | Jay Foad |
2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
2011-04-11 | Just because a GlobalVariable's initializer is [N x { i32, void ()* }] doesn't | Nick Lewycky |
2011-04-08 | llvm.global_[cd]tor is defined to be either external, or appending with an array | Nick Lewycky |
2011-02-14 | Move broken HasCommonSymbols to ELFWriter.cpp. | Rafael Espindola |
2010-12-10 | Fixed version of 121434 with no new memory leaks. | Rafael Espindola |
2010-12-10 | Revert my previous patch to make the valgrind bots happy. | Rafael Espindola |
2010-12-09 | Initial support for the cfi directives. This is just enough to get | Rafael Espindola |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
2010-07-16 | Get rid of a bunch of duplicated ELF enum values. | Eli Friedman |
2010-04-15 | Add more const qualifiers for LLVM IR pointers in CodeGen. | Dan Gohman |
2010-04-08 | Use twines to simplify calls to report_fatal_error. For code size and readabi... | Benjamin Kramer |
2010-04-07 | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner |
2010-03-12 | give Mangler access to TargetData. | Chris Lattner |
2010-03-12 | make the mangler take an MCContext instead of an MAI. | Chris Lattner |
2010-03-11 | change MCContext to always have an MCAsmInfo. | Chris Lattner |
2010-02-02 | remove dead #include, stupid symlinks. | Chris Lattner |
2010-02-02 | Remove a bunch of stuff around the edges of the ELF writer. | Chris Lattner |
2010-01-23 | remove a dead call. | Chris Lattner |
2010-01-17 | now that mangler is in libtarget, it can use MCAsmInfo instead of clients | Chris Lattner |
2010-01-16 | move the mangler into libtarget from vmcore. | Chris Lattner |
2010-01-16 | remove a couple of actively incorrect uses of getMangledName. | Chris Lattner |
2010-01-04 | Change errs() to dbgs(). | David Greene |
2009-10-05 | strength reduce a ton of type equality tests to check the typeid (Through | Chris Lattner |
2009-09-01 | Fix ELF Writter related memory leaks | Bruno Cardoso Lopes |
2009-08-22 | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner |
2009-08-22 | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner |
2009-08-22 | Convert DOUT to DEBUG(errs()...). | Bill Wendling |
2009-08-14 | *try* to use a better name to describe how common symbols are marked on the e... | Bruno Cardoso Lopes |
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
2009-08-13 | Remove hack used to strip unwanted chars from section name | Bruno Cardoso Lopes |
2009-08-13 | Change MCSectionELF to represent a section semantically instead of | Bruno Cardoso Lopes |
2009-08-10 | Move ConstantExpr handling to ResolveConstantExpr method and also | Bruno Cardoso Lopes |
2009-08-08 | sink the 'name' and 'isdirective' state out of MCSection into its derived cla... | Chris Lattner |
2009-08-08 | ELF improvements: | Bruno Cardoso Lopes |
2009-08-05 | - Remove custom handling of jumptables by the elf writter (this was | Bruno Cardoso Lopes |
2009-08-02 | remove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfo | Chris Lattner |
2009-08-01 | (re)introduce new simpler apis for creation sectionkinds. | Chris Lattner |
2009-08-01 | Remove "JumpTableDataSection" from TAI, instead, have AsmPrinter | Chris Lattner |
2009-08-01 | Change SectionKind to be a property that is true of a *section*, it | Chris Lattner |
2009-07-31 | switch off of 'Section' onto MCSection. We're not properly using | Chris Lattner |
2009-07-31 | refactor section construction in TLOF to be through an explicit | Chris Lattner |