Add support for a new STRING and LOCATION node for line number support, patch
[oota-llvm.git] / lib / Target /
2005-11-29 Chris LattnerNo targets support line number info yet.
2005-11-29 Nate BegemanAdd the majority of the vector machien value types...
2005-11-29 Evan ChengFixed a comment bug:
2005-11-29 Chris Lattnerrefix typo
2005-11-29 Chris Lattnerdon't say this is i128, because it isn't yet. Hopefull...
2005-11-29 Chris Lattnerrevert my change for the time being, which broke the...
2005-11-28 Chris Lattnerfix a typo :)
2005-11-28 Chris LattnerAdd a missed optimization
2005-11-26 Nate BegemanSmall tweaks noticed while on the plane.
2005-11-25 Duraid Madinaadd support for dynamic_stackalloc to the dag isel...
2005-11-23 Nate BegemanSome first bits of AltiVec stuff: Instruction Formats...
2005-11-22 Andrew LenharthFix warning, the better way. Really, this is what...
2005-11-22 Andrew LenharthFix warning
2005-11-22 Andrew Lenharthmassive DAGISel patch. lots and lots more stuff compil...
2005-11-21 Chris LattnerUse HasDotTypeDotSizeDirective instead of forELF
2005-11-21 Chris LattnerRemove a level of indentation by using a continue.
2005-11-21 Chris LattnerSimplify the subtarget info, allow the asmwriter to...
2005-11-21 Chris LattnerUse subtarget information computed by X86Subtarget...
2005-11-21 Chris LattnerMake the X86 subtarget compute the basic target type...
2005-11-21 Chris LattnerAdd a forELF flag, allowing the removal of forCygwin...
2005-11-21 Chris Lattnersimplify and genericize this code
2005-11-21 Duraid Madinaadd support for div/rem to the dag->dag isel. yay.
2005-11-21 Chris LattnerEliminate unneeded intermediate class. Move doFinalize...
2005-11-21 Chris LattnerStart using shared asmprinter Constant Pool emitter...
2005-11-21 Chris Lattnerprune #include
2005-11-21 Chris LattnerSwitch to using the shared constant pool printer, along...
2005-11-21 Chris LattnerSwitch to using the generic constant pool emitter impl...
2005-11-21 Chris LattnerUse generic constant pool emission code in the AsmPrint...
2005-11-21 Chris LattnerUse the FunctionNumber provided by the AsmPrinter class
2005-11-21 Chris LattnerUse CommentString where possible, fix a bug where aix...
2005-11-21 Chris Lattnerunify the darwin and aix constant pool printers
2005-11-21 Chris LattnerAdjust to capitalized AsmPrinter method names
2005-11-21 Chris LattnerUse PrivateGlobalPrefix for basic block labels. This...
2005-11-21 Chris Lattneruse PrivateGlobalPrefix for basic blocks
2005-11-21 Chris LattnerUse PrivateGlobalPrefix for basic block labels
2005-11-21 Chris LattnerUse PrivateGlobalPrefix for basic blocks
2005-11-21 Chris LattnerSwitch to the new shared SwitchSection
2005-11-21 Chris LattnerStart using SwitchSection, allowing globals and functio...
2005-11-21 Chris Lattnerconvert the rest of this over to use SwitchSection
2005-11-21 Chris LattnerStart using the AsmPrinter shared SwitchSection code...
2005-11-21 Chris LattnerThis is now implemented in common codegen code
2005-11-21 Chris LattnerRename SwitchSection -> switchSection to avoid conflict...
2005-11-21 Chris LattnerStart using PrivateGlobalPrefix correctly
2005-11-21 Chris Lattnerset PrivateGlobalPrefix on darwin, use it when printing...
2005-11-21 Chris LattnerNaturally align doubles in the constant pool, set Priva...
2005-11-20 Chris LattnerLower READCYCLECOUNTER correctly, preserving the chain...
2005-11-20 Chris Lattnerencode rdtsc correctly
2005-11-20 Chris Lattneruse chain operands to ensure the copies don't wander...
2005-11-20 Andrew LenharthThe second patch of X86 support for read cycle counter.
2005-11-19 Chris LattnerTeach the x86 backend about the register constraints...
2005-11-19 Chris LattnerCapture more operand info, patch by Evan Cheng
2005-11-19 Chris LattnerAdd load and other support to the dag-dag isel. Patch...
2005-11-18 Andrew Lenharthprevent latent switch creation
2005-11-18 Chris Lattneradd more patterns, patch by Evan Cheng.
2005-11-18 Nate BegemanAlso add the new vector value type here, for completeness.
2005-11-17 Chris Lattneronly use dyld stubs if not in ppc-static mode. This...
2005-11-17 Chris Lattnerrefactor call operand handling to eliminate special...
2005-11-17 Chris Lattnerdisentangle call operands from branch operands a bit
2005-11-17 Chris Lattneradd an option to generate completely non-pic code,...
2005-11-17 Chris LattnerFix a bug that resistor on IRC hit where we tried to...
2005-11-17 Chris LattnerEnable global address legalization, fixing a todo and...
2005-11-17 Chris LattnerTeach the selector to fold lo(g) into load instruction...
2005-11-17 Chris LattnerGenerate LA and ADDIS when possible.
2005-11-17 Chris LattnerUse the right accessor to create this node
2005-11-17 Chris LattnerAdd an initial hack at legalizing GlobalAddress into...
2005-11-17 Chris LattnerAdd globaladdress and targetglobaladdress nodes for...
2005-11-17 Chris LattnerLI could theoretically be used for the lo-part of a...
2005-11-17 Chris LattnerWhen lowering direct calls, lower them to use a targetg...
2005-11-17 Chris LattnerAdd patterns for some 16-bit immediate instructions...
2005-11-16 Chris LattnerAdd patterns for several simple instructions that take...
2005-11-16 Andrew Lenharthwho would have thought you would want to write into...
2005-11-16 Chris Lattnerinitial step at adding a dag-to-dag isel for X86 backen...
2005-11-16 Nate BegemanPatch to clean up function call pseudos and support...
2005-11-15 Chris LattnerMake sure to use SwitchSection to switch sections so...
2005-11-15 Chris LattnerSeparate X86ISelLowering stuff out from the X86ISelPatt...
2005-11-14 Chris LattnerHandle globals with explicit alignment requests
2005-11-14 Chris LattnerTeach the PPC asmwriter to honor globals with explicit...
2005-11-14 Duraid Madinaadd FP select. next up - divide!
2005-11-13 Chris Lattnerunbreak the build
2005-11-12 Andrew Lenharthenable LSR by default on alpha
2005-11-12 Andrew Lenharthfix more regressions
2005-11-12 Andrew Lenharthfix READCYCLECOUNTER
2005-11-11 Andrew Lenharthfix yet more regressions
2005-11-11 Andrew Lenharthgenerate chain result
2005-11-11 Andrew LenharthFix a bunch more alpha regressions
2005-11-11 Andrew Lenharthcontinued readcyclecounter support
2005-11-10 Chris LattnerMake BB and CPI labels use the function number, not...
2005-11-10 Chris Lattnerdo not allow '.' in symbol names
2005-11-10 Chris LattnerDarwin supports quoted labels. This implements:
2005-11-10 Chris LattnerCall this method with the object we have
2005-11-10 Chris LattnerMake the aix asm printer interface properly with the...
2005-11-10 Andrew Lenharthfix a bunch of regressions
2005-11-09 Andrew Lenharthwhatever. Intermediate patch to see what breaks. ...
2005-11-08 Chris LattnerAdd a new option to indicate we want the code generator...
2005-11-08 Chris LattnerAdd a new option to indicate we want the code generator...
2005-11-07 Duraid Madinaadd support for storing and returning bools
2005-11-06 Duraid Madinajust some random hacking - calls (particularly indirect...
2005-11-06 Nate BegemanAdd the necessary support to the ISel to allow targets...
2005-11-06 Duraid Madinaask for 16-byte aligned jmpbufs. This should unbreak...
2005-11-05 Chris Lattneradd a case Nate sent me
next