Rewrite emitCastOperation, refactoring parts of it into emitIntegerCast, and
[oota-llvm.git] / include /
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...
2004-09-02 Alkis EvlogimenosPull in definition of std::unary_function.
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-31 Reid SpencerInitial commit for platform independent system configur...
2004-08-29 Nate BegemanUpdate doxygen comment now that getSpillSize is suppose...
2004-08-29 Reid SpencerPut the lib/System interface functions in llvm::sys...
2004-08-29 Reid SpencerInitial commit of the platform agnostic interface to...
2004-08-29 Reid SpencerAdd a function to remove whole directorys on fatal...
2004-08-29 Reid SpencerRevise the design of the Path concept per peer review...
2004-08-27 Alkis EvlogimenosAdd getLastBlock member. This is useful when growing...
2004-08-27 Alkis EvlogimenosAdd MachineBasicBlock2IndexFunctor. This is useful...
2004-08-27 Alkis EvlogimenosAdd size member function.
2004-08-26 Alkis EvlogimenosUse newly added API in MRegisterInfo and don't expose...
2004-08-26 Alkis EvlogimenosUse newly added API in MRegisterInfo.
2004-08-26 Alkis EvlogimenosAdd getAllocatableSet() function.
2004-08-26 Alkis EvlogimenosAdd default index functor (an identity functor). You...
2004-08-25 Reid SpencerInitial implementation of the Path operating system...
2004-08-24 Reid SpencerAdd a function that gets just the dependent libraries...
2004-08-24 Reid SpencerProvide a method for wholesale extraction of the depend...
2004-08-24 Reid SpencerGive the -time-passes tool option a global storage...
2004-08-21 Reid SpencerDump the DependentLibsBlockID, its not a block, its...
2004-08-21 Reid SpencerAdd new methods:
2004-08-21 Reid SpencerBytecode Analyzer cleanup:
2004-08-20 Reid SpencerChanges resulting from change in autoconf/configure...
2004-08-20 Reid SpencerAdded various LLVM_* strings that are configured to...
next