Add some doxygen comments to llvm-c/Core.h.
[oota-llvm.git] / tools / llvm-prof /
2007-12-29 Chris Lattnerremove attributions from tools.
2007-12-29 Chris Lattnerremove attributions from tools/utils makefiles.
2007-10-08 Dan GohmanMove the space in overview output for commands out...
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-05-07 Reid SpencerInitialize variable to null so it has a value in the...
2007-05-06 Chris Lattneruse the new MemoryBuffer interfaces to simplify error...
2007-05-06 Chris Lattnerswitch tools to bitcode instead of bytecode
2007-05-06 Chris Lattneradd support to llvm-prof for reading from a bitcode...
2007-03-05 Jeff CohenUnbreak VC++ build.
2007-02-07 Chris Lattnerpush bytecode decompressor out through APIs. Now the...
2006-12-06 Chris Lattnermake all llvm tools call llvm_shutdown when they exit...
2006-09-04 Chris LattnerUse LINK_COMPONENTS to specify *components* to link...
2006-07-07 Chris LattnerTools require EH for their top-level try blocks.
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2006-05-24 Reid SpencerFor PR786:
2005-12-30 Reid SpencerRevert removal of std:: prefixes and addtion of "using...
2005-12-29 Reid SpencerGeneral cleanup:
2005-04-24 Misha BrukmanThere are still uses for spaces in Makefiles -- to...
2005-04-22 Misha BrukmanRemove trailing whitespace
2004-12-30 Reid SpencerFor PR351:
2004-11-25 Reid SpencerAdd LLVMbzip2 library, now required.
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-22 Reid SpencerWe're not doing automake any more
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Reid SpencerAdd the LLVMsystem.a library as it is now used for...
2004-08-29 Reid SpencerThe functions in Signal.h are now in the llvm::sys...
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not include...
2004-05-27 Chris LattnerHeader file moved
2004-03-08 Chris LattnerAnnotate functions with edge counts as well, if they...
2004-02-19 Chris LattnerMake sure to print a stack trace whenever an error...
2004-02-11 Chris LattnerFactor profile information loading OUT of llvm-prof...
2003-12-30 Chris LattnerRemove some pointless #includes
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-06 Chris LattnerAdd new command line option
2003-10-31 Chris Lattnernever print zero executions blocks
2003-10-31 Chris LattnerSimplify code
2003-10-31 Chris LattnerAdd percentage info
2003-10-31 Chris LattnerHrm, some of my counters are wrapping around 32 bits
2003-10-30 Chris LattnerIf only have function profile, don't print out "not...
2003-10-30 Chris LattnerAdd the ability to print out llvm code when the -annota...
2003-10-29 Chris LattnerAdd the ability to synthesize function counts from...
2003-10-29 Chris LattnerPrint the top 20 most frequently executed blocks. ...
2003-10-28 Chris LattnerCleanup output a bit
2003-10-28 Chris LattnerPrint out command lines used to run the programs
2003-10-28 Chris LattnerAdd support for reading block frequencies. Fix bug...
2003-10-28 Chris LattnerProvide an accessor for getting function count informat...
2003-10-28 Chris LattnerRead in the bytecode and profile information, but don...
2003-10-28 Chris LattnerInitial checkin of llvmprof stub