Add ssize_t for VC++
[oota-llvm.git] / include / llvm / Support /
2004-06-04 Chris LattnerAdd ssize_t for VC++
2004-06-04 Chris LattnerAdd more needed typedefs
2004-06-04 Chris LattnerMake this work with VC++
2004-06-03 Chris LattnerThe prototype for ParseCommandLineOptions changed at...
2004-06-02 Chris LattnerAdd a new CopyFile function
2004-05-28 Chris LattnerAdd a new function for the JIT
2004-05-28 Chris LattnerAdd a pair of functions to hide system specific details...
2004-05-25 Reid SpencerRemoved unused, useless header file.
2004-05-23 Alkis EvlogimenosRemove virtual destructor from InstVisitor. This class...
2004-05-23 Vikram S. AdveAdd getCaller() method.
2004-05-21 Chris LattnerStarting an identifier with an _ is not legal C/C+...
2004-05-07 Chris LattnerAdd the enum corresponding to the source change I made...
2004-05-06 Alkis EvlogimenosFix for gcc3.4: invalid use of forward delacred class...
2004-05-05 Brian GaekeMove the stuff that fixes the size, orientation & fonts...
2004-05-04 Brian GaekeApply simplification suggested by Chris: why assign...
2004-05-04 Brian GaekeAdd "Args" optional argument to AbstractInterpreter...
2004-05-04 Misha BrukmanProvide visit(Module&) and visitModule(Module&) functio...
2004-05-01 Chris LattnerMove the GraphTraits for MachineBasicBlocks to the...
2004-04-29 Brian GaekeAdd machine-CFG graph traits specializations.
2004-04-27 Chris LattnerChanges to fix up the inst_iterator to pass to boost...
2004-04-04 Chris LattnerSupport iteration over constant instructions
2004-04-03 Chris LattnerAllow for use of arbitrary iterator types...
2004-04-02 Chris LattnerAdd new function
2004-03-30 Chris LattnerAdd some new methods
2004-03-29 Chris LattnerRelax the interface a bit
2004-03-12 Chris LattnerAdd the visitSelectInst visitor method
2004-02-29 Brian GaekeUpdate comment at head of file. Also fix C 'typedef...
2004-02-29 Brian GaekeAdd more architectures, and ELF64 stuff.
2004-02-28 Brian GaekeFix my sloppiness
2004-02-28 Brian GaekeELF constants and data structures.
2004-02-26 Chris LattnerMake sure that at least one virtual method is defined...
2004-02-25 Brian GaekeCygwin defines log2 as a macro. Undef it here IFF it...
2004-02-24 Chris LattnerUse the new LLVM is_class template instead of the boost...
2004-02-24 Chris LattnerCheck in a new type_traits header which provides the...
2004-02-23 Brian GaekeDataTypes.h is now output from configure, and shortened
2004-02-23 Brian GaekeThreadSupport.h is now output from configure.
2004-02-22 Chris LattnerSignificantly simplify gep_type_iterator, and make...
2004-02-19 Alkis EvlogimenosMake ToolExecutionError inherit std::exception and...
2004-02-18 Chris LattnerAdd support for just compiling a program
2004-02-18 Chris LattnerByebye method
2004-02-18 Chris LattnerWhen an error occurs executing a tool, we now throw...
2004-02-18 Chris LattnerChange the order of the arguments to the ctor, allowing...
2004-02-18 Chris LattnerMove a helper class out of bugpoint to here.
2004-02-17 Chris LattnerThe CBE is no longer in llvm-dis
2004-02-14 Chris LattnerAdd method
2004-02-11 Chris LattnerIf a node has more than 64 outgoing edges, make the...
2004-01-17 Chris LattnerRevision of Brian's threading support library to be...
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-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-12 Brian GaekeFix typo in comment
2003-12-01 Brian GaekeLock abstraction, introduced with a view toward making...
2003-11-28 Chris Lattnerfix gcc 3.4 compatibility problem
2003-11-25 Chris LattnerWork with gepi's and constant exprs. Also, add version...
2003-11-25 Chris LattnerRename class to be consistent with other iterator classes
2003-11-25 Chris LattnerInitial checkin of gep_type_begin/end which will be...
2003-11-24 Misha BrukmanExpose functionality to query if a file is an ELF share...
2003-11-16 Chris LattnerFixes for PR114: Thanks to Reid Spencer!
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 Chris LattnerNo really, I'm not on crack
2003-11-10 Chris LattnerHelper method
2003-11-07 Chris LattnerProvide a specialization of _Alloc_traits, which allows...
2003-11-07 Brian GaekeAdd a warning about not "new"ing or "delete"ing CallSites
2003-11-07 Chris LattnerAdd some ctors for this allocator
2003-11-05 Brian GaekeA few handy methods that seem to mesh well with what...
2003-11-04 Chris LattnerNew file, for use by the pool allocator project
2003-11-02 Chris LattnerAllow CallSites to be used as the key of a map
2003-10-31 Chris LattnerEscape "'s, which are frequent visitors to C++ types
2003-10-31 Chris LattnerDid I mention that I _HATE_ CPRs?
2003-10-23 Chris LattnerAdd assertions
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-20 John CriswellAdded LLVM notice.
2003-10-19 Chris LattnerChange the Opcode enum for PHI nodes from "Instruction...
2003-10-18 Chris LattnerNew revised variable argument handling support
2003-10-14 Chris LattnerGeneralize abstract interpreter interface to allow...
2003-10-14 Chris LattnerSubstantial cleanups:
2003-10-10 Misha BrukmanFix spelling.
2003-10-10 Brian GaekeAdd my abstracted dynamic linker support files.
2003-10-06 Chris LattnerDoxygenize class comments. Add new NamedRegionTimer...
2003-09-30 Chris LattnerStandardize header file comments
2003-09-30 Chris LattnerAdd a file 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-24 Brian GaekeFix a typo I happened to notice.
2003-09-20 Chris LattnerRename Function::getEntryNode -> getEntryBlock
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-08 Chris Lattneradd support for the unwind inst
2003-09-02 John CriswellAdded the MakeFileReadable() method.
2003-09-02 John CriswellAdded the MakeFileExecutable() method. This method...
next