Minor cleanup related to my latest scheduler changes.
[oota-llvm.git] / lib / MC /
2010-12-24 Kevin EnderbyIn llvm-mc parse a Hash token as a full line comment...
2010-12-22 Rafael EspindolaAdd r122359 back now that the bug in MCDwarfLineAddrFra...
2010-12-22 Rafael EspindolaAssert that the AddrDelta expression is really constant...
2010-12-22 Rafael EspindolaRename NeedsSetToChangeDiffSize to HasAggressiveSymbolF...
2010-12-22 Daniel DunbarMC/Mach-O/ARM: Don't try to use scattered relocs for...
2010-12-22 Rafael EspindolaRevert r122359 while I debug PR8845.
2010-12-22 Matt Beaumont-GayFix another conditional expression mismatched enum...
2010-12-22 Daniel DunbarMC/Mach-O/ARM: We always use the SECTDIFF reloc type...
2010-12-22 Daniel DunbarMC/Mach-O/ARM: Clone off an ARM version of RecordScatte...
2010-12-22 Daniel DunbarMC/Mach-O: Return to reporting errors if we see unexpec...
2010-12-22 Daniel DunbarMC/Mach-O/ARM: Recognize generic _Data_N fixup kinds.
2010-12-22 Daniel DunbarMC/Mach-O/ARM: Add enough relocation logic to get BR24...
2010-12-22 Daniel DunbarMC/Mach-O/ARM: Fix thinko.
2010-12-22 Rafael EspindolaUse references and simplify.
2010-12-22 Rafael EspindolaSimplify the handling of .size expressions.
2010-12-22 Daniel DunbarMC/Mach-O/ARM: Stub out RecordARMRelocation, which...
2010-12-22 Daniel DunbarSimplify.
2010-12-22 Daniel DunbarMC/Mach-O: Split out RecordARMRelocation for now, it...
2010-12-21 Matt Beaumont-GayGCC objects to the two sides of a conditional expressio...
2010-12-21 Rafael EspindolaSimplify EvaluateAsAbsolute now that EvaluateAsRelocata...
2010-12-21 Rafael EspindolaDon't relax org or align. They change size as the relax...
2010-12-21 Daniel DunbarMC/Mach-O: Shuffle enums a bit to make it harder to...
2010-12-21 Rafael EspindolaLayout one section until no relaxations are done and...
2010-12-20 Roman DivackySet the value of absolute symbols.
2010-12-19 Nick LewyckyAdd missing standard headers. Patch by Joerg Sonnenberger!
2010-12-19 Rafael EspindolaFixed version of 122160 (the previous one would fold...
2010-12-19 Rafael EspindolaRevert 122160 while I debug it.
2010-12-19 Rafael EspindolaMove all folding to AttemptToFoldSymbolOffsetDifference.
2010-12-18 Roman DivackyAdd support for lexing single quotes like 'c'.
2010-12-18 Rafael EspindolaMerge isAbsolute into IsSymbolRefDifferenceFullyResolved.
2010-12-18 Rafael EspindolaRemove the MCObjectFormat class.
2010-12-18 Rafael EspindolaAdd a FIXME and explain a hack.
2010-12-18 Rafael EspindolaFix the note.
2010-12-18 Rafael EspindolaRevert 122011, 122012, 122013, 122023 adding back an...
2010-12-18 Rafael EspindolaMove some data to the TargetWriter.
2010-12-17 Owen AndersonThumb's forced-PC-alignment requirement applies to...
2010-12-17 Rafael EspindolaStore and free the TargetObjectWriter.
2010-12-17 Rafael EspindolaStub out explicit MCELFObjectTargetWriter interface.
2010-12-17 Rafael EspindolaMove createELFObjectWriter to its own header.
2010-12-17 Rafael EspindolaUse getFixupKindInfo to implement isFixupKindPCRel...
2010-12-17 Daniel DunbarMC/Expr: Implemnt more aggressive folding during symbol...
2010-12-17 Daniel DunbarMC/Mach-O: On second thought, use a custom hook for...
2010-12-17 Daniel DunbarMC/Mach-O: Implement IsSymbolRefDifferenceFullyResolved.
2010-12-17 Daniel DunbarMC/ObjectWriter: Add a new IsSymbolRefDifferenceFullyRe...
2010-12-17 Daniel DunbarMC/Assembler: Strip out object writer arguments, now...
2010-12-17 Daniel DunbarMC/Assembler: Make the MCObjectWriter available through...
2010-12-17 Daniel DunbarMC/Target: Remove HasScatteredSymbols target hook varia...
2010-12-17 Daniel DunbarMC/Expr: Simplify.
2010-12-17 Daniel DunbarMC: Remove another dead MCAssembler argument, and updat...
2010-12-17 Daniel DunbarMC: Remove dead MCAssembler argument -- Rafael, can...
2010-12-17 Daniel DunbarMC: Simplify (remove unnecessary MCAssembler argument...
2010-12-17 Daniel DunbarWrite => in a more normal form.
2010-12-17 Daniel DunbarMC/Expr: Simplify (and add a FIXME).
2010-12-17 Rafael Espindola"Fix" FDE alignment to match what gas does.
2010-12-16 Daniel DunbarMC/Expr: Add a doxyment.
2010-12-16 Daniel DunbarMC/Mach-O: Lift some MachObjectWriter arguments into...
2010-12-16 Daniel DunbarMC/Mach-O: Stub out explicit MCMachObjectTargetWriter...
2010-12-16 Daniel DunbarMC/Mach-O: Move createMachObjectWriter into MCMachObjec...
2010-12-16 Daniel DunbarMC/Mach-O: Use fixup info instead of hard coded list.
2010-12-16 Daniel DunbarMC: Move target specific fixup info descriptors to...
2010-12-16 Jason W Kim1. ARM/MC/ELF: A few more ELF relocs for .o
2010-12-16 Daniel DunbarMC: Make TargetAsmBackend available to the AsmStreamer.
2010-12-15 Matt Beaumont-GayBetter fix for opt build
2010-12-15 Matt Beaumont-GayFix opt -Werror build
2010-12-15 Owen AndersonFix typo in r121875.
2010-12-15 Owen AndersonImplement cleanups suggested by Daniel.
2010-12-15 Rafael EspindolaRelax alignment fragments.
2010-12-15 Rafael EspindolaPatch by David Meyer to avoid a O(N^2) behaviour when...
2010-12-15 Rafael EspindolaGeneralize an assert.
2010-12-14 Jim GrosbachARM Fixups relative to thumb functions need to have...
2010-12-13 Jason W KimFirst cut of ARM/MC/ELF PIC relocations.
2010-12-10 Jim GrosbachThumb unconditional branch binary encoding. rdar:/...
2010-12-10 Rafael EspindolaFixed version of 121434 with no new memory leaks.
2010-12-10 Rafael EspindolaRevert my previous patch to make the valgrind bots...
2010-12-09 Rafael EspindolaInitial support for the cfi directives. This is just...
2010-12-09 Rafael EspindolaUse const references.
2010-12-09 Owen AndersonFix an issue in some Thumb fixups, where the effective...
2010-12-09 Jim GrosbachRename CB/CBZ specific fixup accordingly.
2010-12-09 Devang PatelAdd assert to catch an attempt to emit .byte 256
2010-12-08 Jason W KimARM/MC/ELF TPsoft is now a proper pseudo inst.
2010-12-08 Bill WendlingSupport the "target" encodings for the CB[N]Z instructions.
2010-12-08 Bill WendlingAdd support for loading from a constant pool.
2010-12-08 Jim GrosbachLet target asm backends see assembler flags as they...
2010-12-07 Rafael EspindolaLayout each section independently. With the testcase...
2010-12-07 Rafael EspindolaFix absolute recording of differences of symbols in...
2010-12-07 Rafael EspindolaFix relocations with weak definitions.
2010-12-07 Rafael EspindolaFix pcrel relocations that cross sections.
2010-12-07 Rafael EspindolaFix a crash reduced from gcc produced assembly.
2010-12-07 Rafael EspindolaSorry for such a large commit. The summary is that...
2010-12-06 Jim GrosbachAdd fixup for Thumb1 BL/BLX instructions.
2010-12-06 Rafael EspindolaUse references to simplify the code a bit.
2010-12-06 Jason W KimRefactor ELFObjectWriter.
2010-12-06 Rafael Espindolause getSymbolOffset.
2010-12-06 Rafael EspindolaAnother use of getSymbolOffset.
2010-12-06 Rafael EspindolaRemove the instruction fragment to data fragment loweri...
2010-12-06 Rafael EspindolaSecond try at making direct object emission produce...
2010-12-06 Rafael EspindolaRevert previous two patches while I try to find out...
2010-12-06 Rafael EspindolaAdd an EmitAbsValue helper method and use it in cases...
2010-12-06 Rafael EspindolaRemove the getAddress getter, initialize Ordinal in...
2010-12-06 Rafael EspindolaSimplify a bit.
next