Initial checking of the libpng library.
[oota-llvm.git] / include /
2004-02-04 Alkis EvlogimenosModify the two address instruction pass to remove the...
2004-02-04 Brian GaekeInclude <iosfwd> and <string> instead of <iostream>.
2004-02-04 Chris LattnerCheck in header file I forgot before.
2004-02-04 Chris LattnerDelete the BasicBlock ctor that only takes a BasicBlock...
2004-02-03 Alkis EvlogimenosWhen an instruction like: A += B had both A and B virtu...
2004-02-02 Alkis EvlogimenosRevert changes. Will implement this using a different...
2004-02-02 Alkis EvlogimenosAdd MachineOperand::setDef() and MachineOperand::setUse...
2004-02-02 Brian GaekeAdd prototype for llvm::allocatePowerPCTargetMachine().
2004-02-02 Chris LattnerCorrect the method I just added to actually return...
2004-02-02 Chris LattnerAdd a new method to ConstantFP
2004-02-01 Chris LattnerThe first half of a fix for PR218 & test/Regression...
2004-02-01 Alkis EvlogimenosAdd MRegisterInfo::getNumRegs().
2004-02-01 Chris LattnerAdd comments
2004-01-31 Alkis EvlogimenosMerge safe parts from last night's buggy commit. These...
2004-01-31 Chris LattnerAdd two static methods to avoid having client code...
2004-01-31 Alkis EvlogimenosRevert last night's changes as they broke some tests...
2004-01-31 Alkis EvlogimenosSeveral performance enhancements and cleanups from...
2004-01-30 Chris LattnerAdd a new pointsToConstantMemory method to the AliasAna...
2004-01-30 Chris LattnerAdd a new lazily constructed mapping from Idx's the...
2004-01-30 Brian GaekeGive clients of MachineFunctionPrinter the ability...
2004-01-30 Misha BrukmanDoxygenify comments.
2004-01-28 Chris LattnerKeep track of all of the globals inserted into the...
2004-01-28 Chris LattnerPull the ScalarMap out into something that is more...
2004-01-27 Chris LattnerMinor tweaks
2004-01-27 Chris LattnerAdd comments, allow DSNode "copy ctor" to ignore outgoi...
2004-01-27 Chris Lattner* cloneReachable* and clonePartiallyInto are not obsolete
2004-01-23 Alkis EvlogimenosFix failing test cases with joined live intervals....
2004-01-23 Chris LattnerAdd new flag, other minor modifications
2004-01-23 Chris LattnerFix grammar
2004-01-22 Alkis EvlogimenosAdd option to join live intervals. Two intervals are...
2004-01-22 Chris LattnerEliminated the CompletedNodes argument to the cloneReac...
2004-01-22 Chris LattnerIt doesn't make sense for one side to be const, but...
2004-01-22 Chris LattnerRemove const qualifier (all Value*'s are nonconst in...
2004-01-22 Chris LattnerSpecialize std::swap correctly
2004-01-21 Misha BrukmanTo materialize a module, you need to know what function...
2004-01-21 Misha BrukmanIf you call abort(), #include <cstdlib>
2004-01-21 Brian GaekeRegenerated using autoconf-2.57 and autoheader-2.57.
2004-01-20 Chris LattnerMove SlotCalculator.h from include/llvm to include...
2004-01-20 Tanya LattnerMoved iterators to common file.
2004-01-20 Chris Lattneradd a method proto, make a method not inline
2004-01-18 Chris LattnerAdd enum for compaction table.
2004-01-18 Chris LattnerAdd support for representing the "compaction table"
2004-01-17 Chris Lattnerfix copy-and-pasto
2004-01-17 Chris LattnerRevision of Brian's threading support library to be...
2004-01-16 Alkis EvlogimenosFold open interval ends handling into
2004-01-16 Alkis EvlogimenosUse a list instead of a vector to store intervals....
2004-01-15 Brian GaekeRemove configure support for endianness checking, the...
2004-01-15 Chris LattnerRemove ENDIAN_* support. LLVM does not need it anymore.
2004-01-15 Chris LattnerRemove broken doxygen comments
2004-01-14 Chris LattnerImprove comments, add support for remembering the const...
2004-01-14 Chris Lattneradd support for -- for symmetry
2004-01-14 Chris LattnerAdd new ConstantArray::isString(), as the conditions...
2004-01-14 Chris LattnerThe only clients of the slot calculator are now the...
2004-01-13 Alkis EvlogimenosRemove allocatable registers vector. It is already...
2004-01-13 Brian GaekeRegenerated using autoheader-2.57.
2004-01-12 Chris LattnerAdd new method
2004-01-12 Chris LattnerMove this file to lib/VMCore
2004-01-12 Chris LattnerEliminate a lot of out-of-date comments, and all of...
2004-01-12 Chris LattnerThe getShift method is no obsolete
2004-01-12 Chris Lattnerllvm::ConstantFoldInstruction
2004-01-12 Chris LattnerMove prototype of llvm::ConstantFoldInstruction
2004-01-11 Alkis EvlogimenosMake LiveVariables::HandlePhysRegUse and
2004-01-10 Chris LattnerMinor cleanup
2004-01-10 Chris LattnerRemove standard C file wrapper
2004-01-10 Chris LattnerRemove wrapper for standard C file, use <cstdlib> instead
2004-01-10 Chris LattnerDead file, use <cstring> instead of this.
2004-01-10 Chris Lattnerremove obsolete file
2004-01-09 Chris LattnerRemove an obsolete method, including its _long_ out...
2004-01-08 Chris LattnerRemove yet another obsolete comment :)
2004-01-08 Brian GaekeFix typos. Rewrite head-of-file comment.
2004-01-08 Brian GaekeFix typos. Regularize include guard.
2004-01-08 Chris LattnerImprove encapsulation in the Loop and LoopInfo classes...
2004-01-06 Chris Lattneradd new intrinsic
2004-01-06 Chris Lattneradd new method
2004-01-05 Chris Lattner/me slaps forehead
2004-01-05 Chris LattnerAdd some intrinsics
2004-01-05 Chris LattnerInitial implementation of some source-level debugging...
2003-12-31 Chris LattnerAdd new ExecutionEngine::getGlobalValueAtAddress method...
2003-12-31 Chris Lattner* Add a new helper progress method
2003-12-31 Chris LattnerAdd some comments, add a new getGlobalVariable method
2003-12-31 Chris Lattner* Make Module::getTypeName const
2003-12-31 Chris LattnerMake the lookup method const.
2003-12-31 Chris Lattneradd new function
2003-12-31 Chris Lattnerclarify comments
2003-12-31 Chris LattnerNew class, useful for command-line interactive programs.
2003-12-31 Chris Lattnerdoxygenify
2003-12-30 Chris LattnerAdd new function
2003-12-30 Chris LattnerFurther revisions of the FDHandle idea. In this versio...
2003-12-30 Chris LattnerAdd a new class useful for providing fully materialized...
2003-12-29 Chris LattnerAdd trivial exception specs to produce better code...
2003-12-29 Chris LattnerFactor FDHandle out of the bytecode reader into the...
2003-12-29 Chris Lattneradd new function
2003-12-28 Chris LattnerClean up a lot of the code I added yesterday by exposin...
2003-12-28 Alkis EvlogimenosAdd coalescing to register allocator. A hint is added...
2003-12-28 Alkis EvlogimenosAdd TargetInstrInfo::isMoveInstr() to support coalescin...
2003-12-28 Chris LattnerWe may now pass IntrinsicLowering implementations into...
2003-12-28 Chris Lattneradd argument
2003-12-28 Chris LattnerABC's must have virtual dtors! Shame on me!
2003-12-28 Chris LattnerMove header into top-level llvm dir
2003-12-28 Chris LattnerAdd new interface that allows removal of some code...
next