oota-llvm.git
2008-07-05 Bruno Cardoso... Several changes to Mips backend, experimental fp suppor...
2008-07-04 Duncan SandsRather than having a different custom legalization
2008-07-04 Duncan SandsLinux also does not require exception handling
2008-07-03 Bill WendlingDon't return std::vector by value, but pass it in by...
2008-07-03 Bill WendlingRevert my previous check-in that split up MachineModule...
2008-07-03 Devang PatelProvide a hook to set the code generation debug option...
2008-07-03 Evan ChengBacked out 53031.
2008-07-03 Evan ChengBack out 53091 for now.
2008-07-03 Owen AndersonUse information already present in the ValueTable to...
2008-07-03 Devang PatelDo not try to update dominator info while manipulating...
2008-07-03 Owen AndersonRemove the ability for ADCE to remove unreachable block...
2008-07-03 Evan Cheng- Remove calls to copyKillDeadInfo which is an N^2...
2008-07-03 Evan Chengisel load folding is disabled at -fast. Now hoist the...
2008-07-03 Matthijs KooijmanAdd newline at the end of Constants.cpp.
2008-07-03 Anton Korobeynikovllvm-gcc sometimes marks external declarations hidden...
2008-07-03 Bill WendlingRemove unused function.
2008-07-03 Devang PatelPreserve dom info.
2008-07-03 Devang PatelKeep track of inherited analysis (e.g. dominator tree).
2008-07-03 Devang PatelRemove extra FIXME
2008-07-03 Devang PatelReconstruct dom info, if loop is unswitched.
2008-07-03 Devang PatelLoopUnswitch does not preserve dominator info in all...
2008-07-03 Dan GohmanReapply r52988, "Simplify addRegisterKilled and addRegi...
2008-07-03 Dan GohmanUse operator new instead of new char[].
2008-07-03 Dan GohmanUse operator new instead of new char[].
2008-07-03 Dan GohmanAvoid unnecessarily copying APInt objects.
2008-07-03 Dan GohmanCorrect a comment.
2008-07-03 Evan ChengUse std::replace instead of std::find and push_back.
2008-07-03 Devang PatelUndo previous patch. It is not that simple to fix dom...
2008-07-03 Evan Cheng- Add LiveVariables::replaceKillInstruction. This does...
2008-07-03 Evan ChengcommuteInstruction should preserve dead markers.
2008-07-02 Owen AndersonMake LiveVariables even more optional, by making it...
2008-07-02 Dan GohmanReplace a few uses of SelectionDAG::getTargetNode with
2008-07-02 Devang PatelPreserve dom info while simplifing loop after the unswitch.
2008-07-02 Eric ChristopherAdd a couple more helper functions to deal with
2008-07-02 Dan GohmanRevert r52988. It broke 254.gap on x86-64.
2008-07-02 Owen AndersonTwoAddressInstructionPass doesn't really require LiveVa...
2008-07-02 Chuck Rose IIIVStudio x64 build fixes. Looks like the x64 projects...
2008-07-02 Owen AndersonUse ADCE instead of just DCE. ADCE will better clean...
2008-07-02 Owen AndersonUse df_ext_iterator to capture the reachable set withou...
2008-07-02 Owen AndersonAvoid a redundant call.
2008-07-02 Owen AndersonAdd support to ADCE for pruning unreachable blocks...
2008-07-02 Mon P WangMake the default min align of CreateStackTemporary...
2008-07-02 Duncan SandsAdd a new getMergeValues method that does not need
2008-07-02 Owen AndersonUse DenseSet rather than SmallPtrSet for the alive...
2008-07-02 Owen AndersonHave DenseSet::insert return a bool indicating whether...
2008-07-02 Owen AndersonA better fix for PR2503 that doesn't pessimize GVN...
2008-07-02 Mon P WangFixed problem in EmitStackConvert where the source...
2008-07-02 Chris Lattnerinstead of aborting on shifts of i1, just implicitly...
2008-07-02 Matthijs KooijmanUpdate link to testing guide to use the new title.
2008-07-02 Duncan SandsFix typo compounded by a cut-and-pasto.
2008-07-02 Duncan SandsLet AnalyzeNewNode take care of calling ExpungeNode.
2008-07-02 Evan Cheng- Use a faster priority comparison function if -fast.
2008-07-02 Chris Lattneroptimize StringMap::clear
2008-07-02 Chris LattnerAdd a new (simple) StringMap::clear method, patch by...
2008-07-02 Devang Patelreuse vectors.
2008-07-02 Devang PatelFix comment.
2008-07-02 Devang PatelPreserve loop data so that it is not fetched everytime...
2008-07-02 Bill WendlingUse the canonical form for getting an empty structure.
2008-07-02 Bill WendlingSorry. I couldn't sleep at night knowing I put these...
2008-07-02 Ted KremenekImplemented operator!= for the ImmutableList iterator.
2008-07-01 Owen AndersonAdd a version of AddString that takes a const char...
2008-07-01 Bill WendlingDarwin doesn't need exception handling information...
2008-07-01 Evan ChengAvoid creating expensive comment string if it's not...
2008-07-01 Owen AndersonNo need to use std::distance. We can just count the...
2008-07-01 Ted KremenekAdded partial specialization of FoldingSetTrait for...
2008-07-01 Evan ChengSimplify addRegisterKilled and addRegisterDead.
2008-07-01 Bill Wendling- Update comments.
2008-07-01 Dale JohannesenConsidering predecessors of exit blocks gets
2008-07-01 Dale JohannesenFix longstanding thinko: don't exclude
2008-07-01 Devang PatelFix dom tree compare. Don't forget to compare children!
2008-07-01 Devang PatelDisable dom info verifier by default.
2008-07-01 Evan ChengEliminate a compile time warning.
2008-07-01 Owen AndersonAdd a version of AsmPrinter::EOL that takes a const...
2008-07-01 Bill WendlingRemove warning about initialization order.
2008-07-01 Devang PatelFix typos in comments.
2008-07-01 Evan ChengDAGSize should not be public.
2008-07-01 Dan GohmanPrune a few dependencies on MachineFunction.h.
2008-07-01 Evan ChengDo run ComputeLiveOutVRegInfo with -fast.
2008-07-01 Dan GohmanMake ilist_traits<MachineBasicBlock>'s Parent member...
2008-07-01 Dan GohmanFix apostrophes in a comment.
2008-07-01 Evan ChengDo not use computationally expensive scheduling heurist...
2008-07-01 Evan ChengApply Chris' suggestion.
2008-07-01 Devang PatelAdd dom info verifier.
2008-07-01 Owen AndersonMake the subregister hashtable output more readable...
2008-07-01 Owen AndersonUse delete[] instead of free on an array created with...
2008-07-01 Duncan SandsHighlight that getMergeValues optimization is
2008-07-01 Owen AndersonImplement suggestions from Chris:
2008-07-01 Seo SanghyeonCompilation fix
2008-07-01 Owen AndersonProperly handle cases where a predecessor of the block...
2008-07-01 Owen AndersonReplace the dynamically computed std::set lookup method...
2008-07-01 Dan GohmanMinimize duplicated code in AsmPrinter::printLabel.
2008-07-01 Dan GohmanSplit ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL...
2008-06-30 Chuck Rose IIIAdding some missing files to VStudio project files...
2008-06-30 Evan ChengSuppress compiler warning.
2008-06-30 Evan ChengDon't run stack slot coloring if -fast.
2008-06-30 Dan GohmanDon't use ISD namespace opcodes for MachineInstrs.
2008-06-30 Dan GohmanUse a simpler but equivalent form of RecordSource.
2008-06-30 Evan ChengAdd timing report for various sub-passes under Selectio...
2008-06-30 Dan Gohmanstd::ostream and std::string microoptimizations for...
2008-06-30 Dan GohmanMake SmallVector's grow use memcpy in common cases
next