Revert r119551, which broke buildbots.
[oota-llvm.git] / lib /
2010-11-17 Owen AndersonRevert r119551, which broke buildbots.
2010-11-17 Dan GohmanVerify SCEVAddRecExpr's invariant in ScalarEvolution...
2010-11-17 Owen AndersonProvide Thumb2 encodings for bitfield instructions.
2010-11-17 Dan GohmanFix ScalarEvolution's range memoization to avoid using a
2010-11-17 Evan ChengRemove ARM isel hacks that fold large immediates into...
2010-11-17 Rafael Espindolamake isVirtualSection a virtual method on MCSection...
2010-11-17 Owen AndersonMore miscellaneous Thumb2 encodings.
2010-11-17 Jim GrosbachFix typo.
2010-11-17 Bill WendlingAdd missing opcodes now that this function's used in...
2010-11-17 Benjamin KramerInstCombine: Add a missing irem identity (X % X -> 0).
2010-11-17 Duncan SandsMove some those Xor simplifications which don't require...
2010-11-17 Jim GrosbachMore ARM encoding bits. LDRH now encodes properly.
2010-11-17 Rafael EspindolaAdd support for .int.
2010-11-17 Rafael EspindolaAdd support for .2byte, .4byte and .8byte.
2010-11-17 Daniel DunbarMC-JIT: Stub out "pure" streamer.
2010-11-17 Daniel DunbarMCJIT: Stub out MCJIT implementation, still doesn't...
2010-11-17 Daniel Dunbarlli: Add stub -use-mcjit option, which doesn't currentl...
2010-11-17 Duncan SandsHave InlineFunction use SimplifyInstruction rather...
2010-11-17 Duncan SandsNow that hasConstantValue has been made simpler, it...
2010-11-17 Evan ChengRevert r119109 for now. It's breaking 176.gcc.
2010-11-17 Duncan SandsPreviously SimplifyInstruction could report that an...
2010-11-17 Chris LattnerWith the newly simplified SourceMgr interfaces and...
2010-11-17 Chris Lattnernow that AsmPrinter::EmitInlineAsm is factored right...
2010-11-17 Che-Liang ChiouAdd simple arithmetics and %type directive for PTX
2010-11-17 Evan ChengSimplify code that toggle optional operand to ARM:...
2010-11-17 Chris Lattnerrearrange how the handler in SourceMgr is installed...
2010-11-17 Chris Lattnerrefactor the interface to EmitInlineAsm a bit, no funct...
2010-11-17 Chris Lattnerfix PR8613 - Copy constructor of SwitchInst does not...
2010-11-17 Chris Lattnertidy up
2010-11-17 Bill WendlingThe machine instruction no longer encodes the submode...
2010-11-17 Bill WendlingProper encoding for VLDM and VSTM instructions. The...
2010-11-17 Duncan SandsFix a layering violation: hasConstantValue, which is...
2010-11-17 Duncan SandsHave ScalarEvolution use SimplifyInstruction rather...
2010-11-17 Duncan SandsHave RemovePredecessorAndSimplify you SimplifyInstruction
2010-11-17 Duncan SandsRemove dead code in GVN: now that SimplifyInstruction...
2010-11-17 Dan GohmanMemoize results from ScalarEvolution's getUnsignedRange...
2010-11-17 Eric ChristopherOnly avoid the check if we're the last operand before...
2010-11-17 Bill WendlingAdd binary emission stuff for VLDM/VSTM. This reuses the
2010-11-17 Peter CollingbourneFix typo: Exectuable -> Executable
2010-11-16 Bill WendlingUse the correct variable names so that the encodings...
2010-11-16 Dan GohmanReapply r118917. With pseudo-instruction expansion...
2010-11-16 Oscar FuentesFix assembling X86CompilationCallback_Win64.asm on...
2010-11-16 Dan GohmanFix grammaro.
2010-11-16 Evan ChengAdd ExpandPseudos.cpp.
2010-11-16 Rafael EspindolaAdd .loc methods to the streamer.
2010-11-16 Dan GohmanSplit pseudo-instruction expansion into a separate...
2010-11-16 Jakob Stoklund OlesenFix emergency spilling in LiveIntervals::spillPhysRegAr...
2010-11-16 Jakob Stoklund OlesenPrint out the register class of the current interval.
2010-11-16 Rafael EspindolaParse and ignore some .cfi_* directives.
2010-11-16 Michael J. SpencerThis is the first step in adding sane error handling...
2010-11-16 Jim GrosbachARM conditional mov encoding fix.
2010-11-16 Duncan SandsHave a few places that want to simplify phi nodes use...
2010-11-16 Duncan SandsIn which I discover the existence of loops. Threading...
2010-11-16 Rafael EspindolaA bit more of gnu as compatibility when handling reloca...
2010-11-16 Bill WendlingL_bit doesn't work here.
2010-11-16 Bill Wendling- Remove dead patterns.
2010-11-16 Bill Wendlingvldm and vstm are mnemonics for vldmia and vstmia resp.
2010-11-16 Eric ChristopherMake the verifier a little quieter on instructions...
2010-11-16 Chris LattnerFix a bug I introduced in the ppc refactoring, which...
2010-11-16 Bill WendlingEncode the multi-load/store instructions with their...
2010-11-16 Michael J. SpencerObject: Get rid of sys::Path, Triple, and cleanup names...
2010-11-16 Chris Lattneradd copy of comment to the code that will survive the...
2010-11-16 Chris Lattnerrelax an assertion a bit, allowing the GPR argument of
2010-11-16 Jakob Stoklund OlesenRemember to resize SpillSlotToUsesMap when allocating...
2010-11-16 Jakob Stoklund OlesenFix PR8612 in the standard spiller, take two.
2010-11-16 Owen AndersonAdd Thumb2 encodings for mov and friends.
2010-11-15 Rafael EspindolaChange the 11 byte nop to be a single instruction.
2010-11-15 Chris Lattnerfix a pasto that massively broke the ppc jit while...
2010-11-15 Jakob Stoklund OlesenRevert "Fix PR8612 in the standard spiller as well."
2010-11-15 Owen AndersonAttempt to provide encodings for some miscellaneous...
2010-11-15 Evan ChengCode clean up. The peephole pass should be the one...
2010-11-15 Owen AndersonProvide Thumb2 encodings for sxtb and friends.
2010-11-15 Eric ChristopherRecommit this change and remove the failing part of...
2010-11-15 Jakob Stoklund OlesenFix PR8612 in the standard spiller as well.
2010-11-15 Jakob Stoklund OlesenWhen spilling a register defined by an early clobber...
2010-11-15 Jim GrosbachARM LDR_PRE/LDR_POST/STR_PRE/STR_POST (and the *B count...
2010-11-15 Owen AndersonAdd Thumb2 encodings for comparison and shift operators.
2010-11-15 Benjamin KramerFix compiler warnigns.
2010-11-15 Owen AndersonAdd correct Thumb2 encodings for mvn and friends.
2010-11-15 Jim GrosbachAdd FIXMEs.
2010-11-15 Jim GrosbachNuke redundant encoding bit set.
2010-11-15 Duncan SandsTeach InstructionSimplify the trick of skipping incomin...
2010-11-15 Rafael EspindolaChange MCExpr::EvaluateAsRelocatableImpl of variables...
2010-11-15 Jason W KimDovetail with Dan Dunbar's rework of ELFObjectWriter.
2010-11-15 Rafael EspindolaFix PR8565.
2010-11-15 Kalle RaiskilaImprove code layout, mostly indentation.
2010-11-15 Chris LattnerWire up primitive support in the assembler backend...
2010-11-15 Chris Lattnersplit out an encoder for memri operands, allowing a...
2010-11-15 Chris Lattneradd support for encoding the lo14 forms used for a...
2010-11-15 Chris Lattnerfix a regression with the new instprinter: we lost...
2010-11-15 Chris Lattnerimplement the start of support for lo16 and ha16, allow...
2010-11-15 Chris Lattneradd a fixup for conditional branches, giving us output...
2010-11-15 Chris Lattnerchange direct branches to encode with the same encoding...
2010-11-15 Chris Lattnereliminate a now-unneeded operand printer.
2010-11-15 Chris Lattnersplit call operands out to their own encoding class...
2010-11-15 Chris Lattnercorrect the fixup comment printer to work on big endian...
2010-11-15 Chris Lattneradd proper encoding for MTCRF instead of using a hack.
2010-11-15 Chris Lattneradd fields to the .td files unconditionally, simplifyin...
2010-11-15 Chris Lattneradd basic encoding support for immediates and registers...
2010-11-15 Chris Lattneradd a dummy entry to fix a build error
next