Revert my re-instated reverted commit, fixes the bootstrap build on x86-64 linux.
[oota-llvm.git] / include /
2008-12-11 Torok Edwinfix grammar, thanks Duncan!
2008-12-11 Mikhail GlushenkovMerge Base.td and Tools.td.
2008-12-11 Torok Edwinintroduce BasicBlock::getUniquePredecessor()
2008-12-10 Evan ChengFix MachineCodeEmitter to use uintptr_t instead of...
2008-12-10 Dan GohmanUpdate CalcLatency to work in terms of edge latencies...
2008-12-10 Evan ChengFix a couple of Dwarf bugs.
2008-12-09 Dan GohmanRewrite the SDep class, and simplify some of the relate...
2008-12-09 Bill WendlingAdd sub/mul overflow intrinsics. This currently doesn...
2008-12-09 Chris LattnerTeach GVN to invalidate some memdep information when...
2008-12-09 Duncan SandsFix PR3117: not all nodes being legalized. The
2008-12-09 Chris LattnerTeach BasicAA::getModRefInfo(CallSite, CallSite) some
2008-12-09 Chris Lattnerrename getNonLocalDependency -> getNonLocalCallDependen...
2008-12-09 Mikhail GlushenkovSupport -emit-llvm properly (with -S and -c).
2008-12-09 Chris Lattnerrename getNonLocalPointerDepInternal -> getNonLocalPoin...
2008-12-09 Evan ChengDisableGVCompilation should not abort on internal Globa...
2008-12-09 Chris Lattnernewline at end of phile
2008-12-09 Chris Lattneruse hte new pred cache to speed up the new non-local...
2008-12-09 Chris Lattnerpred_iterator got a lot slower since use-diet landed...
2008-12-09 Dan GohmanFix the name of ISD::TokenFactor in a comment. Thanks...
2008-12-09 Chris Lattnerremove two unneeded forward declarations, pointed out...
2008-12-08 Dan GohmanMove the conversion to intptr_t to a separate statement...
2008-12-08 Ted KremenekUse 'delete []' instead of 'delete' in OwningArray...
2008-12-08 Duncan SandsFix comment typo.
2008-12-08 Dan GohmanFactor out the code for sign-extending/truncating gep...
2008-12-08 Chris Lattneradd another level of caching for non-local pointer...
2008-12-08 Chris Lattnerintroduce a new RoundUpAlignment helper function, use...
2008-12-08 Dan GohmanMake ConstantAggregateZero::get return a ConstantAggreg...
2008-12-08 Chris LattnerSpeed up getABITypeSize by turning a i64 mul and div...
2008-12-08 Dan GohmanClarify a comment.
2008-12-08 Dan GohmanMove createVirtualRegister out-of-line.
2008-12-07 Dan GohmanUse bool instead of int, now that it no longer evokes...
2008-12-07 Dan GohmanUse intptr_t instead of unsigned here, which is more...
2008-12-07 Chris Lattnerfix a typo duncan noticed!
2008-12-07 Mikhail GlushenkovMake 'extern' an option property.
2008-12-07 Mikhail GlushenkovPlugin updates: support more options.
2008-12-07 Mikhail GlushenkovUse (actions) instead of option properties, support...
2008-12-07 Chris Lattneradd support for caching pointer dependence queries...
2008-12-07 Chris LattnerSome internal refactoring to make it easier to cache...
2008-12-07 Chris LattnerIntroduce a new MemDep::getNonLocalPointerDependency
2008-12-07 Chris Lattnerpush the "pointer case" up the analysis stack a bit...
2008-12-07 Chris LattnerRename getCallSiteDependency -> getCallSiteDependencyFr...
2008-12-07 Chris Lattnermake getDependencyFrom private.
2008-12-05 Chris LattnerMake a few major changes to memdep and its clients:
2008-12-05 Chris LattnerMake it illegal to call getDependency* on non-memory...
2008-12-05 Chris Lattneradd a new pop_back_val method which returns the value...
2008-12-05 Dan GohmanDrop the reg argument to isRegReDefinedByTwoAddr, which...
2008-12-05 Dan GohmanUpdate comments. There is no getArgumentAccesses.
2008-12-04 Ted KremenekHave raw_fd_ostream keep track of the position in the...
2008-12-03 Dan GohmanHave PseudoSourceValue override Value::dump, so that...
2008-12-03 Chris LattnerFactor some code into a new FoldSingleEntryPHINodes...
2008-12-03 Chris Lattnerfix a really incorrect comment.
2008-12-03 Dan GohmanSplit foldMemoryOperand into public non-virtual and...
2008-12-03 Dan GohmanRename isSimpleLoad to canFoldAsLoad, to better reflect...
2008-12-03 Dan GohmanExtend X86's addFrameReference to add a MachineMemOpera...
2008-12-03 Rafael EspindolaFix bug 3140.
2008-12-03 Chris LattnerRename DeleteBlockIfDead to DeleteDeadBlock and make it
2008-12-03 Chris LattnerFactor some code out of SimplifyCFG, forming a new
2008-12-03 Dan GohmanMark x86's V_SET0 and V_SETALLONES with isSimpleLoad...
2008-12-03 Dan GohmanAdd an explicit keyword.
2008-12-03 Dan GohmanReplace a #include with a forward-declaration.
2008-12-02 Chris LattnerFix isIntN to work with APInts > 64 bits. This method...
2008-12-02 Chris LattnerComment typeo fix, thanks Duncan!
2008-12-02 Nick LewyckyAdd a new SCEV representing signed division.
2008-12-02 Chris Lattneradd a little helper function that does PHI translation.
2008-12-02 Chris Lattneradd densemap range insertion method.
2008-12-01 Bill WendlingExpand getVTList, getNodeValueTypes, and SelectNodeTo...
2008-12-01 Chris Lattnerreenable array_pod_sort, this time hopefully happy...
2008-12-01 Chris Lattnerdon't #include <algorithm> into the llvm namespace.
2008-12-01 Chris Lattnerswitch to std::sort until I have time to sort this...
2008-12-01 Chris Lattnercleanups suggested by duncan, thanks!
2008-12-01 Chris Lattnerdefine array_pod_sort in terms of operator< instead...
2008-12-01 Duncan SandsThere are no longer any places that require a
2008-12-01 Duncan SandsChange the interface to the type legalization method
2008-12-01 Chris Lattnerdon't assume iterators implicitly convert to pointers.
2008-12-01 Chris LattnerIntroduce a new array_pod_sort function and switch...
2008-12-01 Chris LattnerReimplement the non-local dependency data structure...
2008-12-01 Eli FriedmanFix bogus assertion using getSExtValue for legitimate...
2008-11-30 Chris LattnerEliminate the DepResultTy abstraction. It is now compl...
2008-11-30 Chris LattnerCache TargetData/AliasAnalysis in the pass instead...
2008-11-30 Chris Lattneradd the rest of the comparison routines.
2008-11-30 Chris LattnerTwo changes: Make getDependency remove QueryInst for...
2008-11-30 Chris Lattnerintroduce a typedef, no functionality change.
2008-11-30 Chris LattnerChange NonLocalDeps to be a densemap of pointers to...
2008-11-30 Chris Lattnerimplement a fixme by introducing a new getDependencyFro...
2008-11-30 Chris LattnerREmove an old fixme, resolve another fixme by adding...
2008-11-30 Chris Lattnerfix indentation. std::pair is "isPod" if the first...
2008-11-29 Chris LattnerEliminate the dropInstruction method, which is not...
2008-11-29 Nick LewyckyAdd protected visibility to libLTO.
2008-11-29 Chris Lattnerimplement some fixme's: when deleting an instruction...
2008-11-29 Chris LattnerChange MemDep::getNonLocalDependency to return its...
2008-11-29 Chris Lattnerreimplement getNonLocalDependency with a simpler worklist
2008-11-29 Chris Lattnertidy up some variable names.
2008-11-29 Chris Lattnerrename some maps.
2008-11-29 Torok Edwinprotect against negative values that would exceed allow...
2008-11-29 Chris Lattnerapparently GCC doesn't believe that I understand C
2008-11-29 Duncan SandsTypo fix.
2008-11-29 Chris LattnerSplit getDependency into getDependency and getDependenc...
2008-11-29 Chris LattnerNow that DepType is private, we can start cleaning...
2008-11-29 Chris LattnerIntroduce and use a new MemDepResult class to hold...
2008-11-29 Chris LattnerReimplement the internal abstraction used by MemDep...
next