oota-llvm.git
2005-11-21 Chris LattnerUse HasDotTypeDotSizeDirective instead of forELF
2005-11-21 Chris LattnerAdd a new flag
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 LattnerAdd some more directives
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 Duraid MadinaI think I know what you meant here, but just to be...
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 LattnerAllow target to customize directive used to switch...
2005-11-21 Chris Lattneradd two more config directives, add method for printing...
2005-11-21 Chris LattnerUse the FunctionNumber provided by the AsmPrinter class
2005-11-21 Chris Lattnerincrement the function number in SetupMachineFunction
2005-11-21 Chris LattnerMake the AsmPrinter keep track of the notion of a funct...
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 LattnerAdjust to capitalized AsmPrinter method names
2005-11-21 Chris LattnerCapitalize methods for better consistency
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 LattnerAdd section switching to common code generator code...
2005-11-21 Chris LattnerAdd section switching to to common AsmPrinter 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-21 Chris LattnerAdd a new option.
2005-11-20 Chris LattnerLower READCYCLECOUNTER correctly, preserving the chain...
2005-11-20 Chris LattnerLegalize MERGE_VALUES, expand READCYCLECOUNTER correctl...
2005-11-20 Chris Lattneradd a new node type
2005-11-20 Chris Lattnerencode rdtsc correctly
2005-11-20 Chris Lattneruse chain operands to ensure the copies don't wander...
2005-11-20 Chris LattnerThis should not be dce'd
2005-11-20 Andrew Lenharthoops
2005-11-20 Andrew Lenharthcheck that rdtsc is generated from readcyclecounter
2005-11-20 Andrew LenharthThe second patch of X86 support for read cycle counter.
2005-11-20 Andrew LenharthThe first patch of X86 support for read cycle counter
2005-11-20 Chris Lattnermore progress towards bug 291 being finished. Patch...
2005-11-19 Chris LattnerUnbreak codegen of bools. This should fix the llc...
2005-11-19 Chris LattnerInitialize this variable on all paths, fixing a crasher...
2005-11-19 Chris LattnerImprove Selection DAG printer portability. Patch by...
2005-11-19 Chris LattnerTeach tblgen about instruction operands that have multi...
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 LattnerTeach the graph viewer to handle register operands...
2005-11-19 Chris LattnerSilence a bogus warning
2005-11-19 Chris LattnerAdd load and other support to the dag-dag isel. Patch...
2005-11-19 Chris LattnerAdd some method variants, patch by Evan Cheng
2005-11-19 Chris LattnerAdd two new construction methods, patch by Evan Cheng
2005-11-19 Nate BegemanTeach LLVM how to scalarize packed types. Currently...
2005-11-18 Chris Lattnertestcase for recent indvars patches
2005-11-18 Chris LattnerFix a crash building 176.gcc due to my recent patch...
2005-11-18 Andrew Lenharthprevent latent switch creation
2005-11-18 Nate BegemanSplit out the shift code from visitBinary.
2005-11-18 Chris LattnerImplement a refinement to the mem2reg algorithm for...
2005-11-18 Chris LattnerThis needs proper dominance
2005-11-18 Chris Lattnerpost-dom-frontiers requires proper post-dominance
2005-11-18 Chris LattnerThis requires proper dominance
2005-11-18 Chris LattnerFix the dominates method to return true if the two...
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 Nate BegemanTeach the type lowering code about turning packed types...
2005-11-17 Chris Lattneronly use dyld stubs if not in ppc-static mode. This...
2005-11-17 Chris LattnerThis was checking the wrong GEP expression. Fixing...
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 LattnerValidate that the input to 'Pat' patterns is sane.
2005-11-17 Chris LattnerAllow users to specify -Wl,-native* multiple times...
2005-11-17 Chris Lattnerteach tblgen to be smart enough to handle tglobaladdr...
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 LattnerAllow targets to custom legalize leaf nodes like Global...
2005-11-17 Chris LattnerWhen lowering direct calls, lower them to use a targetg...
2005-11-17 Chris LattnerTeach legalize about targetglobaladdress
2005-11-17 Chris LattnerAdd patterns for some 16-bit immediate instructions...
2005-11-16 Chris Lattnerfix a tblgen bug that Evan ran into, where we would...
2005-11-16 Chris LattnerAdd patterns for several simple instructions that take...
next