Make sure the samples and test directories get distributed.
[oota-llvm.git] / include /
2004-10-26 Nate BegemanRemove method getRegClass from MRegisterInfo, as it...
2004-10-25 Chris LattnerRemove a dead class. Thanks to Morten Ofstad for point...
2004-10-25 Chris LattnerPatch to support MSVC better, contributed by Morten...
2004-10-25 Chris LattnerPatch to support MSVC correctly, contributed by Morten...
2004-10-24 Misha BrukmanFix grammar in comments to getSizeOf()
2004-10-24 Alkis EvlogimenosImprove comments and wrap to 80 columns.
2004-10-24 Alkis EvlogimenosAdd ConstantExpr::getSizeOf(Type*).
2004-10-19 Misha BrukmanIf we're going to make the braces of functions line...
2004-10-19 Misha BrukmanRemove unnecessary spaces in function signature
2004-10-19 Misha Brukman* Fit constructor initializer on a single line
2004-10-18 Misha BrukmanMove code to redefine INT64_{MIN,MAX} on AIX/PowerPC...
2004-10-18 Nate BegemanInitial implementation of the strength reduction for...
2004-10-18 Misha Brukman* AIX on Power defines INT64_MIN and INT64_MAX in ways...
2004-10-18 Chris LattnerFix miscompilations in the SparcV9 backend that were...
2004-10-18 Reid SpencerDeclare a function in the correct namespace.
2004-10-17 Reid SpencerAdd HAVE_BZLIB_H and HAVE_ZLIB_H tests.
2004-10-16 Chris LattnerAdd support for the unreachable instruction
2004-10-16 Chris LattnerAdd new UndefValueVal type
2004-10-16 Chris LattnerAdd new UnreachableInst class
2004-10-16 Chris LattnerAdd new unreachable instruction
2004-10-16 Chris LattnerAdd new UndefValue class
2004-10-16 Chris LattnerUndefValue's are constants
2004-10-15 Chris LattnerMove the implementation of the clone method for these...
2004-10-15 Chris LattnerAllow machine operands to represent global variables...
2004-10-14 Misha BrukmanConvert tabs to spaces
2004-10-14 Chris LattnerMake sure any client of Dominators.h links in Dominator...
2004-10-14 Chris LattnerRemove unneeded typedef, patch by Morten Ofstad
2004-10-13 Chris LattnerUse explicit std:: qualification to avoid relying on...
2004-10-13 Chris LattnerGet rid of template templates that were preventing...
2004-10-13 Chris LattnerUpdate doco, make doxygen more, use standard dividers.
2004-10-12 Misha BrukmanFix file comment header
2004-10-12 Misha BrukmanOn second thought, OpaqueType is not really a good...
2004-10-12 Chris LattnerAdd comment
2004-10-12 Misha BrukmanOpaque types are considered to be first-class.
2004-10-12 Chris LattnerAdd std:: prefix for compilers without correct koenig...
2004-10-12 Chris LattnerRight, calls have Operand#0 == the called function...
2004-10-12 Chris LattnerNew header. Classes can be added as needed.
2004-10-11 Chris LattnerAllow creation of GEP constantexprs with a vector of...
2004-10-11 Chris LattnerAdd long overdue methods
2004-10-07 Chris LattnerGet friendly with Type
2004-10-07 Chris LattnerChange signature of this method again
2004-10-07 Chris LattnerRename pass
2004-10-06 Misha BrukmanUndoxyfy internal method.
2004-10-06 Misha BrukmanDoxygen-ify comments
2004-10-06 Chris LattnerRename method, change comment, add argument
2004-10-04 Chris LattnerFix #include flavor
2004-10-04 Reid SpencerAdd HAVE_BZIP2 and HAVE_ZLIB
2004-10-04 Reid SpencerAdd a context for the callback so different compression...
2004-10-04 Reid SpencerMinor corrections suggested by Chris' ever-watchful...
2004-10-04 Reid SpencerFirst version of the MappedFile abstraction for operati...
2004-10-04 Reid SpencerFirst version of a support utility to provide generaliz...
2004-09-30 Alkis EvlogimenosAdd const version of getLastBlock() member function.
2004-09-30 Alkis EvlogimenosRemove whitespace from the end of the line.
2004-09-30 Brian GaekeAdd accessor function prototypes for reoptimizer suppor...
2004-09-30 Chris Lattner* Wrap some comments to 80 cols
2004-09-28 Chris LattnerBe consistent with our naming
2004-09-28 Chris LattnerCapture information about whether the target instructio...
2004-09-28 Alkis EvlogimenosAdd includes and use std:: for standard library calls...
2004-09-28 Alkis EvlogimenosUse class instead of struct for defining classes. This...
2004-09-25 Reid SpencerClean up the interface of TimeValue:
2004-09-24 Reid SpencerInitial implementation of the TimeValue abstraction.
2004-09-24 John CriswellUpdated the last two header files so that they are...
2004-09-24 John CriswellModified hash_map and hash_set configuration so that...
2004-09-24 John CriswellConfigure Datatypes.h.in with AC_CONFIG_HEADERS. This...
2004-09-23 Reid SpencerChange Value from a "struct" to a "class" so that VC...
2004-09-22 Reid SpencerUpdate to add the HAVE_UINT64_T test and the STACK_DIRE...
2004-09-22 Reid SpencerThe alloca function, strangely enough, is found in...
2004-09-21 Chris LattnerThis is an empty directory
2004-09-21 Chris LattnerThis is a dead directory now
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-20 Chris LattnerDo not prototype any of these passes as returning Pass...
2004-09-20 Chris LattnerAdjust to API changes
2004-09-18 Chris LattnerAdd CallGraphNode::removeAnyCallEdgeTo method
2004-09-18 Chris LattnerImplement new changeFunction method, nuke a never imple...
2004-09-15 Chris LattnerMake sure to update the list end when an element is...
2004-09-15 Chris LattnerAdd an optional argument to PromoteMemToReg
2004-09-14 Chris LattnerAdd an AliasSetTracker::copyValue method
2004-09-14 Chris LattnerRemove unused pass
2004-09-14 Reid SpencerOkay, the list of link-time passes wasn't such a hot...
2004-09-14 Chris LattnerAdjust to #include movage
2004-09-13 Reid SpencerAdd the GetLibraryPath method.
2004-09-13 Reid SpencerAdd support for the link-time pass list to Modules.
2004-09-13 Reid SpencerSimplify the sys::Memory interface per Chris' request.
2004-09-13 Reid SpencerClean up the interface and implementation of sys::Progr...
2004-09-12 Misha Brukman* Fix grammar
2004-09-11 Reid SpencerFix the replace method to assert if an item was erased...
2004-09-11 Reid SpencerCorrect the interface of a function to use the correct...
2004-09-11 Reid SpencerImplement the remove method for deleting entries from...
2004-09-11 Reid SpencerMake the dependent libraries list use a SetVector inste...
2004-09-11 Reid SpencerInitial commit of a file to declare the interface for...
2004-09-11 Reid SpencerAdd methods for detecting file types by magic number...
2004-09-11 Reid SpencerAdd methods for detecting different kinds of files...
2004-09-09 Chris LattnerAdd missing #include
2004-09-08 Alkis EvlogimenosUse a DenseMap for mapping reg->reg. This improves...
2004-09-05 Reid SpencerAdd HAS_U_INT64_T
2004-09-03 Misha BrukmanI was actually wrong in my "simplification".
2004-09-03 Misha BrukmanSimplify check for uint64_t and u_int64_t
2004-09-03 Reid SpencerProvide correct definition of uint64_t for platforms...
2004-09-03 Alkis EvlogimenosFixes to make LLVM compile with vc7.1.
2004-09-02 John CriswellAdded u_int64_t because some systems use that instead...
next