Add stub version of replaceMachineCodeForFunction. It will live here until
[oota-llvm.git] / include / Support /
2003-10-15 Chris LattnerThis file uses assert and doesn't include anything...
2003-10-13 Chris LattnerAdd missing default argument
2003-10-13 Chris Lattneradd support for "external" depth first iterators, which...
2003-10-13 Chris LattnerExtricate the "reverse" support from the depth-first...
2003-10-10 Brian GaekeAdd my abstracted dynamic linker support files.
2003-10-06 Misha BrukmanMoved to llvm/include/llvm/Support because it is LLVM...
2003-10-06 Chris LattnerDoxygenize class comments. Add new NamedRegionTimer...
2003-10-05 Chris LattnerOutput a very high-precision number
2003-09-30 Chris LattnerStandardize header file comments
2003-09-30 Chris LattnerAdd a file header
2003-09-30 Chris LattnerRemove unused header
2003-09-29 Misha BrukmanAbstracted away the process of running our tools +...
2003-09-29 Misha BrukmanTersified and fixed whitespace (tabs -> spaces).
2003-09-17 John CriswellIn ExecWait(), made the child process exit if it can...
2003-09-17 John CriswellAdded the ExecWait() function.
2003-09-10 Chris LattnerFix spello
2003-09-02 John CriswellAdded the MakeFileReadable() method.
2003-09-02 John CriswellAdded the MakeFileExecutable() method. This method...
2003-08-31 Chris LattnerRename TarjanSCCIterator -> scc_iterator
2003-08-31 Chris LattnerELIMINATE the SCC class completely. One less thing...
2003-08-31 Chris LattnerMove the HasLoop method from the SCC class to the itera...
2003-08-31 Chris Lattner* Cleanups
2003-08-31 Chris LattnerRemove usage of unsigned long: unsigned should be enough!
2003-08-31 Chris LattnerThis file uses cerr without including <iostream>. ...
2003-08-29 Chris LattnerFix compilation problems with G++ 3.4
2003-08-27 Misha BrukmanSpell `incompatible' correctly.
2003-08-22 Chris LattnerChanges to work better with GCC3.4/LLVM G++
2003-08-21 Chris LattnerRemove unused file
2003-08-19 Chris LattnerMake assertion message more helpful in a case that...
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-15 Brian Gaekelib/Support/CommandLine.cpp:
2003-08-15 Misha Brukmanhash_map and hash_set:
2003-08-15 Misha BrukmanReordered includes to be consistent with the LLVM style.
2003-08-14 Chris LattnerRemove extraneous cl:: namespace qualifiers
2003-08-14 Brian GaekeAdd support for reading command line arguments from...
2003-08-11 Brian GaekeIf we can't find INT64_MAX, set it to a reasonable...
2003-08-07 Misha BrukmanRemove references to `bugpoint' from the now-generic...
2003-08-07 Misha BrukmanMoved removeFile() and getUniqueFilename() into FileUti...
2003-08-01 Chris LattnerMove debugging support out of Statistic.h into Debug...
2003-08-01 Chris LattnerIncluding statistics into an anonymous namespace that...
2003-08-01 Chris LattnerNew file
2003-08-01 Chris LattnerThis file doesn't need this include
2003-07-29 John CriswellEnable JIT when the platform supports it.
2003-07-25 Chris LattnerFix another accessibility problem illuminated by GCC 3.3
2003-07-25 Chris LattnerFix visibility problem exposed by GCC 3.3
2003-07-25 Chris LattnerUse the C++ <cassert> header, not the C <assert.h>...
2003-07-25 Chris LattnerAdd includes of assert
2003-07-25 Chris LattnerFix accessibility problems GCC 3.3
2003-07-25 Chris LattnerAdd assert.h include
2003-07-25 Chris LattnerConvert to C++ style comments
2003-07-25 Vikram S. AdveInclude vector into these two files to ensure that...
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-07-10 Misha BrukmanLowercase versions of `occurrence' need to be spelled...
2003-07-10 Misha Brukman`Occurrence' has no `a' and the `r' is doubled.
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-28 Chris LattnerAdd support for 'unsigned' command line arguments
2003-06-22 Chris LattnerGet rid of WORDSIZE macro which can pollute untold...
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-17 Brian GaekeRegularize the names of #include-guards.
2003-06-16 Brian GaekeIsolate machine-dependent use of <alloca.h> in "Support...
2003-06-16 Brian GaekeWhoops. I didn't mean to step on John's changes.
2003-06-16 Brian GaekeThis version supports FreeBSD.
2003-06-11 John CriswellChanged the LITTLE_ENDIAN and BIG_ENDIAN macros to...
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-06-04 Sumant KowshikMade changes suggested by Chris; Renamed 'union' functi...
2003-06-03 Chris LattnerThere are now no uses of NonCopyableV
2003-06-03 Chris LattnerAdd doxygen comment for namespace
2003-05-29 Sumant KowshikImplementation of Equivalence Classes
2003-05-29 Chris Lattnerdyn_cast_or_null should work just the same as dyn_cast...
2003-05-22 Chris LattnerAdd support for a new "CommaSeparated" modifier
2003-05-09 Chris LattnerUpdates to match recent timer updates
2003-04-23 Chris LattnerAllow autoconversion from ilist_iterator<T> to T* in...
2003-04-23 Chris LattnerAllow dyn_cast to operate on things that aren't OBVIOUS...
2003-03-21 Chris LattnerUpdate comment
2003-03-17 Chris LattnerFix problems with BitSetVector that makes it not compil...
2003-02-24 Chris LattnerFix #endif
2003-02-24 Chris LattnerAdd support for the slist extension
2003-02-05 Chris LattnerAllow the addition of edge source labels
2003-02-01 Chris LattnerAdd hash_multimap support
2003-01-28 Chris LattnerInitial checking: defult the make_vector function
2003-01-14 Chris LattnerMove annotation to support library
2002-12-23 Chris LattnerNew files for miscompilation detection
2002-12-12 Chris LattnerFix header
2002-12-06 Vikram S. AdveBug fix in operator==() and in method fini().
2002-11-27 Vikram S. AdveSeveral fixes:
2002-11-18 Chris LattnerAdd facility to compute peak memory usage
2002-11-15 Chris LattnerFix warning
2002-11-10 Chris LattnerAdd tarj_end() method
2002-11-10 Chris LattnerFix a problem where bad graphs could be generated
2002-11-08 Vikram S. AdveInclude HashExtras.h since it is almost always needed...
2002-11-06 Chris LattnerMake maxSize a private variable, add a size() accessor
2002-11-06 Vikram S. AdveAn implementation of the bit-vector representation...
2002-11-04 Chris LattnerAllow memory sizes to be negative, eliminate TmpRSS
2002-11-04 Vikram S. AdveGeneric graph iterator to enumerate the SCCs of a graph
2002-10-31 Chris LattnerStatistic class should return const reference to *this...
2002-10-28 Chris LattnerDon't #include <Support/*>, #include "Support/*"
2002-10-27 Chris LattnerAdd neccesary #include
2002-10-27 Chris LattnerOld GCC's don't have an <ostream>
2002-10-18 Chris LattnerDon't emit braces around something without outgoing...
2002-10-17 Chris LattnerBreak up the GraphWriter into smaller chunks to be...
next