remove a few DOUTs here and there.
[oota-llvm.git] / lib / Target /
2009-08-15 Dan GohmanOn x86-64, for a varargs function, don't store the...
2009-08-14 Evan ChengLeaf functions which do not save CSRs can be frameless...
2009-08-14 Anton KorobeynikovAllow targets to specify their choice of calling conven...
2009-08-14 Evan ChengAdd Thumb2 lsr hooks.
2009-08-14 Oscar FuentesCMake: Corrected variable check.
2009-08-14 Evan Cheng80 col violation.
2009-08-14 Anton KorobeynikovCleanup the mess in msp430 target registration and...
2009-08-14 Evan ChengIndentation.
2009-08-14 Anton KorobeynikovHopefully unbreak cmake builds
2009-08-14 Evan ChengAlso shrink immediate branches; also more assembler...
2009-08-14 Anton KorobeynikovGive MSP430 a separate asmprinter lib
2009-08-14 Anton KorobeynikovProperly handle indirect win64 args when they're passed...
2009-08-14 Owen AndersonGet the CPP backend into some semblance of working...
2009-08-14 Bob WilsonNow that all the legal Neon shuffles (or at least the...
2009-08-14 Bob WilsonCreate a new ARM-specific DAG node, VDUP, to represent...
2009-08-14 Bob WilsonDuring legalization, change Neon vdup_lane operations...
2009-08-14 Daniel DunbarUpdate llvm-mc / MCAsmStreamer to print the instruction...
2009-08-14 Daniel DunbarAdd virtual printMCInst method to AsmPrinter, as a...
2009-08-14 Daniel DunbarAdd X86 instruction printer support for printing MCValu...
2009-08-14 Evan ChengShrink ADR and LDR from constantpool late during consta...
2009-08-14 Evan ChengNew entry.
2009-08-14 Dan GohmanMake these matching rules more strict so that they...
2009-08-13 Daniel DunbarTargetRegistry: Change AsmPrinter constructor to be...
2009-08-13 Bruno Cardoso LopesRemove HasCrazyBSS and add a flag in TAI to indicate...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-13 Daniel DunbarTargetRegistry: Reorganize AsmPrinter construction...
2009-08-13 Daniel DunbarReapply pieces of 78914 reverted in 78916, this has...
2009-08-13 Daniel DunbarRevert 78892 and 78895, these break generating working...
2009-08-13 Jim GrosbachAdd missing defs of R2 and D1.
2009-08-13 Daniel DunbarRemove obsoleted files (from AsmPrinter move)
2009-08-13 Owen AndersonRevert r78914, as it was breaking the build.
2009-08-13 Sanjiv GuptaMove PIC16 AsmPrinter to PIC16/AsmPrinter directory.
2009-08-13 David GoodwinFinalize itineraries for cortex-a8 integer multiply
2009-08-13 Jim GrosbachRemove unnecessary newline
2009-08-13 Jim GrosbachCorrect comment wording
2009-08-13 Chris Lattnerreintroduce support for Mips "small" section handling...
2009-08-13 Evan ChengtPOP_RET now has predicate operands.
2009-08-13 Bob WilsonAdd a fixme message about canonicalizing floating-point...
2009-08-13 Bob WilsonRevert r78852 for now. I want to do this differently...
2009-08-13 Chris Lattnerfix typo, add 10.6 version of test for my previous...
2009-08-13 Chris LattnerRestore some "small section" support code, reverting...
2009-08-13 Evan ChengIt's ok to spill a tGPR register as long as it's still...
2009-08-13 Chris Lattnerfix a minor fixme. When building with SL and later...
2009-08-13 Bruno Cardoso LopesChange MCSectionELF to represent a section semantically...
2009-08-13 Bob WilsonAdd a comment to describe why vector shuffles are legal...
2009-08-13 Bob WilsonUse cast<> instead of dyn_cast<> in places where the...
2009-08-13 Dan GohmanVarious AsmWriter output cleanups. Use WriteAsOperand...
2009-08-13 Chris Lattnersink uniquing of sections out of MCContext into the...
2009-08-13 Dale JohannesenSymbols with LinkerPrivateLinkage are weak.
2009-08-13 Chris Lattnermake PIC16 unique its own sections instead of having...
2009-08-13 Chris Lattneradd some comments: MCContext owns the MCSections, but...
2009-08-13 Chris Lattnerreject invalid code like:
2009-08-12 Chris Lattnerimplement support for uniquing MachO sections.
2009-08-12 Chris Lattnersome compiler don't get string from TLOF.h implicitly...
2009-08-12 Chris Lattnerreduce #includage
2009-08-12 Bob WilsonRecognize Neon VDUP shuffles during legalization instea...
2009-08-12 Bob WilsonRecognize Neon VREV shuffles during legalization instea...
2009-08-12 Dan GohmanThis void is implicit in C++.
2009-08-12 Bob WilsonGenerate Neon VTBL and VTBX instructions from the corre...
2009-08-12 Dan GohmanUse PadToColumn instead of tabs.
2009-08-12 Evan ChengPredCC is meant to be 2 bits wide, like PredCC1.
2009-08-12 David GoodwinEnhance the InstrStage object to enable the specificati...
2009-08-12 Jim GrosbachAdd catch block handling to SjLj exception handling.
2009-08-12 Bob WilsonFix TableGen warnings. This partly reverts my previous...
2009-08-12 Chris Lattnerchange CBE to just get TAI now, instead of TM to get...
2009-08-12 Dan GohmanTransform -X/C to X/-C, implementing a README.txt entry.
2009-08-12 Oscar FuentesCMake: Added asm file to x86_64 MSVC build.
2009-08-12 Jim Grosbachregister naming cleanup (s/ip/r12/)
2009-08-12 Chris LattnerChange TargetAsmInfo to be constructed via TargetRegist...
2009-08-12 Jakob Stoklund OlesenMove immediate constant predicate templates from the...
2009-08-12 Evan ChengShrink Thumb2 movcc instructions.
2009-08-12 Evan ChengRemove another Darwin assembler workaround.
2009-08-12 Evan Cheng80 col violation.
2009-08-12 Evan ChengRemove an Darwin assembler workaround.
2009-08-12 Evan ChengShrink ADDS, ADC, RSB, and SUBS.
2009-08-12 Bob WilsonAdd missing chain operands for VLD* and VST* instructions.
2009-08-12 Owen AndersonAdd contexts to some of the MVT APIs. No functionality...
2009-08-11 Chris Lattnerprune #include
2009-08-11 Chris Lattnerprune #includage.
2009-08-11 Chris Lattnerfix CodeGen/PowerPC/2007-01-15-AsmDialect.ll, fallout...
2009-08-11 Chris Lattnerchange the -x86-asm-syntax=intel/att flag to be in...
2009-08-11 Evan ChengShrinkify Thumb2 r = add sp, imm.
2009-08-11 Chris Lattnersecond half of commit.
2009-08-11 Chris Lattnerpass "is64Bit" flag into PPC TAI ctors instead of a...
2009-08-11 Chris Lattnereliminate asmflavor from subtarget, PPCTAI is the only...
2009-08-11 Chris LattnerChange the asmprinter to print the comment character...
2009-08-11 David GoodwinAllow a zero cycle stage to reserve/require a FU withou...
2009-08-11 Chris Lattnerfactorize more darwin TAI stuff. Note that this gives
2009-08-11 Daniel DunbarX86/AsmParser: Mark MOV64GSrm, MOV64FSrm, GS_MOV32rm...
2009-08-11 Chris Lattnerfactorize darwin ProtectedDirective and SetDirective.
2009-08-11 Daniel DunbarAdd 'isCodeGenOnly' bit to Instruction .td records.
2009-08-11 Chris Lattnerall darwin targets have .space and .zerofill, pull up.
2009-08-11 Chris Lattnereliminate template from arm TAI
2009-08-11 Chris Lattnerfix a bug I introduced in r78724 that caused failures in:
2009-08-11 Chris Lattnermove LCOMMDirective = "\t.lcomm\t" up to DarwinTAI...
2009-08-11 Owen AndersonFix warnings.
2009-08-11 Chris Lattnereliminate the X86TargetAsmInfo template.
2009-08-11 Sean CallananAdded ADD instructions with rAX as one parameter to...
2009-08-11 Evan ChengShrinkify Thumb2 load / store multiple instructions.
2009-08-11 Daniel Dunbarllvm-mc/AsmParser: Allow target to specific a comment...
next