oota-llvm.git
2006-10-30 Jim LaskeySimplify DwarfWriter header.
2006-10-30 Evan ChengAll targets expand BR_JT for now.
2006-10-30 Evan ChengLower jumptable to BR_JT. The legalizer can lower it...
2006-10-30 Evan ChengAdded a new SDNode type: BR_JT for jumptable branch.
2006-10-30 Chris Lattnerfix this regtest
2006-10-30 Chris Lattneradd a new form of insert.
2006-10-30 Chris LattnerAdd SmallString a (currently) minimal class that adapts...
2006-10-30 Chris Lattneradd a method
2006-10-29 Chris Lattneradd newline at end of file
2006-10-29 Chris Lattneradd a highly efficient hash table that is specialized...
2006-10-29 Chris LattnerAdd a new llvm::Allocator abstraction, which will be...
2006-10-29 Chris LattnerFix SimplifyCFG/2006-10-29-InvokeCrash.ll, a crash...
2006-10-29 Chris Lattnernew testcase
2006-10-29 Chris LattnerMake CanFallThrough more intelligent (so it can handle...
2006-10-29 Chris Lattnerfix Generic/2006-10-29-Crash.ll
2006-10-29 Chris Lattnernew testcase
2006-10-29 Chris LattnerFix a load folding issue that Evan noticed: there is...
2006-10-29 Jim LaskeyTry again.
2006-10-29 Jim LaskeyNot handling zero length strings.
2006-10-29 Evan ChengVLOAD is not the LoadSDNode opcode.
2006-10-29 Nick LewyckyRemove spurious case. EXTLOAD is not one of the node...
2006-10-28 Chris Lattnersplit critical edges more carefully and intelligently...
2006-10-28 Chris LattnerTeach branch folding to fold identical jump tables...
2006-10-28 Chris Lattneradd an assertion
2006-10-28 Chris Lattnerremove dead method
2006-10-28 Chris Lattneradd a method for hacking on JTIdx's
2006-10-28 Chris Lattnerconst'ify jump table stuff
2006-10-28 Chris Lattneradd a method for deleting dead jump tables.
2006-10-28 Chris Lattneradd an assert
2006-10-28 Chris Lattnerdon't print dead jump tables
2006-10-28 Chris Lattnerdetermine whether a change was made
2006-10-28 Chris Lattnerimplement the BlockHasNoFallThrough hook
2006-10-28 Chris Lattnerimprove deletion of blocks that just contain branches...
2006-10-28 Chris Lattneradd another target hook for branch folding.
2006-10-28 Jim LaskeyLoad and stores have not been uniqued properly.
2006-10-28 Chris LattnerSplit *all* critical edges before isel. This resolves...
2006-10-28 Chris Lattnernew testcase
2006-10-28 Chris Lattneradd option to isCriticalEdge
2006-10-28 Chris Lattnerbreak edges more intelligently
2006-10-28 Chris LattnerExpose a smarter way to break critical edges.
2006-10-28 Chris LattnerSplitCriticalEdge checks to see if an edge is critical...
2006-10-28 Chris LattnerFix a serious bug that caused any x86 vector stuff...
2006-10-28 Evan ChengDoh. Must check if GV is constant first before putting...
2006-10-28 Evan ChengDoh. Must check if GV is constant first.
2006-10-28 Nick LewyckyEmitting raw bytecode is awfully rude. Add -disable...
2006-10-28 Jim LaskeyEditorial clean up.
2006-10-28 Chris Lattneradd a method
2006-10-28 Chris Lattnerprepare for a change I'm about to make
2006-10-28 Chris Lattnerdon't dist internal readme
2006-10-28 Chris Lattnerdon't dist internal readme's
2006-10-28 Chris Lattnerdon't distribute internal readme's
2006-10-28 Reid SpencerMake sure all the readme files get distributed.
2006-10-27 Jim LaskeyClean up.
2006-10-27 Chris LattnerFix a bug in merged condition handling (CodeGen/Generic...
2006-10-27 Chris Lattnernew testcase
2006-10-27 Jim LaskeySwitch over from SelectionNodeCSEMap to FoldingSet.
2006-10-27 Devang PatelUse doc_code class.
2006-10-27 Jim LaskeyClean up
2006-10-27 Devang PatelDocument removeModule().
2006-10-27 Chris Lattnerthis doesn't occur any more in mason
2006-10-27 Chris Lattnerthe code in question is now:
2006-10-27 Devang PatelDocument getAlignment()
2006-10-27 Chris Lattnerremove debug code
2006-10-27 Chris LattnerCodegen cond&cond with two branches. This compiles...
2006-10-27 Chris Lattnernew testcase
2006-10-27 Chris LattnerTurn conditions like x<Y|z==q into multiple blocks.
2006-10-27 Chris Lattnernew testcase
2006-10-27 Evan ChengFixed a significant bug where unpcklpd is incorrectly...
2006-10-27 Evan ChengAdd a new vextract test case.
2006-10-27 Bill WendlingForgot a }
2006-10-27 Bill WendlingRe-added the part where it tries to remove all global...
2006-10-27 Jim LaskeySmallVector append not insert.
2006-10-27 Jim LaskeyGrrr.
2006-10-27 Jim LaskeyTemp patch for missing functionality.
2006-10-27 Reid SpencerMake the Value and Type methods print a newline so...
2006-10-27 Evan ChengFix for PR968: expand vector sdiv, udiv, srem, urem.
2006-10-27 Bill WendlingMathExtras isn't in the llvm/ADT directory but in the...
2006-10-27 Jim LaskeyApply editorials.
2006-10-27 Reid SpencerImprove cvs ignoring of test results.
2006-10-27 Jim LaskeyBreakout folding hash set from SelectionDAGCSEMap.
2006-10-27 Reid SpencerInitialize CStringSection member var.
2006-10-27 Reid SpencerAdd a run line to this test.
2006-10-26 Evan ChengChange load PatFrag to ignore indexed load.
2006-10-26 Evan ChenggetPreIndexedLoad -> getIndexedLoad.
2006-10-26 Evan ChengIndexed load / store changes.
2006-10-26 Evan ChengPlace cstrings in .cstring section.
2006-10-26 Evan ChengSpeed up isCString()
2006-10-26 Devang PatelSave temp. bc files when saveTemps flag is true. Use...
2006-10-26 Reid SpencerSimplify code a bit by changing instances of:
2006-10-26 Evan ChengPut cstrings in .cstring section when compiling for...
2006-10-26 Evan ChengAdded CStringSection.
2006-10-26 Evan ChengAdd isCString() - returns true if a ConstantArray is...
2006-10-26 Chris LattnerFix Transforms/InstCombine/2006-10-26-VectorReassoc.ll
2006-10-26 Chris Lattnernew testcase, should not reassoc fp vector
2006-10-26 Chris LattnerAdd isFPOrFPVector() method, which indicates if a type...
2006-10-26 Rafael Espindolainitial support for frame pointers
2006-10-26 Reid SpencerEnclose a case in { and } so that the pickier compilers...
2006-10-26 Reid SpencerFor PR950:
2006-10-26 Nick LewyckyFix 2006-10-25-AddSetCC. A relational operator (like...
2006-10-26 Nick LewyckyHandling of setlt/le/gt/ge is broken at the moment...
next