Nowadays a release build has assertions off.
[oota-llvm.git] / lib / MC /
2010-09-11 Rafael EspindolaAdd support for leb128 of absolute expressions.
2010-09-11 Chris Lattnerfix the asmparser so that the target is responsible...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-09-09 Daniel Dunbarllvm-mc: Don't crash when using -n and we see a directi...
2010-09-09 Daniel Dunbarllvm-mc: Make sure we exit != 0 if any errors are encou...
2010-09-09 Benjamin KramerMCELF: Write relocation fragments in the right endian.
2010-09-09 Roman DivackyMake ELF OS ABI dependent on the OS from target triple.
2010-09-09 Daniel DunbarMC: Give a (lame) hard error if a .org directive would...
2010-09-08 Roman DivackyELF_STB_Local is 0 so setting and checking it must...
2010-09-08 Roman DivackyUnresolved weak symbols have value equal zero.
2010-09-08 Chris Lattnerchange the MC "ParseInstruction" interface to make...
2010-09-06 Benjamin KramerMCELF: Align symtab, relocation sections and section...
2010-09-03 Bill WendlingGet rid of "passing signed into unsigned parameter...
2010-09-02 Benjamin KramerAdd AsmParser support for the ELF .previous directive...
2010-09-02 Benjamin KramerAllow MCSA_WeakRef in ELF. Patch by Roman Divacky.
2010-09-02 Devang PatelFix .debug_range for linux. Patch by Krister Wombell.
2010-08-31 Devang PatelUse absolute label for DW_AT_stmt_list if a target...
2010-08-31 Kevin EnderbyThis is the second of three patches to implement suppor...
2010-08-31 Benjamin KramerAllow creation of SHT_NULL sections, from Roman Divacky.
2010-08-30 Benjamin KramerMCELF: The value of all common symbols is the offset...
2010-08-30 Benjamin KramerThe value is offset from the start of the section for...
2010-08-30 Benjamin KramerIndex external symbols by symbol table instead of paren...
2010-08-30 Benjamin KramerMark all common symbols external. This is not exactly...
2010-08-28 Chris Lattnersquish dead code.
2010-08-27 Benjamin KramerMCELF: Port EmitInstruction changes from MachO streamer...
2010-08-27 Benjamin KramerMCELF: Always overwrite FixedValue.
2010-08-26 Benjamin KramerMCELF: Fix a thinko of mine.
2010-08-26 Benjamin KramerMCELF: Compensate for the addend on i386. Patch by...
2010-08-25 Benjamin KramerMCELF: Use precomputed symbol indices, patch by Roman...
2010-08-25 Michael J. SpencerMC: Fix inconsistant naming in COFF object writer....
2010-08-24 Kevin EnderbyChange the parsing of .loc back to allow the LineNumber...
2010-08-24 Michael J. SpencerFix COFF x86-64 relocations. PR7960.
2010-08-24 Kevin EnderbyFirst bit of support for the dwarf .loc directive....
2010-08-24 Daniel DunbarMC/AsmParser: Change ParseExpression to use ParseIdenti...
2010-08-24 Daniel DunbarMC/Parser: Accept leading dollar signs in identifiers.
2010-08-24 Benjamin KramerRelocate against parent if the symbol is not in section...
2010-08-24 Chris Lattnerfix rdar://7997827 - Accept and ignore LL and ULL suffi...
2010-08-23 Benjamin KramerFix thinko. Having no tests is great ...
2010-08-23 Benjamin KramerReduce code duplication.
2010-08-23 Benjamin KramerELFObjectWriter: Run ComputeSymbolTable before recordin...
2010-08-23 Benjamin KramerAdd the symbol offset to the relocation value when...
2010-08-23 Benjamin KramerUse the proper relocation section + cleanup, from Roman...
2010-08-23 Michael J. SpencerRevert part of my last commit. the mingw32 build bot...
2010-08-23 Michael J. SpencerWorkaround broken jump tables on x86-64 COFF.
2010-08-21 Michael J. SpencerMC: Add partial x86-64 support to COFF.
2010-08-19 Benjamin KramerMCELF: Count the section orders properly. Patch by...
2010-08-18 Daniel DunbarMC/ELF: Allow null values in virtual sections, ELF...
2010-08-17 Benjamin KramerRemove dead code. Fixes a GCC warning.
2010-08-17 Benjamin KramerSketch i386 relocations handling, from Roman Divacky.
2010-08-17 Benjamin KramerUse the correct entry size for relocation entries,...
2010-08-17 Benjamin KramerDifferentiate between RELA and REL relocations, from...
2010-08-17 Benjamin KramerOne baby step towards i386 ELF, from Roman Divacky.
2010-08-17 Benjamin KramerTry to silence a overeager GCC warning.
2010-08-17 Benjamin KramerA round of minor cleanups for ELFObjectWriter.
2010-08-16 Benjamin KramerSilence warnings and simplify code. Eliminate a 32...
2010-08-16 Eli FriedmanFixes for generation of ELF relocations. Patch by...
2010-08-16 Eli FriedmanFix a few warnings in and detabify MCELFStreamer and...
2010-08-16 Matt FlemingAdd ELF ObjectWriter and Streamer support.
2010-08-16 Matt FlemingAdd ELF ObjectWriter and Streamer support.
2010-08-16 Matt FlemingLayout helper function.
2010-08-16 Matt FlemingRecord a symbol's size which is needed for ELF symbol...
2010-08-16 Chris Lattnersilence a vc2010 warning: " result of 32-bit shift...
2010-08-12 Daniel DunbarMC/AsmParser: Push the burdon of emitting diagnostics...
2010-08-11 Daniel Dunbarllvm-mc: Add -show-inst-operands, for dumping the parse...
2010-08-11 Daniel DunbarMCAsmParser: Add dump() hook to MCParsedAsmOperand.
2010-08-10 Daniel DunbarMC/AsmParser: Fix a bug in macro argument parsing,...
2010-08-10 Michael J. SpencerRevert "MC/MachO: Fix possible null pointer dereference."
2010-08-09 Kevin EnderbyNext bit of support for the dwarf .file directive....
2010-08-09 Michael J. SpencerMC/MachO: Fix possible null pointer dereference.
2010-08-03 Michael J. SpencerMC: Fix symbol fragment offsets in COFF.
2010-08-03 Michael J. SpencerRevert "MC: Fix symbol fragment offsets in COFF."
2010-08-03 Michael J. SpencerMC: Add time travel support to COFF.
2010-08-03 Michael J. SpencerMC: Fix symbol fragment offsets in COFF.
2010-07-31 Daniel DunbarSilence some -Asserts uninitialized variable warnings.
2010-07-31 Michael J. SpencerAdd relax all support to the COFF object streamer.
2010-07-30 Daniel DunbarMC: Initialize MCFragment::Offset, noticed by Cameron...
2010-07-29 Benjamin KramerPlug the remaining MC leaks by giving MCObjectStreamer...
2010-07-29 Benjamin KramerStop leaking std::strings in GetDwarfFile.
2010-07-29 Benjamin KramerCOFFObjectWriter: Don't leak COFFSymbols and COFFSections.
2010-07-29 Daniel DunbarMC: Destroy Macro instances.
2010-07-28 Kevin EnderbyAdded first bit of support for the dwarf .file directiv...
2010-07-28 Daniel DunbarMC: Put back the MCFragment vtable, so subclasses are...
2010-07-26 Douglas GregorFix format-specifier warning
2010-07-26 Michael J. SpencerMC: Fix whitespace error from last commit.
2010-07-26 Michael J. SpencerMC: Add WinCOFFObjectWriter implementation.
2010-07-22 Reid KlecknerInitial modifications to MCAssembler and TargetMachine...
2010-07-20 Matt FlemingAdd some more handlers for ELF section directives.
2010-07-20 Owen AndersonLet's get those buildbots green: #include is needed...
2010-07-20 Chris Lattnerapparently also missing an include.
2010-07-20 Chris Lattnerthis is in System
2010-07-20 Chris Lattnerturn this into a normal header.
2010-07-20 Chris Lattnerhopefully heal the linux builders
2010-07-20 Chris Lattnerthere is no reason to dynamically generate a static...
2010-07-20 Chris Lattnerdrop edinfo.inc into the objdir for src!=objdir builds.
2010-07-20 Eric ChristopherUpdate header.
2010-07-20 Chris Lattnerhopefully teach cmake to build the .inc file.
2010-07-20 Chris Lattnercmake too
2010-07-20 Chris Lattnerforgot to add a file
2010-07-20 Chris Lattnerstart straightening out libedis's dependencies and...
2010-07-19 Daniel DunbarMC/Mach-O: Silently ignore .file directives instead...
next