Fixed minor typos.
[oota-llvm.git] / include / Support /
2004-02-11 Chris LattnerIf a node has more than 64 outgoing edges, make the...
2004-02-09 Alkis EvlogimenosAdd global methods that prevent us from using ilist...
2004-02-08 Chris LattnerOne of the 'annoying' things about ilists is that the...
2004-02-06 Brian GaekeUse autoconf answers from config.h (FIXME, should autoc...
2004-01-17 Chris Lattnerfix copy-and-pasto
2004-01-17 Chris LattnerRevision of Brian's threading support library to be...
2004-01-15 Chris LattnerRemove ENDIAN_* support. LLVM does not need it anymore.
2004-01-14 Chris Lattneradd support for -- for symmetry
2003-12-31 Chris Lattner* Add a new helper progress method
2003-12-31 Chris Lattneradd new function
2003-12-31 Chris Lattnerclarify comments
2003-12-31 Chris LattnerNew class, useful for command-line interactive programs.
2003-12-31 Chris Lattnerdoxygenify
2003-12-30 Chris LattnerAdd new function
2003-12-30 Chris LattnerFurther revisions of the FDHandle idea. In this versio...
2003-12-29 Chris LattnerAdd trivial exception specs to produce better code...
2003-12-29 Chris LattnerFactor FDHandle out of the bytecode reader into the...
2003-12-29 Chris Lattneradd new function
2003-12-15 Chris LattnerThis header is dead
2003-12-01 Brian GaekeLock abstraction, introduced with a view toward making...
2003-11-29 Chris LattnerHrm, how could this compile?
2003-11-24 Misha BrukmanExpose functionality to query if a file is an ELF share...
2003-11-23 Brian GaekeA better way to get std::pair into the compiler's littl...
2003-11-23 Brian GaekeThis is a hack to make this file compile under g++...
2003-11-17 Chris LattnerFix copy-and-pasteo
2003-11-16 Chris LattnerFixes for PR114: Thanks to Reid Spencer!
2003-11-13 Chris LattnerRemove needless dependence on boost
2003-11-13 Chris LattnerAdd namespace qualifier
2003-11-13 Chris LattnerMinor cleanups
2003-11-12 Chris LattnerFix faulty namespacification
2003-11-12 John CriswellRegress to not using the llvm namespace.
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-11 Brian GaekeAdd prototypes for CheckMagic, IsArchive, and IsBytecode.
2003-11-11 Brian Gaeke VS: ---------------------------------------------...
2003-11-10 Brian GaekePatch to fix PR102, contributed by Reid Spencer.
2003-11-07 Chris LattnerProvide a specialization of _Alloc_traits, which allows...
2003-11-07 Chris LattnerAdd some ctors for this allocator
2003-11-05 Alkis EvlogimenosAdd std::pair tier. This is a much simplified version...
2003-11-04 Chris LattnerNew file, for use by the pool allocator project
2003-10-31 Chris LattnerEscape "'s, which are frequent visitors to C++ types
2003-10-30 Brian GaekeApparently my Mac OS X fixes were not entirely compatib...
2003-10-29 Brian GaekeAdd support for utostr(unsigned long)
2003-10-29 Brian GaekePull in stdint.h here, if we have it. Some systems...
2003-10-28 Brian GaekeRemove __STDC_LIMIT_MACROS from here.
2003-10-20 Chris LattnerThis #include is no longer necessary
2003-10-20 John CriswellAdded LLVM notice.
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.
next