Make ModRefBehavior a lattice. Use this to clean up AliasAnalysis
[oota-llvm.git] / lib / MC /
2010-10-04 Rafael EspindolaInclude the section address in the computation of the...
2010-10-04 Rafael EspindolaCorrectly compute the relocation when it is not in...
2010-10-03 Rafael EspindolaImplement a very basic PIC case.
2010-10-02 Kevin EnderbyThis adds a Darwin x86_64 relocation encoding for a...
2010-09-30 Rafael EspindolaFactor some logic into ShouldRelocOnSymbol. This simpli...
2010-09-30 Kevin EnderbyThis is the last major patch to implement support for...
2010-09-30 Kevin EnderbyChanges EvaluateAsAbsolute() to return the "current...
2010-09-30 Chandler CarruthSilence a GCC warning about not handling all flags...
2010-09-30 Jan Wen VoungMove logic of determining ELF entsize from the .s print...
2010-09-30 Rafael EspindolaCorrectly produce R_X86_64_32 or R_X86_64_32S.
2010-09-30 Jason W KimTiny patch for proof-of-concept cleanup of ARMAsmPrinte...
2010-09-30 Jan Wen VoungHave ELFAsmParser.cpp use the already parsed "Size...
2010-09-30 Rafael EspindolaMake it possible for the MCObjectWriter to decide if...
2010-09-30 Jan Wen VoungTest commit - Deleted some whitespace at the end of...
2010-09-29 Rafael EspindolaMove "local commons" to the end of .bss to match the...
2010-09-29 Michael J. SpencerMC-COFF: Fix symbol storage class for globals
2010-09-29 Chris Lattnerchange the protocol TargetAsmPArser::MatchInstruction...
2010-09-28 Rafael EspindolaOn elf, undefined symbols can start with .L.
2010-09-27 Rafael EspindolaWrite relocations in the end of the file. This matches...
2010-09-27 Rafael EspindolaMake sure .text doesn't produce extra alignment.
2010-09-27 Rafael EspindolaFactor symbol value computation into a function.
2010-09-27 Michael J. SpencerMC-COFF: Fix signed/unsigned comparison.
2010-09-27 Daniel DunbarMC/AsmParser: Handle exponents in floating point literals.
2010-09-27 Rafael EspindolaRemove unused argument.
2010-09-27 Benjamin KramerPush twines deeper into SourceMgr's error handling...
2010-09-27 Michael J. SpencerMC-COFF: Drop empty sections, and label symbols. Conver...
2010-09-25 Rafael EspindolaMove ELF to HasReliableSymbolDifference=true. Also...
2010-09-24 Rafael EspindolaReapply 114678 and 114667. Reverting them did not fix...
2010-09-24 Rafael EspindolaRevert 114678 and 114667 to see if
2010-09-24 Daniel DunbarMC/AsmParser: Handle a missed case of floating literals...
2010-09-24 Daniel DunbarMC/AsmParser: Support .single and .double for embedding...
2010-09-24 Daniel DunbarMC/Lexer: Add 'Real' token type for floating point...
2010-09-24 Daniel DunbarMC: Add missing ')' in diagnostic.
2010-09-23 Rafael EspindolaCorrectly handle weak undefined symbols. Before we...
2010-09-23 Rafael EspindolaCorrectly compute the offset of the symbol. Forgot...
2010-09-23 Rafael EspindolaRepresent relocations against local symbols as relocati...
2010-09-23 Rafael EspindolaFix the FIXME.
2010-09-23 Sean CallananFixed a crash in the enhanced disassembler where
2010-09-22 Jim GrosbachAdd support for ELF PLT references for ARM MC asm print...
2010-09-22 Rafael EspindolaAvoid some Mach-O specific alignment being done on...
2010-09-22 Chris Lattnerallow target-specific label suffixes, patch by Yuri...
2010-09-22 Rafael EspindolaFix typo and add a FIXME.
2010-09-22 Jim Grosbachgrammar tweakage
2010-09-22 Jim Grosbachremove trailing whitespace
2010-09-22 Rafael EspindolaCorrectly align bss.
2010-09-22 Chris Lattnerfix rdar://8456417 - llvm-mc can't do basic math
2010-09-21 Rafael EspindolaRevert unrelated change that was accidentally included...
2010-09-21 Rafael EspindolaImplement support for .local and its "interesting"...
2010-09-20 Rafael EspindolaProduce a R_X86_64_32 when the value is >=0.
2010-09-18 Rafael EspindolaMake sure the STT_FILE symbol is the first one in the...
2010-09-17 Rafael EspindolaAvoid relocations in a common case.
2010-09-17 Daniel DunbarFix an MSVC warning.
2010-09-17 Daniel DunbarMC/Mach-O/i386: Fix a crash in relocation handling.
2010-09-17 Daniel DunbarMC/AsmParser: Add support for 'a + 4@GOTPCREL' and...
2010-09-16 Rafael EspindolaPrint the address of sections as 0 and create the metad...
2010-09-16 Rafael EspindolaMake sure that names like .note.GNU-stack are accepted...
2010-09-16 Rafael EspindolaAdd support for the .zero directive.
2010-09-15 Rafael EspindolaAdd a InitSections method to the streamer interface.
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-13 Rafael EspindolaFactoring and potential bug fix. The elf "flags" cannot...
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...
next