oota-llvm.git
2006-10-06 Chris LattnerIf a target uses a GOT, put it in the jt data section...
2006-10-06 Chris LattnerAlpha uses a got
2006-10-06 Chris LattnerAdd support for targets to declare that they use a GOT
2006-10-06 Chris Lattnerjump tables handle pic
2006-10-06 Chris Lattnerprint labels even if a MBB doesn't have a corresponding...
2006-10-06 Rafael Espindolaadd optional input flag to FMRRD
2006-10-06 Rafael Espindolaadd support for calling functions that return double
2006-10-06 Evan Cheng80 col violation.
2006-10-06 Chris Lattnerugly codegen
2006-10-06 Chris LattnerFix a miscompilation of:
2006-10-06 Rafael Espindolafix some bugs affecting functions with no arguments
2006-10-06 Rafael Espindolafix the stack alignment
2006-10-06 Rafael Espindolaadd support for calling functions that have double...
2006-10-06 Evan ChengStill need to support -mcpu=<> or cross compilation...
2006-10-06 Evan ChengDo away with CPU feature list. Just use CPUID to detect...
2006-10-06 Evan ChengIt appears the inline asm in GetCpuIDAndInfo() may...
2006-10-06 Chris Lattneradd an accessor
2006-10-06 Chris LattnerMachineBasicBlock::splice was incorrectly updating...
2006-10-05 Evan ChengMake use of getStore().
2006-10-05 Evan ChengAdd getStore() helper function to create ISD::STORE...
2006-10-05 Chris LattnerDon't crash if an MBB doesn't have an LLVM BB
2006-10-05 Rafael Espindolause a const ref for passing the vector to ArgumentLayout
2006-10-05 Rafael Espindolaimplement a ArgumentLayout class to factor code common...
2006-10-05 Jim LaskeyAlias analysis code clean ups.
2006-10-05 Chris Lattneradd a new SimplifyDemandedVectorElts method, which...
2006-10-05 Chris Lattnernew testcase
2006-10-05 Chris LattnerAdd insertelement/extractelement helper ctors.
2006-10-05 Chris LattnerLower some min/max idioms to minss/maxss when unsafe...
2006-10-05 Andrew LenharthCheck that jump tables wind up in the rodata section
2006-10-05 Chris Lattnerremove JumpTableTextSection
2006-10-05 Chris LattnerDon't bother setting JumpTableTextSection, it is about...
2006-10-05 Chris LattnerEmit pic jumptables to the same section that the functi...
2006-10-05 Chris LattnerVerify that jump tables are emitted to the same section...
2006-10-05 Chris LattnerPass the MachineFunction into EmitJumpTableInfo.
2006-10-05 Chris Lattnerimplement and use getSectionForFunction
2006-10-05 Chris LattnerUse getSectionForFunction.
2006-10-05 Chris LattnerUse getSectionForFunction
2006-10-05 Chris Lattneruse getSectionForFunction to decide which section to...
2006-10-05 Chris LattnerImplement getSectionForFunction, use it when printing...
2006-10-05 Chris Lattnermove getSectionForFunction to AsmPrinter
2006-10-05 Chris LattnerMove getSectionForFunction to AsmPrinter, change it...
2006-10-05 Chris Lattnermove getSectionForFunction to AsmPrinter.
2006-10-05 Chris Lattnerimplement DarwinTargetAsmInfo::getSectionForFunction...
2006-10-05 Chris LattnerGive TargetAsmInfo a virtual dtor, add a new getSection...
2006-10-05 Chris Lattneremit jump table before debug info
2006-10-05 Chris LattnerAlways emit the jump table after the function so it...
2006-10-04 Chris LattnergetFilename/getDirectory shouldn't abort if the global...
2006-10-04 Evan ChengFix some typos that can cause a flag value to have...
2006-10-04 Chris LattnerFix a static dtor issue
2006-10-04 Chris LattnerFix more static dtor issues
2006-10-04 Chris LattnerFix some more static dtor issues.
2006-10-04 Evan ChengAdded option -disable-x86-shuffle-opti to disable X86...
2006-10-04 Evan ChengFormating.
2006-10-04 Jim LaskeyMore extensive alias analysis.
2006-10-04 Jim LaskeyMore long term solution
2006-10-04 Chris LattnerPattern match min/max nodes when we have sse. This...
2006-10-04 Chris Lattnerpattern match min/max nodes
2006-10-04 Chris Lattneradd a note :(
2006-10-04 Chris LattnerThis case isn't implemented yet. It seems unlikely...
2006-10-04 Jim LaskeyWork around for some problems with templates.
2006-10-04 Evan ChengCombine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD...
2006-10-03 Chris LattnerUse $( $| $) to represent alternatives in asm blocks...
2006-10-03 Evan ChengFix an obvious typo.
2006-10-03 Chris LattnerBugfixes
2006-10-03 Chris LattnerPrint the MBB ID # along with the bb tag in the -print...
2006-10-03 Chris LattnerADd a method
2006-10-03 Chris LattnerProvide a function that ensures MBB numbering is dense...
2006-10-03 Nick LewyckySimplify logic further.
2006-10-03 Rafael EspindolaImplement floating point constants
2006-10-03 Chris LattnerFix PR933 and CodeGen/X86/2006-10-02-BoolRetCrash.ll
2006-10-03 Chris Lattnertestcase for PR933
2006-10-03 Chris Lattnerclean up use of 'explicit'. This is PR934.
2006-10-03 Nick LewyckySimplify, now that predsimplify depends on break-crit...
2006-10-03 Nick LewyckyMove break-crit-edges before the predicate simplifier...
2006-10-03 Evan ChengRevert previous patch. Still breaking things.
2006-10-03 Bill WendlingFix for PR929. The PHI nodes were being gone through...
2006-10-03 Chris LattnerFix PR932 and Analysis/Dominators/2006-10-02-BreakCritE...
2006-10-03 Chris LattnerNew testcase for PR932
2006-10-03 Evan ChengThese don't have immediate operands.
2006-10-03 Chris LattnerMove DominatorTree to immediately follow DominatorTreeBase
2006-10-02 Rafael Espindolafix the names of the 64bit fp register
2006-10-02 Reid SpencerDon't build the runtime library if LLVMGCC is not confi...
2006-10-02 Chris Lattnerfix misleading warning
2006-10-02 Chris LattnerFix misleading warning message
2006-10-02 Jim LaskeyDebugging kruft
2006-10-02 Jim LaskeyUpdate documentaion of node annotation (coloring) in...
2006-10-02 Jim LaskeyAdd ability to annotate (color) nodes in a viewGraph.
2006-10-01 Chris LattnerFixme is already done
2006-10-01 Chris LattnerTeach globalsmodref-aa to track scalar pointer global...
2006-10-01 Chris LattnerNew testcase
2006-10-01 Chris LattnerFix a bug from r1.391 of this file, where we checked...
2006-10-01 Chris Lattnernew testcase, malloc should be promoted to [2 x double].
2006-09-30 Chris LattnerFix debug output
2006-09-30 Chris LattnerImplement SRA of heap allocations.
2006-09-30 Chris LattnerOverride use_back in instruction/basicblock to provide...
2006-09-30 Chris LattnerAdd a version of the globalvariable ctor that inserts...
2006-09-30 Chris LattnerAdd some ifdef'd out debug info
2006-09-30 Chris LattnerStacker doesn't build universal right.
2006-09-29 Evan ChengNot needed.
2006-09-29 Rafael Espindolaadd floating point registers
next