Rename this test.
[oota-llvm.git] / include / llvm /
2011-01-14 Chris Lattnerswitch the second scalarrepl pass to use SSAUpdater...
2011-01-14 Chris Lattnersplit SROA into two passes: one that uses DomFrontiers...
2011-01-14 Jay FoadRemove casts between Value** and Constant**, which...
2011-01-14 Evan ChengCompleted :lower16: / :upper16: support for movw /...
2011-01-14 Owen AndersonRather than doing early instcombine, try doing early...
2011-01-14 Duncan SandsMove some shift transforms out of instcombine and into...
2011-01-14 Owen AndersonDon't bother conditionalizing the use of SROA in -O1...
2011-01-13 Tobias GrosserAdd single entry / single exit accessors.
2011-01-13 Jakob Stoklund OlesenTeach frame lowering to ignore debug values after the...
2011-01-13 Oscar FuentesAdd some platform tests.
2011-01-13 Oscar FuentesPlatform tests for argz_* functions.
2011-01-13 Evan ChengModel :upper16: and :lower16: as ARM specific MCTargetE...
2011-01-12 Michael J. SpencerSupport/Path: Deprecate PathV1::IsSymlink and replace...
2011-01-12 Jakob Stoklund OlesenAnnotate VirtRegRewriter debug output with slot indexes.
2011-01-12 Jakob Stoklund OlesenAssert if anybody tries to put a slot index on a DBG_VA...
2011-01-11 Jakob Stoklund OlesenPut the Dominator improvements back in. They were not...
2011-01-11 Jakob Stoklund OlesenSpeculatively revert the recent improvements to Dominat...
2011-01-11 Chris Lattnersome comment improvements.
2011-01-11 Jay FoadFixedNumOperandTraits and VariadicOperandTraits assumed...
2011-01-11 Oscar FuentesAdd to the CMake build some options and platform tests...
2011-01-11 Chris LattnerFix FoldSingleEntryPHINodes to update memdep and AA...
2011-01-11 Michael J. SpencerSupport/Path: Deprecate PathV1::isDirectory and replace...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2011-01-10 Jakob Stoklund OlesenSimplify a bunch of isVirtualRegister() and isPhysicalR...
2011-01-10 Michael J. SpencerSupport/Path: Deprecate PathV1::exists and replace...
2011-01-09 Jakob Stoklund OlesenRemove TargetRegisterInfo::NoRegister.
2011-01-09 Jakob Stoklund OlesenChange virtual register numbering to make more space...
2011-01-09 Chris LattnerStep #2 to improve trip count analysis for loops like...
2011-01-09 Jakob Stoklund OlesenRemove MachineRegisterInfo::getLastVirtReg(), it was...
2011-01-09 Jakob Stoklund OlesenTeach TargetRegisterInfo how to cram stack slot indexes...
2011-01-09 Jakob Stoklund OlesenFix comment.
2011-01-09 Tobias GrosserDominatorTree->print() now prints the status of the...
2011-01-09 Oscar FuentesRewrite handling of LLVM_ENABLE_PIC. It was being proce...
2011-01-09 Jakob Stoklund OlesenSimplify LiveDebugVariables by storing MachineOperand...
2011-01-09 Jakob Stoklund OlesenReplace TargetRegisterInfo::printReg with a PrintReg...
2011-01-09 Jakob Stoklund OlesenUse IndexedMap for MachineRegisterInfo as well. No...
2011-01-08 Jakob Stoklund OlesenFix VirtRegMap to use TRI::index2VirtReg and TRI::virtR...
2011-01-08 Jakob Stoklund OlesenUse an IndexedMap for LiveVariables::VirtRegInfo.
2011-01-08 Jakob Stoklund OlesenDo not talk about TargetRegisterInfo::FirstVirtualRegister.
2011-01-08 Jakob Stoklund OlesenUse an IndexedMap for LiveOutRegInfo to hide its depend...
2011-01-08 Chris Lattnerfit in 80 cols
2011-01-08 Rafael EspindolaFirst step in fixing PR8927:
2011-01-08 Chris Lattnermake this file properly self contained.
2011-01-08 Chris LattnerRevamp the ValueMapper interfaces in a couple ways:
2011-01-08 Evan ChengRecognize inline asm 'rev /bin/bash, ' as a bswap intri...
2011-01-07 Evan ChengDo not model all INLINEASM instructions as having unmod...
2011-01-07 Evan ChengFix comment. INLINEASM node operand #3 is IsAlignStack...
2011-01-07 Evan ChengDBG_VALUE does not have any side effects; it also makes...
2011-01-07 Jay FoadSimplify the allocation and freeing of Users' operand...
2011-01-07 Jay FoadRemove the "ugly" method BranchInst::setUnconditionalDe...
2011-01-07 Bob WilsonAdd ARM patterns to match EXTRACT_SUBVECTOR nodes.
2011-01-07 Bob WilsonChange EXTRACT_SUBVECTOR to require a constant index.
2011-01-06 Evan ChengRe-implement r122936 with proper target hooks. Now...
2011-01-06 Jakob Stoklund OlesenAdd the SpillPlacement analysis pass.
2011-01-05 Bob WilsonRevert svn 122743, removing the instcombine pass that...
2011-01-05 Wesley PeckFix small bug in setDebugInfoAvailability.
2011-01-05 Chris LattnerFix PR8906: -fno-builtin should disable loop-idiom...
2011-01-04 Jakob Stoklund OlesenUse the EdgeBundles analysis in X86FloatingPoint instea...
2011-01-04 Jakob Stoklund OlesenTurn the EdgeBundles class into a stand-alone machine...
2011-01-04 Owen AndersonGive MachineFunctionAnalysis a getPassName() implementa...
2011-01-04 Duncan SandsThese methods should be "const"; make them so.
2011-01-03 Owen AndersonStub out a new updating interface to AliasAnalysis...
2011-01-03 Evan ChengUndo what looks like accidental removal of an instcombi...
2011-01-03 Chris LattnerTurn on earlycse by default. This seems to be a small...
2011-01-03 Nick LewyckyAdd spliceFunction to the CallGraph interface. This...
2011-01-03 Chris Lattneradd a handy typedef.
2011-01-03 Chris Lattnerreally get this working with a custom allocator.
2011-01-03 Chris LattnerEnhance ScopedHashTable to allow it to take an allocato...
2011-01-03 Cameron ZwarichAdd a new loop-instsimplify pass, with the intention...
2011-01-02 Chris Lattnersplit dom frontier handling stuff out to its own Domina...
2011-01-02 Chris Lattnersketch out a new early cse pass. No functionality...
2011-01-02 Cameron ZwarichRemove an unused member function.
2011-01-02 Cameron ZwarichFix a typo in a variable name.
2011-01-02 Cameron ZwarichMove a load into the only branch where it is used and...
2011-01-02 Cameron ZwarichAdd the explanatory comment from r122680's commit messa...
2011-01-02 Cameron ZwarichTidy up indentation.
2011-01-02 Cameron ZwarichFix a typo, which should also fix the failure on llvm...
2011-01-02 Cameron ZwarichRemove the #ifdef'd code for balancing the eval-link...
2011-01-02 Cameron ZwarichSpeed up dominator computation some more by optimizing...
2011-01-01 Chris Lattnerturn on memset idiom recognition by default. Though...
2010-12-29 Daniel DunbarMC/Mach-O/Thumb: Set the thumb bit in the symbol table.
2010-12-29 Rafael EspindolaImplement cfi_def_cfa. Also don't convert to dwarf...
2010-12-28 Rafael EspindolaImplement .cfi_remember_state and .cfi_restore_state.
2010-12-28 Duncan SandsClarify that InstructionSimplify only returns values...
2010-12-28 Duncan SandsSmall optimization to speed up replacementPreservesLCSS...
2010-12-28 Rafael EspindolaRelax address updates in the eh_frame section.
2010-12-28 Rafael EspindolaStart adding basic support for emitting the call frame...
2010-12-28 Michael J. SpencerSupport/Path: Deprecate Path::hasMagicNumber and replac...
2010-12-28 Michael J. SpencerFix typo.
2010-12-28 Michael J. SpencerSupport/PathV2: Implement has_magic.
2010-12-27 Rafael EspindolaAdd support for .cfi_lsda.
2010-12-27 Michael J. SpencerSupport/PathV1: Deprecate GetRootDirectory.
2010-12-27 Rafael EspindolaAdd support for the same encodings of the personality...
2010-12-27 Benjamin KramerBuildLibCalls: Nuke EmitMemCpy, EmitMemMove and EmitMem...
2010-12-26 Chris Lattnerimplement enough of the memset inference algorithm...
2010-12-26 Chris Lattneradd methods to IRBuilder to create memcpy/memset/memmove.
2010-12-26 Rafael EspindolaAdd basic support for .cfi_personality.
2010-12-26 Chris Lattnermove isBytewiseValue out to ValueTracking.h/cpp
2010-12-26 Chris LattnerStart of a pass for recognizing memset and memcpy idioms.
2010-12-25 Chris LattnerMove getOrEnforceKnownAlignment out of instcombine...
next