Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6.
[oota-llvm.git] / include / llvm /
2006-08-04 Reid SpencerUpdate the auto* tools: autoconf 2.60, libtool 1.5...
2006-08-04 Chris LattnerMake SelectionDAG::RemoveDeadNodes iterative instead...
2006-08-03 Chris Lattnerupdate comment
2006-08-03 Chris Lattnerremove some more dead sparcv9 support stuff
2006-08-03 Devang PatelFix typo.
2006-08-03 Devang PatelAdd new tool, lto, to do link time optimization. This...
2006-08-02 Evan ChengAssignTopologicalOrder now returns the vector of SDNode...
2006-08-02 Jim LaskeyFinal polish on machine pass registries.
2006-08-02 Jim LaskeyBreaking out specialized classes.
2006-08-01 Chris LattnerAdd dominates/properlyDominates queries to IDom.
2006-08-01 Jim LaskeyNow that the ISel is available, it's possible to create...
2006-08-01 Jim Laskey1. Change use of "Cache" to "Default".
2006-08-01 Chris LattnerRemove some now-dead methods. Use getFileStatus instead.
2006-08-01 Jim LaskeyForgot the added files for plugable machine passes.
2006-08-01 Jim LaskeyIntroducing plugable register allocators and instructio...
2006-08-01 Evan ChengAdded AssignTopologicalOrder() to assign each node...
2006-07-28 Chris LattnerModify setStatusInfoOnDisk to not throw an exception.
2006-07-28 Chris LattnerModify Path::eraseFromDisk to not throw an exception.
2006-07-28 Chris LattnerUpdate comments.
2006-07-28 Chris LattnerChange Path::getStatusInfo to return a boolean and...
2006-07-28 Chris LattnerThe smallvector dtor should destroy the elements.
2006-07-28 Evan ChengRename IsFoldableBy to CanBeFoldedleBy
2006-07-28 Evan ChengRemove InFlightSet hack. No longer needed.
2006-07-27 Jim LaskeyWorking toward registration of register allocators.
2006-07-27 Evan ChengResolve BB references with relocation.
2006-07-27 Evan ChengAdd basic block machine relocation.
2006-07-27 Evan ChengAssignNodeIds should return unsigned.
2006-07-27 Evan ChengRemove NodeDepth; Add NodeId which is a unique id per...
2006-07-27 Evan ChengLet each target specific isel provide routine to check...
2006-07-27 Evan ChengMove synchronizeICache from TargetJITInfo into a static...
2006-07-27 Chris LattnerUse std::copy instead of custom loops to take advantage...
2006-07-27 Nate BegemanSupport jump tables when in PIC relocation model
2006-07-26 Chris LattnerRename RelocModel::PIC to PIC_, to avoid conflicts...
2006-07-26 Reid SpencerFor PR780:
2006-07-26 Reid SpencerFor PR780:
2006-07-26 Chris LattnerAdd a new llvm::SmallVector template, which is similar...
2006-07-25 Jim LaskeyMoving this function to a permanent home to prevent...
2006-07-25 Evan Cheng- Refactor the code that resolve basic block references...
2006-07-21 Jim LaskeyUse an enumeration to eliminate data relocations.
2006-07-20 Devang PatelAdd new constructor to accept vector of exported names...
2006-07-19 Evan ChengMake sub- and super- register classes const.
2006-07-19 Chris LattnerMove MVT::getVectorType out of line, it is large and...
2006-07-19 Chris LattnerAdd an out-of-line virtual method for the sdnode class...
2006-07-18 Chris LattnerAdd an out-of-line virtual method to provide a home...
2006-07-18 Chris LattnerAdd functions to compute ceil(log2(N)) to match functio...
2006-07-14 Chris LattnerAdd an out-of-line virtual function to home class.
2006-07-14 Chris LattnerAdd two helper functions
2006-07-14 Chris LattnerAdd another helper method.
2006-07-14 Chris LattnerAdd a new method for bugpoint to use.
2006-07-12 Chris LattnerChange the callgraph representation to store the callsi...
2006-07-11 Jim Laskey1. Support for c++ mangled names.
2006-07-07 Reid SpencerFinish removal of EH usage from the Archive library...
2006-07-07 Reid SpencerRemove EH use from the Archive library and adjust its...
2006-07-07 Chris Lattner#include <iosfwd> not <ostream>
2006-07-07 Chris LattnerChange AllocateRWX/DeallocateRWX to not throw an exception.
2006-07-07 Chris LattnerChange LoadLibraryPermanently to not throw an exception.
2006-07-07 Chris LattnerThis patch (written by Reid) changes compressor to...
2006-07-07 Chris LattnerFix an embarassing bug reid noticed
2006-07-06 Chris LattnerModify the SlowOperationInformer interface to not throw...
2006-07-06 Chris LattnerChange the ModuleProvider interface to not throw except...
2006-07-06 Chris LattnerChange the verifier to never throw an exception. Inste...
2006-07-06 Evan ChengAdded option -code-model to set code model (only used...
2006-06-29 Evan ChengUgly hack! Add helper functions InsertInFlightSetEntry and
2006-06-29 Evan ChengAdd support to print 4-, 8-, and 16- byte constant...
2006-06-28 Chris LattnerAdd support for hidden visibility
2006-06-28 Evan ChengAllow EmitConstantPool to be redefined by derived classes.
2006-06-27 Reid SpencerFor PR801:
2006-06-26 Chris LattnerAdd a new method.
2006-06-23 Jim LaskeyAdd and sort "sections" in debug lines. This always...
2006-06-23 Evan ChengAdded jump table address relocation.
2006-06-21 Reid SpencerWhoops, missed a couple more C-style casts.
2006-06-21 Reid SpencerUse C++ style casts instead of C-style casts to shut...
2006-06-21 Chris LattnerAdd some out-of-line virtual dtors so that the class...
2006-06-21 Evan ChengFix non-64-bit clean code.
2006-06-20 Andrew LenharthFix build on old compilers
2006-06-19 Andrew LenharthDo partial inlining in BU. This resolves more call...
2006-06-17 Evan ChengClean up
2006-06-16 Chris LattnerSimplify the targetdata ctor by not passing in a "targe...
2006-06-16 Chris LattnerRemove ctor with each piece specifyable (which causes...
2006-06-16 Andrew Lenharthmove header
2006-06-16 Jim Laskey1. Revise vector debug support.
2006-06-15 Jim Laskey1. Support standard dwarf format (was bootstrapping...
2006-06-15 Chris LattnerAdd some more matcher classes for shifts.
2006-06-15 Evan ChengAvoid undesirable behavior when assert is not enabled.
2006-06-15 Evan ChengInstructions with variable operands (variable_ops)...
2006-06-14 Jim LaskeyChange versioning to per debug info descriptor (merged...
2006-06-14 Jim LaskeyPlace dwarf headers at earliest possible point. Well...
2006-06-12 Andrew LenharthStart on my todo list
2006-06-11 Owen AndersonRe-commit the safe parts of my 6/9 patch. Still workin...
2006-06-11 Evan ChengBack out Owen's 6/9 changes. They broke MultiSource...
2006-06-09 Owen AndersonMake Loop able to verify that it is in LCSSA-form,...
2006-06-08 Owen AndersonUpdate some comments, and expose LCSSAID in preparation...
2006-06-08 Reid SpencerFor PR804:
2006-06-08 Vladimir PrusNew method BasicBlock::getFirstNonPHI.
2006-06-07 Reid SpencerFor PR787:
2006-06-07 Reid SpencerFor PR780:
2006-06-07 Chris LattnerAdd a virtual dtor to the InlineAsm class so that the...
2006-06-07 Reid SpencerPrevious version of this file wasn't supposed to be...
2006-06-07 Reid SpencerFor PR780:
2006-06-07 Reid SpencerFor PR780:
next