C and Objective Caml bindings for GlobalVariable::isConstant.
[oota-llvm.git] / runtime / libprofile /
2006-11-17 Reid SpencerUndo removal of the runtime libraries. While this may...
2006-11-16 Reid SpencerIn LLVM 2.0 we won't use the runtime libraries as llvm...
2006-11-03 Reid SpencerRemove unused variable.
2005-10-18 Chris LattnerThis was never updated for the project makefile changes
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-13 Reid SpencerTurn on LOADABLE_MODULE so that profile.so can be loade...
2004-12-22 Reid SpencerFor PR432:
2004-12-13 Reid SpencerUse the new BYTECODE_DESTINATION to override the defaul...
2004-12-02 Reid SpencerStandardize the makefiles with space around = to match...
2004-12-02 Reid SpencerStandardize the format of the runtime libraries makefiles.
2004-12-02 Reid SpencerRemove this left-over crud from the automake experiment.
2004-10-26 Reid SpencerAdd EXTRA_DIST for additional files to be distributed.
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-17 Reid SpencerInitial Makefile.am for building with automake
2004-05-04 Brian GaekeShare the profile info type enum with the C++ analysis...
2004-05-04 Brian GaekeConstants for profile info type changed names to match...
2004-05-04 Brian GaekeConstants for profile info type changed names to match...
2004-05-03 Brian GaekeAdd initial implementation of basic block tracing runtime
2004-05-03 Brian GaekeAdd basic block tracing functions as exported symbols.
2004-05-03 Brian GaekeAdd basic block tracing information as a type of "profi...
2004-03-08 Chris LattnerAdd edge profiling support to the runtime library
2004-02-10 Chris LattnerMake sure to copy the null terminator at the end of...
2004-02-10 Chris LattnerAllow the program to take a '-llvmprof-output filename...
2004-02-10 Chris LattnerMake the initialization calls return argc.
2003-10-28 Chris LattnerActually save and pass in argument information
2003-10-28 Chris LattnerWe need to output the number of records we have, so...
2003-10-28 Chris LattnerInitial checkin of function and block profiling runtime...