More Thumb encodings.
[oota-llvm.git] / lib /
2010-11-29 Bill WendlingMore Thumb encodings.
2010-11-29 Bill WendlingAdd Thumb encodings for REV instructions.
2010-11-29 Bill WendlingAdd more Thumb encodings.
2010-11-28 Rafael EspindolaMake EmitIntValue non virtual.
2010-11-28 Rafael EspindolaForgot the MCPureStreamer::EmitValue in the previous...
2010-11-28 Rafael EspindolaMove EmitValue to MCObjectStreamer.
2010-11-28 Rafael EspindolaMove lowering of TLS_addr32 and TLS_addr64 to X86MCInst...
2010-11-28 Jay FoadPR5207: change APInt::doubleToBits() and APInt::floatTo...
2010-11-28 Chris Lattnerfix PR8686, accepting a 'b' suffix at the end of all...
2010-11-28 Chris Lattneradd a function to the C api to get the context out...
2010-11-28 Nicolas GeoffrayWhen emitting a single function with cppgen=function...
2010-11-28 Rafael EspindolaFixed verson of r120245.
2010-11-28 Rafael EspindolaRevert previous patch while I debug the darwin bootstra...
2010-11-28 Rafael EspindolaFactor some duplicated code into MCObjectStreamer:...
2010-11-28 Rafael EspindolaAvoid code duplication in the many unsupported EmitGPRe...
2010-11-28 Rafael EspindolaMove the PTXMCAsmStreamer class to the .cpp file.
2010-11-28 Rafael EspindolaDefine generic 1, 2 and 4 byte pc relative relocations...
2010-11-28 Bob WilsonAdd support for NEON VLD2-dup instructions.
2010-11-28 Bob WilsonFix a comment typo.
2010-11-28 Bob WilsonAnother minor refactoring for VLD1DUP instructions.
2010-11-28 Bob WilsonAdd entry in getTargetNodeName() for ARMISD::VBICIMM.
2010-11-27 Anton KorobeynikovMove more PEI-related hooks to TFI
2010-11-27 Anton KorobeynikovMove callee-saved regs spills / reloads to TFI
2010-11-27 Rafael EspindolaLower TLS_addr32 and TLS_addr64.
2010-11-27 Rafael EspindolaImplement the data16 prefix.
2010-11-27 Benjamin KramerRemove PIC16 remnants.
2010-11-27 Daniel Dunbarmacho-dump: Add support for --dump-section-data and...
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping symbol table entries.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping string table data.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping relocation entries.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping sections.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping dysymtab indirect...
2010-11-27 Benjamin KramerUnbreak build for newer GCCs.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping symtab and dysymtab...
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping segment load commands.
2010-11-27 Owen AndersonSecond attempt at fixing the performance regressions...
2010-11-27 Daniel Dunbarraw_ostream::write_escaped: Add a UseHexEscapes argument.
2010-11-27 Daniel DunbarFix a comment.
2010-11-27 Daniel DunbarObject/Mach-O: Add header and load command information.
2010-11-27 Bob WilsonRefactor. Set alignment bit in VLD1-dup instruction...
2010-11-27 Daniel DunbarObject/Mach-O: Validate Mach-O magic and initialize...
2010-11-27 Bob WilsonAdd NEON VLD1-dup instructions (load 1 element to all...
2010-11-27 Bob WilsonFix incorrect scheduling itineraries for NEON vld1...
2010-11-27 Daniel DunbarMC/Mach-O: Start stubbing out a Mach-O object file...
2010-11-27 Daniel DunbarReduce nesting.
2010-11-27 Daniel DunbarMC/Mach-O: Migrate more constants into MachOFormat.h.
2010-11-27 Daniel DunbarMC/Mach-O: Switch to using MachOFormat.h.
2010-11-27 Daniel DunbarMC/Mach-O: Introduce Object/MachOFormat for describing...
2010-11-26 Rafael EspindolaRemove the unused TheTarget member.
2010-11-26 Michael J. SpencerFix Whitespace.
2010-11-26 Jakob Stoklund OlesenMove tree navigation to a new Path class that doesn...
2010-11-25 Rafael EspindolaUse multiple 0x66 prefixes so that all nops up to 15...
2010-11-25 Benjamin KramerNamespacify.
2010-11-25 Rafael EspindolaFactor some code to parseSectionFlags and fix the defau...
2010-11-24 Nick LewyckyTreat a call of function pointer like a load of the...
2010-11-24 Rafael EspindolaBehave a bit more like gnu as and use the symbol (inste...
2010-11-24 Rafael EspindolaRelocate with the symbol if the relocation is of kind...
2010-11-24 Rafael EspindolaFix and add tests for all cases in x86 and x86_64 where...
2010-11-24 Wesley PeckUpdating MBlaze .mask and .frame directives to match...
2010-11-24 Wesley Peck1. Fixing error where basic block labels were not being...
2010-11-24 Kalle RaiskilaUse i8 as SETCC result type for i1 in SPU.
2010-11-24 Kalle RaiskilaAllow for 'fcmp ogt' in SPU.
2010-11-24 Rafael EspindolaIf a symbol is used as tls, mark it as tls even if...
2010-11-23 Chris Lattneradd a MemoryBuffer::getOpenFile method, which turns...
2010-11-23 Duncan SandsRename SimplifyDistributed to the more meaningfull...
2010-11-23 Benjamin KramerThe srem -> urem transform is not safe for any divisor...
2010-11-23 Duncan SandsReplace calls to ConstantFoldInstruction with calls...
2010-11-23 Duncan SandsConstant folding here is pointless, because Instruction...
2010-11-23 Jason W KimMove the ARM reloc constants to Support/ELF.h
2010-11-23 Bob WilsonRecognize sign/zero-extended constant BUILD_VECTORs...
2010-11-23 Benjamin KramerInstCombine: Reduce "X shift (A srem B)" to "X shift...
2010-11-23 Duncan SandsPropagate LeftDistributes and RightDistributes into...
2010-11-23 Duncan SandsFix typo pointed out by Frits van Bommel and Marius...
2010-11-23 Duncan SandsExploit distributive laws (eg: And distributes over...
2010-11-23 Kalle RaiskilaDivision by pow-of-2 is not cheap on SPU, do it with
2010-11-23 Rafael EspindolaImplement the rex64 prefix.
2010-11-23 Duncan SandsExpand a little on the description of what InstructionS...
2010-11-23 Duncan SandsClarify that constant folding of instructions applies...
2010-11-23 Rafael EspindolaInvalidate the layout on any relaxation, not just Instr...
2010-11-23 Rafael EspindolaProduce a relocation for pcrel absolute values. Based...
2010-11-23 Chris LattnerRevert functionality doug added in r98575 that was...
2010-11-23 Rafael EspindolaReuse data fragments while lowering. Patch by David...
2010-11-23 Wesley PeckRenaming ISD::BIT_CONVERT to ISD::BITCAST to better...
2010-11-23 Chris Lattneradd a 'LLVMConstIntOfArbitraryPrecision' api to the...
2010-11-23 Chris Lattnerduncan's spider sense was right, I completely reversed...
2010-11-22 Jason W KimFixed some style issues (no _, no spc after !)
2010-11-22 Rafael EspindolaRemove duplicated constants. Thanks to Jason for notici...
2010-11-22 Benjamin KramerInstCombine: Implement X - A*-B -> X + A*B.
2010-11-22 Jason W KimMake the <ARCH>ELFObjectWriter statics private
2010-11-22 Jason W KimFix misplaced statics.
2010-11-22 Jason W KimKill trailing whitespace
2010-11-22 Jason W KimRefactor the ELFRelocationEntry (pull up) and move...
2010-11-22 Evan ChengFix epilogue codegen to avoid leaving the stack pointer...
2010-11-22 Duncan SandsIf a GEP index simply advances by multiples of a type...
2010-11-22 Kalle RaiskilaFix a bug with extractelement on SPU.
2010-11-22 Rafael EspindolaAdd basic CFI methods to the streamer interface.
2010-11-22 Duncan SandsMove the "gep undef" -> "undef" transform from instcomb...
2010-11-22 Rafael EspindolaRemove some #includes.
2010-11-22 Benjamin KramerImplement the "if (X == 6 || X == 4)" -> "if ((X|2...
2010-11-22 Duncan SandsDon't keep track of inserted phis in PromoteMemoryToReg...
next