Fix undefined behavior in the Mips backend.
[oota-llvm.git] / lib / Target / X86 / X86ELFWriterInfo.cpp
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable in X86 Target...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2011-09-10 Richard TrieuFix the asserts in lib/Target/X86/X86ELFWriterInfo...
2010-11-22 Rafael EspindolaRemove duplicated constants. Thanks to Jason for notici...
2010-10-03 Rafael EspindolaJim Asked us to move DataLayout on ARM back to the...
2010-04-17 Chris Lattnerremove a dead variable, PR6856
2009-08-05 Bruno Cardoso Lopes- Remove custom handling of jumptables by the elf writt...
2009-07-21 Bruno Cardoso LopesSupport adding relocations for data sections, handling...
2009-07-20 Bruno Cardoso LopesFor PC relative relocations where symbols are defined...
2009-07-18 Bruno Cardoso LopesUse R_X86_64_32S to handle Jump Table Index relocation...
2009-07-18 Bruno Cardoso LopesUse a better name for the label relocations while emitt...
2009-07-18 Bruno Cardoso LopesAdd support to properly reference private symbols on...
2009-07-15 Bruno Cardoso Lopesuse std::vector instead of std::list for both Section...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-02 Bruno Cardoso LopesRemove getFunctionAlignment from TargetELFInfo and...
2009-06-22 Bruno Cardoso LopesAdd more methods to gather target specific elf stuff
2009-06-11 Bruno Cardoso LopesUse forward declarations and move TargetELFWriterInfo...
2009-06-11 Bruno Cardoso LopesSupport for ELF Visibility
2009-06-06 Bruno Cardoso Lopesx86_64 now uses the correct ELF e_machine type
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-01-27 Bill WendlingMake d'tor out-of-line.
2007-01-27 Bill WendlingX86 implementation of the TargetELFWriterInfo class.