Unittests/Support/PathV2: Cleanup and remove output.
[oota-llvm.git] / lib /
2010-12-03 Bill WendlingDon't overwrite the opcode passed into the T1Special...
2010-12-03 Bill WendlingAdd Thumb encoding for some more instructions.
2010-12-03 Michael J. SpencerSupport/Windows/FileSystem: Remove unneeded toNullTermi...
2010-12-03 Michael J. SpencerSupport/FileSystem: Add unique_file and exists implemen...
2010-12-03 Rafael EspindolaDo with uleb the same trick we now do with dwarf line...
2010-12-03 Rafael EspindolaTry to resolve symbol differences early, and if success...
2010-12-03 Bill WendlingThe tLDR instruction wasn't encoded properly:
2010-12-03 Devang PatelIt may not be an option to skip .debug_line if there...
2010-12-02 Jim GrosbachTrailing whitespace.
2010-12-02 Devang PatelUse set directive for StartMinusEndExpr.
2010-12-02 Jakob Stoklund OlesenUpdate LiveDebugVariables during coalescing.
2010-12-02 Jim GrosbachWhen expanding the MOVCCi32imm, make sure to use the...
2010-12-02 Jim GrosbachFix copy/pasto in vmin.f32 encoding.
2010-12-02 Wesley PeckTeaching MBlaze backend how to reverse branch conditions.
2010-12-02 Rafael EspindolaAdd a fast path to EvaluateSymbolicAdd. This avoids...
2010-12-02 Rafael EspindolaMove EmitValueToOffset to the ObjectStreamer.
2010-12-02 Rafael EspindolaAdd EmitInstToFragment to the generic object streamer.
2010-12-02 Rafael EspindolaThe sections that the ELF object writer has to create...
2010-12-02 Devang PatelIf tehre are not any line entry then do not try to...
2010-12-02 Jakob Stoklund OlesenImplement the first half of LiveDebugVariables.
2010-12-02 Jim GrosbachAdd support for binary encoding of ARM 'adr' instructio...
2010-12-02 Devang PatelRevert r120580.
2010-12-01 Evan ChengFix and re-enable tail call optimization of expanded...
2010-12-01 Rafael EspindolaRemove unused argument.
2010-12-01 Jason W Kimfixing style nit: move class static to global static
2010-12-01 Bill WendlingAdd a post encoder method to the VFP instructions to...
2010-12-01 Jim GrosbachUse the correct fixup type for ARM VLDR*
2010-12-01 Rafael EspindolaRename temporary symbols if they conflict with artifici...
2010-12-01 Michael J. SpencerSupport/FileSystem: Fix copy_file implementation to...
2010-12-01 Michael J. SpencerSupport/ADT/Twine: Add toNullTerminatedStringRef.
2010-12-01 Jim GrosbachRefactor LEApcrelJT as a pseudo-instructionlowered...
2010-12-01 Michael J. SpencerSupport/FileSystem: Add copy_file implementation. Not...
2010-12-01 Owen AndersonAdd correct encodings for STRD and LDRD, including...
2010-12-01 Jason W Kimkill trailing space
2010-12-01 Jim GrosbachFix a mised reloc rename spot.
2010-12-01 Jim Grosbach10 bits, not 12.
2010-12-01 Devang PatelDisable debug info for x86-darwin9 and earlier until...
2010-12-01 Duncan SandsI don't think it makes any sense to assert that the...
2010-12-01 Che-Liang Chiouptx: bug fix: use after free
2010-12-01 Jay FoadPR5207: Rename overloaded APInt methods set(), clear...
2010-12-01 Michael J. SpencerSupport/PathV2: Add is_{absolute,relative} implementation.
2010-12-01 Michael J. SpencerSupport/PathV2: Add has_{root_path,root_name,root_direc...
2010-12-01 Jim GrosbachElaborate on FIXME.
2010-12-01 Jim GrosbachMove the ARMAsmPrinter class defintiion into a header...
2010-12-01 Michael J. SpencerSupport/PathV2: Add extension implementation.
2010-12-01 Evan ChengSpeculatively disable x86 portion of r120501 to appease...
2010-12-01 Michael J. SpencerSupport/PathV2: Add stem implementation.
2010-12-01 Michael J. SpencerSupport/PathV2: Add filename implementation.
2010-12-01 Bill WendlingRemove "comparison of integers of different signs"...
2010-12-01 Michael J. SpencerSupport/PathV2: Add native implementation.
2010-12-01 Dan GohmanDelete Path::appendSuffix's return value; it wasn't...
2010-12-01 Bill WendlingGeneral cleanups of comments.
2010-12-01 Jason W KimARM/MC/ELF relocation "hello world" for movw/movt.
2010-12-01 Bill WendlingFormatting. It's all the rage!
2010-12-01 Bill WendlingMore refactoring. This time the T1pI pattern.
2010-12-01 Eric ChristopherRefactor load/store handling again. Simplify and make...
2010-12-01 Jan Wen VoungInitialize an ARMConstantPoolValue field.
2010-12-01 Bill Wendlings/T1pIEncode/T1pILdStEncode/g
2010-12-01 Bill WendlingRenaming variables to coincide with documentation....
2010-12-01 Chris Lattnerfix a bozo bug I introduced in r119930, causing a misco...
2010-12-01 Bill WendlingRefactor T1sI and T1sIt encodings into helper classes.
2010-12-01 Michael J. SpencerSupport/PathV2: Add replace_extension implementation.
2010-12-01 Michael J. SpencerSupport/PathV2: Add remove_filename implementation.
2010-12-01 Bill WendlingRefactor the T1sIt encodings into a parent class to...
2010-12-01 Owen AndersonUse by-name rather than by-order matching for NEON...
2010-11-30 Andrew TrickComment typo.
2010-11-30 Evan ChengEnable sibling call optimization of libcalls which...
2010-11-30 Bill WendlingRename operands to match ARM documentation. No function...
2010-11-30 Jim GrosbachFix typo.
2010-11-30 Chris LattnerEnhance DSE to handle the variable index case in PR8657.
2010-11-30 Jim GrosbachTrailing whitespace.
2010-11-30 Michael J. SpencerSupport/PathV2: Implement reverse iteration and parent_...
2010-11-30 Michael J. SpencerSupport/ADT/StringRef: Add find_last_of.
2010-11-30 Jason W KimThanks to JimG for catching this!
2010-11-30 Andrew TrickCoding style. No significant functionality. Abandon...
2010-11-30 Bill WendlingInline classes that were used in only one place.
2010-11-30 Chris Lattnerteach DSE to use GetPointerBaseWithConstantOffset to...
2010-11-30 Bill Wendling* Add support for encoding t_addrmode_s2 and t_addrmode...
2010-11-30 Owen AndersonSimplify the encoding of reg+/-imm12 values that allow...
2010-11-30 Jim GrosbachFix handling of ARM negative pc-relative fixups for...
2010-11-30 Chris Lattnermove GetPointerBaseWithConstantOffset out of GVN into...
2010-11-30 Chris Lattnerremove a fixed fixme
2010-11-30 Chris LattnerMake DeleteDeadInstruction be a static function, move...
2010-11-30 Eric ChristopherMove X86InstrFPStack.td over to PseudoI as well.
2010-11-30 Chris Lattnerswitch RemoveAccessedObjects to use AliasAnalysis:...
2010-11-30 Chris Lattnertwo improvements to RemoveAccessedObjects:
2010-11-30 Eric ChristopherMigrate X86InstrControl.td to use PseudoI and fix a...
2010-11-30 Chris Lattnerremove the "undead" terminology, which is nonstandard...
2010-11-30 Chris Lattnermove call handling in handleEndBlock up a bit, and...
2010-11-30 Dale JohannesenAvoid exponential growth of a table. It feels like
2010-11-30 Owen AndersonProvide Thumb2 encodings for a few miscellaneous instru...
2010-11-30 Chris Lattnervarious cleanups and code simplification
2010-11-30 Chris Lattnermake getPointerSize a static function. Add ivars to...
2010-11-30 Chris Lattnerreduce indentation, clean up TD use a bit.
2010-11-30 Jim GrosbachAdd FIXME
2010-11-30 Owen AndersonAdd encoding support for Thumb2 PLD and PLI instructions.
2010-11-30 Eric ChristopherNoticed this on inspection, fix and update some comments.
2010-11-30 Chris Lattnerenhance isRemovable to refuse to delete volatile mem...
2010-11-30 Jim GrosbachPseudo-ize ARM MOVPCRX
2010-11-30 Owen AndersonProvide encodings for a few more load/store variants.
next