Remove an unused variable. The call to getRoot has side-effects, so
[oota-llvm.git] / include /
2010-06-30 Duncan SandsClarify that the NextPowerOfTwo template is idempotent.
2010-06-30 Duncan SandsRather than giving SmallPtrSetImpl a member field Small...
2010-06-29 Jakob Stoklund OlesenBegin implementation of an inline spiller.
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-06-29 Duncan SandsFix a buffer overflow noticed by gcc-4.6: zero is writt...
2010-06-29 Duncan SandsNextPowerOfTwo was already used to ensure that SmallSiz...
2010-06-29 Chris Lattnergive PATypeHolder an explicit copy ctor which initializ...
2010-06-29 Gabor Greifminor cosmetics
2010-06-29 Gabor Greifuse ArgOffset constant to prepare for operand rotation
2010-06-29 Gabor Greifuse ArgOperand API
2010-06-29 Rafael EspindolaAdd a VT argument to getMinimalPhysRegClass and replace...
2010-06-29 Dan GohmanAdd an Intraprocedural form of BasicAliasAnalysis,...
2010-06-28 Kevin EnderbyAdded the darwin .secure_log_unique and .secure_log_res...
2010-06-28 Eric ChristopherPull in the libCrashReporterClient.a information with...
2010-06-28 Dan GohmanGeneralize AAEval so that it can be used both per-funct...
2010-06-28 Gabor Greifextend ArgOperand interface: setArgOperand
2010-06-26 Chris Lattneradd some named accessors for StoreInst
2010-06-26 Chris Lattnerfit in 80 cols
2010-06-26 Rafael EspindolaWhen splitting a VAARG, remember its alignment.
2010-06-26 Benjamin KramerVNInfos don't need to be destructed anymore.
2010-06-25 Jakob Stoklund OlesenDon't track kills in VNInfo. Use interval ends instead.
2010-06-25 Evan ChengChange if-conversion block size limit checks to add...
2010-06-25 Dale JohannesenThe hasMemory argument is irrelevant to how the argument
2010-06-25 Jim Grosbach80-column and trailing whitespace cleanup
2010-06-25 Benjamin KramerTweak MemoryBuffer to allocate the class itself, the...
2010-06-24 Oscar FuentesDataTypes.h.cmake (MSVC): Protect some #define's and...
2010-06-24 Jakob Stoklund OlesenRemove the now unused LiveIntervals::getVNInfoSourceReg().
2010-06-24 Eric ChristopherSilence some unused variable warnings.
2010-06-24 Jakob Stoklund OlesenRemove the -fast-spill option.
2010-06-24 Jakob Stoklund OlesenReplace a big gob of old coalescer logic with the new...
2010-06-24 Bob WilsonEdit and clarify comments for TargetInstrInfo methods:
2010-06-24 Dan GohmanAdd a comment about a thread safety issue in Statistic.h.
2010-06-24 Dan GohmanAdd overloads for getFile and getFileOrSTDIN which...
2010-06-24 Jakob Stoklund OlesenBe more strict about subreg-to-subreg copies in Coalesc...
2010-06-24 Dan GohmanReapply r106634, now that the bug it exposed is fixed.
2010-06-24 Jakob Stoklund OlesenRevert "Replace a big gob of old coalescer logic with...
2010-06-24 Devang PatelUse ValueMap instead of DenseMap.
2010-06-24 Jakob Stoklund OlesenReplace a big gob of old coalescer logic with the new...
2010-06-23 Devang PatelCosmetic change.
2010-06-23 Gabor Greifminor enhancement to llvm::isFreeCall API: return CallI...
2010-06-23 Daniel DunbarRevert r106263, "Fold the ShrinkDemandedOps pass into...
2010-06-23 Jim GrosbachSome targets don't require the fencing MEMBARRIER instr...
2010-06-23 Jim Grosbachremove trailing whitespace
2010-06-22 Dan GohmanReplace ScalarEvolution's private copy of getLoopPredec...
2010-06-22 Eric ChristopherLook for and use a different darwin crash reporter...
2010-06-22 Dan GohmanMove PHIElimination's SplitCriticalEdge for MachineBasi...
2010-06-22 Dan GohmanSplit out the code for finding a unique loop predecesso...
2010-06-22 Dan GohmanAdd a comment explaining a non-obvious API.
2010-06-22 Devang PatelUse single interface, using twine, to get named metadata.
2010-06-22 Evan ChengTail merging pass shall not break up IT blocks. rdar...
2010-06-21 Eric ChristopherRemove isTwoAddress from llvm.
2010-06-21 Dan GohmanMove several non-performance-critical member functinos...
2010-06-21 Chris Lattnermake the Value constructor protected.
2010-06-19 Dan GohmanFactor out duplicated code for reusing and inserting...
2010-06-18 Dan GohmanTeach regular and fast isel to set dead flags on unused...
2010-06-18 Evan ChengAllow ARM if-converter to be run after post allocation...
2010-06-18 Jim Grosbachback-end libcall handling for ATOMIC_SWAP (__sync_lock_...
2010-06-18 Jim GrosbachAdd Expand-to-libcall support for additional atomics...
2010-06-18 Dan GohmanRevert r106304 (105548 and friends), which are the...
2010-06-18 Dan GohmanReapply 105540, 105542, and 105548, and revert r105732.
2010-06-18 Dan GohmanAdd explicit keywords.
2010-06-18 Dan GohmanStart TargetRegisterClass indices at 0 instead of 1...
2010-06-18 Jim GrosbachGrammar.
2010-06-18 Dan GohmanDon't bother calling releaseMemory before destroying...
2010-06-18 Dan GohmanGive NamedRegionTimer an Enabled flag, allowing all...
2010-06-18 Dan GohmanChange UpdateNodeOperands' operand and return value...
2010-06-18 Dan GohmanRemove getIntegerSCEV; it's redundant with getConstant...
2010-06-18 Dan GohmanEliminate unnecessary uses of getZExtValue().
2010-06-18 Dan GohmanisValueValidForType can be a static member function.
2010-06-18 Dan GohmanFold the ShrinkDemandedOps pass into the regular DAGCom...
2010-06-17 Stuart HastingsAdd a DebugLoc parameter to TargetInstrInfo::InsertBran...
2010-06-17 Jason MolendaAdd the entire range of DW_OP_lit[0..31], DW_OP_reg...
2010-06-16 Douglas GregorRevert r106117, which was the result of me misreading...
2010-06-16 Daniel DunbarMC: Simplify MCAssembler::isSymbolLinkerVisible to...
2010-06-16 Daniel DunbarMC: Lift SwitchSection() and Finish() into MCObjectStre...
2010-06-16 Daniel DunbarMC: Factor out an MCObjectStreamer class, which will...
2010-06-16 Douglas GregorEliminate a redundant "typename" keyword
2010-06-16 Devang PatelUse separate named MDNode to hold each function's local...
2010-06-15 Jakob Stoklund OlesenRemove the local register allocator.
2010-06-15 Benjamin Kramersimplify-libcalls: fold strstr(a, b) == a -> strncmp...
2010-06-15 Chris Lattnerdisable SmallVectorImpl's copy constructor. This preve...
2010-06-15 Jakob Stoklund OlesenAdd CoalescerPair helper class.
2010-06-14 Sean HuntAdd missing include to unbreak the build.
2010-06-14 Evan Cheng- Do away with SimpleHazardRecognizer.h. It's not used...
2010-06-14 Bob WilsonFix a comment typo.
2010-06-13 Benjamin KramerLet SmallVector take advantage of LiveRange's podness.
2010-06-12 Chris Lattnerdeclare a class with 'class' instead of struct to avoid...
2010-06-12 Evan ChengAllow target to provide its own hazard recognizer to...
2010-06-11 Stuart HastingsSupport for nested functions/classes in debug output...
2010-06-11 John McCallDefine ContextualFoldingSet, which stores a context...
2010-06-10 Duncan SandsAvoid many "variable 'Sub' set but not used [-Wunused...
2010-06-10 Duncan SandsAdd includes to get ptrdiff_t. This is needed by gcc...
2010-06-09 Evan ChengAllow target to place 2-address pass inserted copies...
2010-06-09 Evan ChengRevert 105540, 105542, 105544, 105546, and 105548 to...
2010-06-09 Bill Wendling- Fix description of SUBREG_TO_REG. It's not going...
2010-06-09 Kenneth UildriksPulled CodeMetrics out of InlineCost.h and made it...
2010-06-09 Rafael EspindolaFix a gcc warning:
2010-06-08 Bruno Cardoso LopesReapply r105521, this time appending "LLU" to 64 bit
2010-06-08 Daniel DunbarADT: Add DAGDeltaAlgorithm, which is a DAG minimization...
next