Modified cast so that it converts the int to a long before casting to
[oota-llvm.git] / include /
2003-12-12 Chris LattnerAdd new getJITStubForFunction method, which may optiona...
2003-12-12 Chris LattnerDoxygenify comments, remove extraneous #include
2003-12-12 Brian GaekeUse uintptr_t for pointer values in the ExecutionEngine.
2003-12-12 Brian GaekeFix typo in comment
2003-12-11 Brian GaekeIncludeFile hack to pull in BasicValueNumbering wheneve...
2003-12-11 Brian GaekeIncludeFile hack to pull in BasicAliasAnalysis whenever...
2003-12-08 Chris Lattneradd two new virtual functions:
2003-12-08 Chris LattnerSince ssaification of the varargs builtings, the vaarg...
2003-12-08 Brian GaekeRegenerated using autoheader-2.57
2003-12-07 Chris LattnerThe recalclulate method was a nasty hack that was once...
2003-12-07 Chris LattnerRewrite dominators implementation. Now domset is const...
2003-12-07 Chris LattnerMove this method out of the generic dominators calculat...
2003-12-05 Alkis EvlogimenosMove operator<<(std::ostream&, const LiveInterval&...
2003-12-01 Brian GaekeLock abstraction, introduced with a view toward making...
2003-12-01 Chris LattnerAdd new block number
2003-12-01 Chris LattnerRemove unused enum value
2003-12-01 Chris LattnerAdd some "useful" methods
2003-11-29 Chris Lattnerbe GCC 3.4 clean
2003-11-29 Chris LattnerHrm, how could this compile?
2003-11-28 Chris Lattnerfix gcc 3.4 compatibility problem
2003-11-25 Chris LattnerIt is legal to index into sequential types with any...
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-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-20 Chris LattnerSomehow I forgot poor little UnwindInst
2003-11-20 Chris Lattner* Add new constructors to allow insertion of terminator...
2003-11-20 Alkis EvlogimenosMerging the linear scan register allocator in trunk...
2003-11-18 Brian GaekeRegenerated using autoheader-2.57
2003-11-17 Chris LattnerImplement == and != correctly. Before they would incor...
2003-11-17 Chris LattnerThe ConstantPointer class is now gone.
2003-11-17 Chris LattnerConstant folding shalt not be built on annotations
2003-11-17 Chris LattnerFix copy-and-pasteo
2003-11-16 Chris LattnerFixes for PR114: Thanks to Reid Spencer!
2003-11-14 Chris LattnerThis is obviously illegal C++ code, but was apparently...
2003-11-13 Chris LattnerAdd methods for implementation
2003-11-13 Chris LattnerRemove needless dependence on boost
2003-11-13 Chris LattnerAdd namespace qualifier
2003-11-13 Chris LattnerMinor cleanups
2003-11-13 Chris LattnerAdd an initial version of the CompleteBUDataStructures...
2003-11-12 Chris LattnerFix faulty namespacification
2003-11-12 John CriswellRegress to not using the llvm namespace.
2003-11-12 Chris LattnerAdd argument
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-11 Chris LattnerAdd new method
2003-11-10 Chris LattnerInclude forms of SplitCriticalEdge which work correctly...
2003-11-10 Chris LattnerNo really, I'm not on crack
2003-11-10 Chris LattnerHelper method
2003-11-10 Chris LattnerMove isCriticalEdge & SplitCritical into this file...
2003-11-10 Chris LattnerMove isCriticalEdge & SplitCritical edge out of this...
2003-11-10 Brian GaekeRegenerated.
2003-11-10 Brian GaekePatch to fix PR102, contributed by Reid Spencer.
2003-11-09 Chris LattnerFix PR95. I'm checking this patch in for Reid Spencer...
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 Misha BrukmanAdded ability to register FunctionPasses as optimizatio...
2003-11-07 Misha BrukmanDeclare FunctionPasses as such.
2003-11-07 Chris LattnerAdd some ctors for this allocator
2003-11-05 Chris LattnerSplit the DAE pass into DAE and DAH passes
2003-11-05 Brian GaekeA few handy methods that seem to mesh well with what...
2003-11-05 Misha BrukmanSince this function returns an int, let's actually...
2003-11-05 Alkis EvlogimenosAdd std::pair tier. This is a much simplified version...
2003-11-05 Chris LattnerThis works with GCC 3.4 also
2003-11-04 Chris LattnerFix spello
2003-11-04 Alkis EvlogimenosUpdate documentation since it was misleading: make...
2003-11-04 Alkis EvlogimenosChange all machine basic block modifier functions in...
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-11-02 Chris LattnerAll DSGraphs keep a reference to the targetdata they...
2003-11-02 Chris LattnerIncluding the symbol table in the FindUsedTypes analysi...
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-31 Chris LattnerConstant pointer refs are causing these to fail unneces...
2003-10-30 Chris LattnerExpose new print methods
2003-10-30 Chris LattnerNew interface
2003-10-30 Brian GaekeApparently my Mac OS X fixes were not entirely compatib...
2003-10-30 Chris LattnerWhen someone includes CallGraph.h, make sure that they...
2003-10-30 Chris LattnerTighten up what we consider to be first class types.
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 Chris LattnerAdd new method
2003-10-28 Brian GaekeRemove __STDC_LIMIT_MACROS from here.
2003-10-24 Brian GaekeExecutionEngine::create no longer takes a TraceMode...
2003-10-23 Chris LattnerAdd assertions
2003-10-23 Chris LattnerFix bug in eon hopefully
2003-10-23 Chris LattnerInclude new prototype
2003-10-23 Chris LattnerActually share constants local to a function!
2003-10-23 Brian GaekeFix apparent typo in head-of-file comment.
2003-10-22 Brian GaekeI think this file is not included by anything.
2003-10-22 Chris LattnerAdd two new function stubs for viewing the CFG of a...
2003-10-20 Chris LattnerAdd a new map
2003-10-20 Chris LattnerThis #include is no longer necessary
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-20 John CriswellOops. Typo.
2003-10-20 John CriswellAdded LLVM header notice.
2003-10-20 John CriswellAdded LLVM notice.
next