Test case distilled from bash.
[oota-llvm.git] / include /
2003-08-19 Chris LattnerMake assertion message more helpful in a case that...
2003-08-18 Chris LattnerAdd new methods, update comments
2003-08-18 Chris LattnerAdd intrinsics for the llvm.sig(set|long)jmp functions
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-16 Chris LattnerFix bug: LoopPreheaders/2003-08-15-PreheadersFail.ll
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-15 Chris LattnerRemove extraneous #include
2003-08-15 Chris LattnerAdd support for basic blocks, unary/binary unspecs...
2003-08-14 Chris LattnerRemove extraneous cl:: namespace qualifiers
2003-08-14 Brian GaekeAdd support for reading command line arguments from...
2003-08-14 Brian GaekeFactory methods for function passes now return type...
2003-08-14 Brian GaekeAdd new method to FunctionPassManager to add ImmutableP...
2003-08-13 Brian GaekeFactory methods for FunctionPasses now return type...
2003-08-13 Brian GaekeDeconstify parameter to getPointerToFunction().
2003-08-13 Brian GaekeaddPassesToJITCompile and addPassesToEmitMachineCode...
2003-08-13 John CriswellRemoving the pool allocator from the main CVS tree.
2003-08-12 Vikram S. AdveMake MInst2LVSetBI and MInst2LVSetAI be hash_maps inste...
2003-08-12 Brian GaekeAdd FunctionPassManager - it's like a PassManager,...
2003-08-11 Brian GaekeIf we can't find INT64_MAX, set it to a reasonable...
2003-08-11 Chris LattnerAdd support to the mangler for targets which require...
2003-08-11 Chris LattnerInitial checkin of SelectionDAG header file
2003-08-07 Misha BrukmanRemove references to `bugpoint' from the now-generic...
2003-08-07 Misha BrukmanMoved removeFile() and getUniqueFilename() into FileUti...
2003-08-07 Sumant KowshikAdded a flag which is set when all data structures...
2003-08-07 Chris LattnerThere was no reason for these to be bit-fields, they...
2003-08-06 Chris LattnerAdd a bunch of new Alpha Intrinsics for Rahul Joshi
2003-08-05 Chris LattnerCompletely eliminate the per-machine-instruction regsUs...
2003-08-05 Chris LattnerDo not insert physical regsiters into the regsUsed set
2003-08-05 Chris LattnerAdd a comment to the method decl
2003-08-05 Chris LattnerRemove unused method
2003-08-05 Sumant KowshikAdded declaration of mergeInGlobalsGraph
2003-08-05 Chris LattnerAll callers of these methods actually wanted them to...
2003-08-05 Sumant KowshikAdded the declaration of InlineIndirectCalls
2003-08-03 Chris LattnerThe NOOP instruction is no longer needed. Instead...
2003-08-03 Chris LattnerCVS, please don't tell us that we have a new config...
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-31 Tanya LattnerRenamed trapping instruction function to be more consis...
2003-07-31 Tanya LattnerAdded function to determine if an Instruction may trap.
2003-07-30 Chris LattnerCode generation passes don't need access to raw LLVM...
2003-07-29 Vikram S. AdveUnify all constant evaluations that depend on register...
2003-07-29 Vikram S. AdveMoved insertCallerSavingCode() to PhyRegAlloc and
2003-07-29 Vikram S. AdveDon't require a BB to look-up live variables, unless...
2003-07-29 John CriswellEnable JIT when the platform supports it.
2003-07-29 Chris LattnerFix copy and paste-o
2003-07-29 Chris LattnerMove value type enums to CodeGen/ValueTypes.h
2003-07-29 Chris LattnerDefine target value types in a form usable by target...
2003-07-28 Chris LattnerAdd alpha intrinsics, contributed by Rahul Joshi
2003-07-28 Misha BrukmanLined things up in a more aesthetically pleasing way.
2003-07-28 Misha BrukmanRemoved extra parenthesis and fixed spelling.
2003-07-28 Tanya LattnerNeed to include <string> to fix compile error on Sun
2003-07-26 Chris LattnerCode generation phases are not allowed to modify the...
2003-07-26 Chris LattnerWhoops, this one was needed
2003-07-26 Chris LattnerRemove extraneous #includes
2003-07-26 Chris LattnerRemove #includes
2003-07-25 Vikram S. AdveChange the way unused regs. are marked and found to...
2003-07-25 Vikram S. AdveAdd an assertion.
2003-07-25 Brian GaekeForward-declare class Module to make the header file...
2003-07-25 Chris LattnerMore cassert inclusion for GCC 3.3
2003-07-25 Chris Lattner#include <cassert> as necessary...
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 LattnerRemove inline declarations that GCC 3.3 doesn't like...
2003-07-25 Chris LattnerRegardless of whether C provides assert.h, C++ source...
2003-07-25 Chris LattnerUse the C++ <cassert> header, not the C <assert.h>...
2003-07-25 Chris LattnerThis header works with GCC 3.3
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-24 Brian GaekeCleanups:
2003-07-24 Brian GaekeFactor out name-mangling from X86/Printer, which is...
2003-07-23 Chris LattnerAdd support for ~ operator on constants
2003-07-23 Chris LattnerRemove redundant const qualifiers from cast<> expressions
2003-07-23 Chris LattnerAdd more doxygen comments, add new ConstantInt::getRawV...
2003-07-20 Anand ShuklaAdded special consideration for instrumentation strategy
2003-07-16 Vikram S. Adve(1) Added DSGraph::cloneReachableSubgraph and DSGraph...
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-07-10 Vikram S. AdveValues stored in CallArgsDescriptor cannot be const.
2003-07-10 Vikram S. AdveChange interface to MachineInstr::substituteValue to...
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-07-02 Chris LattnerINCLUDE_PARENT_GRAPH is required
2003-07-02 Chris LattnerRemove dead method
2003-07-02 Chris LattnerAdd new methods
2003-07-02 Chris LattnerDisable the parent graph code when not compiled in...
2003-07-02 Vikram S. AdveLeak fix: delete old objects before reallocation in...
2003-07-01 Chris LattnerTD pass keeps track of which functions have complete...
2003-07-01 Chris LattnerAdd new operator= impl
2003-07-01 Chris LattnerOk, I'm a moron. Fixed now
2003-07-01 Chris LattnerFix major problem that was causing all kinds of nasty...
2003-07-01 Chris LattnerAdd new methods to BUDS for keeping track of a precise...
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-30 Chris LattnerAdd new method
2003-06-30 Chris LattnerBe more const correct
next