Improve handling of SelectInst.
[oota-llvm.git] / include /
2006-09-02 Chris Lattneradd a prototype
2006-09-02 Chris LattnerIteration is required for some cases, even if they...
2006-09-02 Chris Lattnernew method
2006-09-01 Chris Lattnerremove some particularly expensive assertions
2006-09-01 Chris Lattneradd a simple reserve method.
2006-09-01 Chris LattnerIterative coallescing doesn't buy us anything (we get...
2006-08-31 Chris Lattneravoid calling the virtual isMoveInstr method endlessly...
2006-08-30 Chris LattnerRestore source-level compatibility with clients of...
2006-08-30 Chris Lattnerfix 80 column issue
2006-08-30 Chris LattnerInstantiate Statistic<> in one place, not in every...
2006-08-29 Chris LattnerTeach the coallescer to coallesce live intervals joined...
2006-08-29 Devang PatelDo not rely on std::sort and std::erase to get list...
2006-08-29 Evan ChengMove isCommutativeBinOp from SelectionDAG.cpp and DAGCo...
2006-08-28 Nick LewyckyAdd PredicateSimplifier pass. Collapses equal variables...
2006-08-28 Chris LattnerAdd 2nd form of resize
2006-08-28 Chris Lattnerremove extraneous space
2006-08-28 Reid SpencerBack out last revision which should not have been commi...
2006-08-28 Reid SpencerFor PR387:
2006-08-28 Chris Lattnersimplify AnalysisGroup registration, eliminating one...
2006-08-28 Chris LattnerSilence -Woverloaded-virtual warnings.
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-08-27 Chris LattnerEliminate RegisterAnalysis. RegisterPass now does...
2006-08-27 Chris LattnerWe no longer care whether something is an opt vs analys...
2006-08-27 Chris LattnerRemove a dead class.
2006-08-27 Chris Lattneradd directive to disable inlining
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-08-27 Chris LattnerAdd external definitions for commonly-used template...
2006-08-27 Chris LattnerNew place to put compiler-specific functionality. ...
2006-08-27 Evan ChengEliminate SelectNodeTo() and getTargetNode() variants...
2006-08-27 Chris Lattnermake optional pointer really optional
2006-08-26 Nate BegemanProperly size the string table, and emit symbol table...
2006-08-26 Evan ChengSelectNodeTo now returns a SDNode*.
2006-08-25 Chris LattnerCompletely change the way that joining with physregs...
2006-08-25 Jim LaskeyTidy up.
2006-08-25 Reid SpencerFor PR797:
2006-08-25 Reid SpencerFor PR797:
2006-08-25 Jim LaskeyConsolidate callee saved register information so that...
2006-08-25 Reid SpencerFor PR797:
2006-08-25 Nate BegemanGet closer to handling globals correctly. We now gener...
2006-08-24 Reid SpencerFor PR797:
2006-08-24 Chris LattnerTake advantage of the recent improvements to the livein...
2006-08-24 Reid SpencerRemove a FIXME. Don't use strlcpy that isn't available...
2006-08-24 Chris Lattnerupdate some comments
2006-08-23 Nate BegemanCorrectly attribute file author & remote tabs
2006-08-23 Nate BegemanInitial checkin of the Mach-O emitter. There's plenty...
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFix constructor documentation.
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerMake the sys::Path::GetTemporaryDirectory method not...
2006-08-22 Chris LattnerImprove the LiveInterval class to keep track of which...
2006-08-22 Reid SpencerFix some indentation.
2006-08-22 Chris Lattneradd resize, move swap out of line
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Chris LattnerSwitch to using smallvector for liveintervals. This...
2006-08-22 Chris Lattneradd a bunch more operations, including swap, insert...
2006-08-21 Chris Lattnermove LiveInterval state all together
2006-08-21 Jim LaskeyAdding new Dwarf constants.
2006-08-21 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFix the documentation for this file.
2006-08-21 Reid SpencerFor PR885:
2006-08-21 Reid SpencerFor PR797:
2006-08-18 Chris Lattnervpkuwus didn't work, due to this typo
2006-08-18 Reid SpencerFor PR797:
2006-08-17 Chris LattnerConstify some methods. Patch provided by Anton Vayvod...
2006-08-17 Chris Lattnerswitch the SUnit pred/succ sets from being std::sets...
2006-08-16 Chris Lattneradd an accessor
2006-08-16 Chris LattnerConvert vector to smallvector: 4% speedup.
2006-08-16 Chris Lattnersilence a warning.
2006-08-16 Chris LattnerChange the use_list to be a smallvector instead of...
2006-08-16 Chris Lattneradd a way to have multiple modules in a JIT :)
2006-08-16 Chris Lattnerinitial changes to support JIT'ing from multiple module...
2006-08-16 Chris LattnerBugfixes for smallvector when the element size is small...
2006-08-15 Chris LattnerStart using SDVTList more consistently
2006-08-15 Chris Lattneradd a new SDVTList type and new SelectionDAG::getVTList...
2006-08-14 Chris LattnerMake getNodeValueTypes methods public.
2006-08-14 Chris LattnerAdd a new getNode() method that takes a pointer to...
2006-08-14 Devang PatelAvoid extra string copy.
2006-08-14 Devang PatelUse mangler, instead of addUnderscore(), to get mangled...
2006-08-14 Chris Lattnerremove SelectionDAG::InsertISelMapEntry, it is dead
2006-08-14 Chris LattnerAdd code to resize the CSEMap hash table. This doesn...
2006-08-14 Chris Lattneravoid a warning
2006-08-12 Nate BegemanEmit .set directives for jump table entries when possib...
2006-08-12 Chris LattnerTrack # nodes in a CSEMap.
2006-08-11 Chris LattnerSwitch NodeID to track 32-bit chunks instead of 8-bit...
2006-08-11 Chris Lattnerremove IncludeFile turds in MathExtras.h, which bloats...
2006-08-11 Chris Lattnermove code out of line so that GCC doesn't inline it...
2006-08-11 Chris LattnerSplit SmallVector into SmallVector and SmallVectorImpl...
2006-08-11 Chris LattnerRemove 8 more std::map's.
2006-08-11 Chris Lattnerremove old piece of the V9 backend.
2006-08-11 Chris LattnerStart moving leaf nodes over to the CSEMap.
2006-08-11 Chris Lattnernew method for adding ints
2006-08-11 Chris Lattnereliminate the NullaryOps map, use CSEMap instead.
2006-08-11 Chris LattnerChange one ReplaceAllUsesWith method to take an array...
2006-08-11 Chris LattnerRemove now-dead method.
2006-08-11 Chris Lattnerremove a (now) unused getNode method.
2006-08-10 Chris LattnerDoxygenify some methods.
next