getMachineBasicBlockAddress returns a uintptr_t - don't truncate
[oota-llvm.git] / lib / CodeGen / ELFCodeEmitter.cpp
2010-06-29 Duncan SandsgetMachineBasicBlockAddress returns a uintptr_t - don...
2010-01-25 Chris Lattnerprep work to support a future where getJumpTableInfo...
2010-01-04 David GreeneChange errs() to dbgs().
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-19 David GreeneAdd missing includes.
2009-08-13 Bruno Cardoso LopesRemove hack used to strip unwanted chars from section...
2009-08-05 Bruno Cardoso Lopes- Remove custom handling of jumptables by the elf writt...
2009-07-28 Bruno Cardoso LopesHandle null and file symbol on doInitialization
2009-07-27 Bruno Cardoso LopesHandle external symbols for ELF and add some static...
2009-07-25 Daniel DunbarMore migration to raw_ostream, the water has dried...
2009-07-21 Bruno Cardoso LopesChange ELFCodeEmitter logic to emit the constant pool...
2009-07-21 Bruno Cardoso LopesSupport adding relocations for data sections, handling...
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-13 Bruno Cardoso LopesCleanup the global emission and refactor some code
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-06 Bruno Cardoso LopesChanged ELFCodeEmitter to inherit from ObjectCodeEmitter
2009-07-03 Bruno Cardoso LopesFactor some code out and support for Jump Table relocations
2009-07-02 Bruno Cardoso Lopesshrinking down #includes
2009-07-02 Bruno Cardoso LopesRemove getFunctionAlignment from TargetELFInfo and...
2009-06-25 Bruno Cardoso LopesSupport Constant Pool Sections
2009-06-22 Bruno Cardoso LopesAdd more methods to gather target specific elf stuff
2009-06-14 Bruno Cardoso LopesIntroduce new BinaryObject (blob) class, ELF Writer...
2009-06-11 Bruno Cardoso LopesSupport for ELF Visibility
2009-06-07 Bruno Cardoso LopesSimple ELF32/64 binary files can now be emitted for...
2009-06-06 Bruno Cardoso LopesRemove elf specific info from ELFWriter.h to Elf.h...
2009-06-05 Bruno Cardoso LopesELF Code Emitter now uses CurBufferPtr, BufferBegin...
2009-06-03 Bruno Cardoso LopesMove ELFCodeEmiter stuff to new files