oota-llvm.git
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
2006-09-29 Chris LattnerMove CompileCommonOpts to the end of the list so that...
2006-09-29 Chris LattnerDefine this in the correct n/s
2006-09-29 Chris LattnerAdjust this to the wonky syntax that GCC expects.
2006-09-29 Jim LaskeyWrong directory.
2006-09-28 Chris LattnerMinor cleanups
2006-09-28 Chris LattnerNow that ConstantBool::True/False are gone, we can...
2006-09-28 Chris LattnerEliminate ConstantBool::True and ConstantBool::False...
2006-09-28 Chris LattnerEliminate ConstantBool::True and ConstantBool::False...
2006-09-28 Chris LattnerEliminate ConstantBool::True and ConstantBool::False...
2006-09-28 Chris Lattnerupdate comments
2006-09-28 Chris Lattnerwrap long lines
2006-09-28 Chris Lattnersimplify code
2006-09-28 Chris LattnerSimplify some code, reformat break's
2006-09-28 Chris Lattnersimplify code
2006-09-28 Chris LattnerSimplify some code
2006-09-28 Owen AndersonAnother attempt at making ArgPromotion smarter. This...
2006-09-28 Chris Lattnersimplify code
2006-09-28 Chris Lattnersimplify code
2006-09-28 Reid SpencerUse the -emit-llvm switch to generate LLVM assembly...
2006-09-28 Reid SpencerAdd a test case for PR902.
2006-09-28 Chris LattnerShift amounts are always 32-bits, even in 64-bit mode...
2006-09-28 Chris Lattnernew testcase
2006-09-28 Reid SpencerFix PR902:
2006-09-28 Chris LattnerTestcase for PR924
2006-09-28 Evan ChengTargetRegisterClass specifies the desired spill alignme...
2006-09-28 Jim LaskeyFix search file for -release.
2006-09-28 Jim LaskeyAdd support for -release-asserts.
2006-09-28 Reid SpencerProvide a gdb usage fix provided by Zhongzing Xu.
2006-09-28 Bill Wendling"Once more into the breach, dear friends, once more...
2006-09-28 Chris Lattnerrefactor critical edge breaking out into the SplitCritE...
2006-09-28 Chris Lattneradd a note about a general improvement to the code...
2006-09-28 Chris Lattnerremove reference to dead method
2006-09-28 Chris Lattnerremove dead method
2006-09-28 Chris LattnerUse the new ManagedStatic class to explicitly manage...
2006-09-28 Chris Lattnernew helper class to provide more explicit management...
2006-09-28 Chris Lattnerre-re-revert this, back to the right revision. It...
2006-09-28 Evan ChengPEI now place callee save spills closest to the address...
2006-09-28 Evan Cheng- Added a hook processFunctionBeforeCalleeSaveScn(...
2006-09-28 Chris Lattnerre-revert this patch, bisort and mst are still broken...
2006-09-27 Bill WendlingReapplying this patch. With the newest commits, the...
2006-09-27 Chris Lattnersilence warnings in release build
2006-09-27 Devang PatelFix DFS walk.
2006-09-27 Chris LattnerTemporarily revert this. This breaks Olden/bisort...
2006-09-27 Jim LaskeyMake sure C++ protection shows up in debug info
2006-09-27 Chris LattnerThis:
2006-09-27 Bill WendlingPR878: Instead of calculating the vreg to PHI use count...
2006-09-27 Chris Lattnerset DEBUG_TYPE right
2006-09-27 Devang PatelAdd llvm.org/bugs/show_bug.cgi?id=923 test case.
2006-09-27 Chris LattnerUse abstract private/comment directives, to increase...
next