Fix typo: Exectuable -> Executable
[oota-llvm.git] / lib /
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
2010-11-15 Chris LattnerImplement a basic MCCodeEmitter for PPC. This doesn...
2010-11-15 Chris Lattnerdissolve some more hacks.
2010-11-15 Chris Lattnerfix some fixme's, removing dead code.
2010-11-15 Chris Lattnerremove asmstrings (which can never be printed) from...
2010-11-15 Chris Lattnerstrength reduce TOC temp label generation, no functiona...
2010-11-15 Chris Lattnerrip out a ton of old instruction printing junk now...
2010-11-15 Michael J. SpencerObject: Add missing makefile.
2010-11-15 Evan ChengMake sure ARM multi load / store pass copies memoperand...
2010-11-15 Chris LattnerTurn on the new instprinter by default.
2010-11-15 Michael J. SpencerAdd LLVMObject Library.
2010-11-15 Chris Lattnerconvert the operand bits into bitfields since they...
2010-11-15 Chris Lattneradd targetoperand flags for jump tables, constant pool...
2010-11-15 Chris Lattnerremove some extraneous quotes to make the new instprint...
2010-11-15 Chris Lattnersilence a ton of warnings from clang.
2010-11-15 Anton KorobeynikovAttempt to unbreak cmake-based builds
2010-11-15 Anton KorobeynikovFirst step of huge frame-related refactoring: move...
2010-11-15 Anton KorobeynikovWhitespace cleanup
2010-11-14 Rafael EspindolaMove the logic to decide with which symbol we produce...
2010-11-14 Chris Lattnerimplement support for the MO_DARWIN_STUB TargetOperand...
2010-11-14 Chris Lattnertidy up, no functionality change.
2010-11-14 Chris Lattnerwith the picbase nonsense starting to be figured out...
2010-11-14 Chris Lattnermove the pic base symbol stuff up to MachineFunction
2010-11-14 Chris Lattnersimplify getPICBaseSymbol a bit.
2010-11-14 Chris Lattnerreimplement ppc asmprinter "toc" handling to use a...
2010-11-14 Chris Lattnerlower PPC::MFCRpseud when transforming to MC, avoiding...
2010-11-14 Chris Lattnermake the stubbed-out printer methods abort instead of
2010-11-14 Chris Lattnerwire up a few more things, down to 4 test failures...
2010-11-14 Chris Lattnerproperly wire up the instprinter to the ppc64 backend...
2010-11-14 Chris Lattnerimplement pretty printing support for the various pseudo
2010-11-14 Chris LattnerWire up symbol hi/lo printing. We don't print hi(...
2010-11-14 Chris Lattnerimplement basic support for symbol operand lowering,
2010-11-14 Chris Lattnertrim #includes.
2010-11-14 Chris Lattnerswitch PPC to a simplified MCInstLowering model.
2010-11-14 Rafael EspindolaFix another case of a .comm directive without a corresp...
2010-11-14 Chris Lattnerfix PPC.h to not pull in TargetMachine.h
2010-11-14 Chris Lattnerrename LowerToMCInst -> LowerARMMachineInstrToMCInst.
2010-11-14 Chris Lattnereven more simplifications. ARM MCInstLowering is...
2010-11-14 Chris Lattnermore shrinkification
next