Regenerated.
[oota-llvm.git] / include /
2004-06-22 John CriswellAdded the llvm/test/Programs/Makefile.test Makefile.
2004-06-21 Misha BrukmanSpell out `NoFramePointerElim' for readability.
2004-06-21 Misha BrukmanMake a single `NoFPElim' switch available to all targets.
2004-06-21 Misha BrukmanLet's be consistent: listing format `os/arch'.
2004-06-21 Chris LattnerRename Interval class to LiveInterval to avoid conflict...
2004-06-21 Chris LattnerMake ConstantBool act like a 1 bit ConstantInt, in...
2004-06-20 Chris LattnerHeader moved into the CodeGen directory
2004-06-20 Chris LattnerStart moving IntrinsicLowering out of VMCore into libco...
2004-06-20 Chris LattnerAdd methods like BinaryOperator::createAdd that take...
2004-06-19 Chris LattnerInitial checkin of the StableBasicBlockNumbering, a...
2004-06-18 Misha BrukmanAdd a target-independent way to query page size.
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-06-16 Brian GaekeI'm afraid this doesn't exist.
2004-06-15 Chris Lattnerisnan is dead
2004-06-12 Alkis EvlogimenosAdd the isunordered intrinsic.
2004-06-11 Chris LattnerIt is no longer 2001
2004-06-11 Misha BrukmanFix grammar: 's is for possessive only.
2004-06-11 Reid SpencerImplement tracking of bytecode instruction size and...
2004-06-11 Reid SpencerRevert an unneeded interface change to Instruction.h
2004-06-11 Chris LattnerI misled Alkis: LLVM should have isnan, not isunordered.
2004-06-11 Alkis EvlogimenosAdd the isunordered intrinsic.
2004-06-10 Reid SpencerUpdated the BytecodeAnalysis data structure to contain...
2004-06-10 Reid SpencerAdded an isPhiNode(unsigned) static method to determine...
2004-06-10 Misha BrukmanRemove extra space.
2004-06-10 Reid SpencerImplemented the bulk of the functionality. Cleaned...
2004-06-10 Chris LattnerAdd new BinaryOperator::createAdd/Sub/... methods to...
2004-06-09 Reid SpencerAdd some new fields for bytecode analysis.
2004-06-09 Reid SpencerCleaned up a dead header file to prevent duplicate...
2004-06-08 Chris LattnerI checked and no clients expect this to return null...
2004-06-08 Brian GaekeAdd a forwarding method pop_front() that allows you...
2004-06-08 Brian GaekeAdd a TmpInstruction ctor that doesn't take a MCFI.
2004-06-08 Chris LattnerApparently a particular vendor compiler uses the struct...
2004-06-08 Misha BrukmanFix case of doxygen directive `\p': it's lowercase.
2004-06-08 Chris LattnerAdd documentation to the TargetFrameInfo class, contrib...
2004-06-08 Reid SpencerClean up documentation and make it possible for the...
2004-06-07 Reid SpencerCommit For New Tool: llvm-abcd (Analysis of ByteCode...
2004-06-07 John CriswellAdded checks for mkstemp and getrusage.
2004-06-05 Chris LattnerMacros are baaad.
2004-06-05 Chris LattnerDon't #include <unistd.h> directly, go through the...
2004-06-05 Chris LattnerWarning foo
2004-06-04 Misha BrukmanRevert ostream back to reference: the only user (llvm...
2004-06-04 Chris LattnerAdd some constants for VC
2004-06-04 Chris LattnerFix a *really* dumb warning on VC
2004-06-04 Chris LattnerFix more warnings
2004-06-04 Chris LattnerRemove support for printing strings from the cached...
2004-06-04 Chris LattnerGCC doesn't like prefix form of cast with two identifie...
2004-06-04 Chris LattnerSilence a warning
2004-06-04 Chris LattnerAdd ssize_t for VC++
2004-06-04 Chris Lattner<io.h> provides read/write/open/...
2004-06-04 Chris LattnerVisual C has something resembling a stat function,...
2004-06-04 Chris LattnerMake this work on VC++, pull the HAVE_ALLOCA_H case...
2004-06-04 Chris LattnerAdd more needed typedefs
2004-06-04 Chris LattnerAdd explicit casts to silence warnings. There is no...
2004-06-04 Chris LattnerMake this work with VC++
2004-06-04 Chris LattnerFix a nasty bug that caused areAliases to always return...
2004-06-04 Misha BrukmanClarify documentation and use correct doxygen comment...
2004-06-03 Chris LattnerThe prototype for ParseCommandLineOptions changed at...
2004-06-03 Chris LattnerAdjust argument to match destination data type
2004-06-03 Chris LattnerDon't use identifiers that start with an _
2004-06-03 Chris LattnerOnly use the non-standards-compliant std::distance...
2004-06-03 Misha BrukmanFix case of doxygen directive \p.
2004-06-03 Brian GaekeCollapse together the abstract superclass TargetRegInfo...
2004-06-02 Chris LattnerDelete the V9 specific findOptimalStorageSize method...
2004-06-02 Chris LattnerAdd a new CopyFile function
2004-06-01 Chris LattnerOn win32, process.h provides some of the traditional...
2004-05-30 Alkis EvlogimenosPull Interval class out of LiveIntervals.
2004-05-30 Alkis EvlogimenosAdd comparator useful for natural comparisons on collec...
2004-05-30 Alkis EvlogimenosWhen spilling an register, introduce a new temporary...
2004-05-29 Alkis EvlogimenosRemove defs vector from live intervals.
2004-05-28 Chris LattnerFix bizzare problems when you include Config/dlfcn...
2004-05-28 Chris LattnerEliminate this form of SymbolTable::remove. It ignores...
2004-05-28 Chris LattnerAdd a new function for the JIT
2004-05-28 Chris LattnerAdd a pair of functions to hide system specific details...
2004-05-27 Chris LattnerAn "autoconf wrapper" for the infamous windows.h file
2004-05-27 John CriswellAdded a check for a new header file.
2004-05-27 Chris LattnerBeta-test moving a header from include/Support into...
2004-05-27 Chris LattnerMoved header from include/Support/ to include/llvm...
2004-05-27 Alkis EvlogimenosAdd constructors that take a BasicBlock to append to...
2004-05-26 Alkis EvlogimenosInline trivial constructors.
2004-05-26 Reid SpencerProvide the correct patch for bug 345. The solution...
2004-05-26 Reid SpencerTighten up checking on SymbolTable interface to make...
2004-05-26 Alkis EvlogimenosRefactor common initialization code in private init...
2004-05-26 Misha BrukmanFix spelling of doxygen directive.
2004-05-26 Reid SpencerPart of bug 122:
2004-05-25 Reid SpencerMake the constructor explicit so we can't implicitly...
2004-05-25 Reid SpencerAdding the initial implementation of the SlotTable...
2004-05-25 Reid SpencerRemoved unused, useless header file.
2004-05-25 Reid SpencerGive Type its own dump() method in preparation for...
2004-05-25 Reid SpencerCompletely rewrote the class. SymbolTable now separates...
2004-05-25 Reid SpencerConvert dump() method to call Type::dump() instead...
2004-05-25 Chris LattnerAdd some helpers
2004-05-24 Tanya LattnerMoved MachineBasicBlock deconstructor to cpp file and...
2004-05-24 Tanya LattnerAdded MachineFunction parent* to MachineBasicBlock...
2004-05-24 Tanya LattnerChanged clone to be const.
2004-05-23 Chris LattnerAdd the new GC intrinsics
2004-05-23 Chris LattnerAdd a new prototype
2004-05-23 Chris LattnerSeveral *major* changes to the AA interfaces:
2004-05-23 Chris LattnerAdd interfaces to update value numbering results
2004-05-23 Chris LattnerRename a method
2004-05-23 Tanya LattnerFixed up my changes to add support for cloning Machine...
next