We now support different expectations for different OS's/architectures.
[oota-llvm.git] / lib / Bytecode /
2003-11-19 Chris Lattner* Finegrainify namespacification
2003-11-19 Chris LattnerMinor efficiency improvements, finegrainify namespacifi...
2003-11-19 Chris LattnerIn the future, these slabs can be null...
2003-11-19 Chris LattnerMinor efficiency improvements all over. Finegrainify...
2003-11-19 Chris LattnerFine grainify namespacification, #include file that...
2003-11-19 Chris LattnerMinor speedup to do less linear time searches of infor...
2003-11-17 Chris LattnerRemove usage of ConstantPointer
2003-11-16 Brian GaekeImplement skeletal support for __.SYMDEF (ranlib) secti...
2003-11-14 Chris LattnerI can't believe the incompetence of the people I have...
2003-11-14 Chris LattnerFix PR 110: the constant folding code assumes that...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-05 Chris Lattnerno need for endl
2003-11-05 Chris LattnerAdd support for constant expr shifts
2003-10-31 Alkis EvlogimenosUse already existing classes for post order iterator.
2003-10-30 Alkis EvlogimenosOutput types in reverse postorder. This will allow...
2003-10-30 Alkis EvlogimenosPut DEBUG_OUTPUT at the top along with TRACE_LEVEL...
2003-10-29 Brian GaekeExplicitly cast type, so we aren't passing output_vbr...
2003-10-29 Alkis EvlogimenosAdd more debugging info to help tracing the SlotCalculator.
2003-10-21 Chris LattnerMake sure to add a type for va_next operands, which...
2003-10-21 Chris LattnerFix problem which effected linking apache
2003-10-21 John CriswellAdded LLVM copyright header.
2003-10-20 John CriswellAdded LLVM copyright notice to Makefiles.
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-20 Chris Lattner"Function"[0] == 'F', not 'M'
2003-10-19 Chris LattnerChange the Opcode enum for PHI nodes from "Instruction...
2003-10-18 Chris LattnerFix warning
2003-10-18 Chris Lattneradd support for new linkage types
2003-10-18 Chris LattnerUpdated to emit the final 1.0 bytecode format. This...
2003-10-18 Chris Lattner* New revised variable argument handling support
2003-10-17 Alkis EvlogimenosEliminate some extraneous code in SlotCalculator::inser...
2003-10-16 Misha BrukmanAdd separator between different types of readers.
2003-10-16 Chris LattnerAdd support for 'weak' linkage.
2003-10-13 Chris LattnerStop using "reverse depth first" order
2003-10-13 Chris LattnerMinor cleanups
2003-10-13 Chris LattnerAvoid calling getTypeSlot more
2003-10-13 Chris LattnerThis is a header file, thus it needs a -*-C++-*-
2003-10-13 Chris LattnerRegularize header file comments
2003-10-10 Chris LattnerOk, the "fix" for this is to do a real associative...
2003-10-09 Chris LattnerAnother 10% performance improvement by not using replac...
2003-10-09 Chris LattnerReserve space for PHI nodes when we read them in. ...
2003-10-09 Chris LattnerUse the version of getValue that takes the type plane...
2003-10-09 Chris LattnerPass a vector around to reduce dynamic allocation
2003-10-09 Chris LattnerChange getConstantValue to throw an exception on error...
2003-10-09 Chris LattnerRemove potentially N^2 algorithm from symbol table...
2003-10-09 Chris LattnerMajor refactoring of the bytecode reader. This include...
2003-10-09 Chris LattnerSignificantly clean up parsing of instructions. This...
2003-10-09 Chris LattnerEliminate the instruction placeholder. Simplify a...
2003-10-09 Chris LattnerEliminate the old LateResolveValues data structure...
2003-10-09 Chris LattnerRemove a dead method
2003-10-08 Chris LattnerThis patch substantially simplifies and cleans up handl...
2003-10-08 Chris LattnerInline the postResolveValues method. It was poorly...
2003-10-08 Chris LattnerVarious cleanups and simplifications. This speeds...
2003-10-08 Misha BrukmanDestroy allocated resources on exception.
2003-10-06 Brian GaekeAll of our supported operating systems (so far) and...
2003-10-04 Chris LattnerRename AbstractModuleProvider -> ModuleProvider, to...
2003-10-04 Chris LattnerTransform two methods to return pointers directly inste...
2003-10-04 Chris LattnerUse V for values, not D.
2003-10-04 Chris LattnerDo not leak the ModuleProvider if releaseModule() throws.
2003-10-02 Chris LattnerThere is no need for BytecodeParser to be an AbstractTy...
2003-09-30 Chris LattnerStandardize header file comments
2003-09-26 Chris LattnerJust rethrow previous exception instead of making a...
2003-09-25 Chris LattnerDefine the instance variable Buffer, not the automatic...
2003-09-24 Chris LattnerFix alignment problem
2003-09-24 Misha BrukmanActually assign the string correctly through the std...
2003-09-24 Misha Brukman* Eliminate BytecodeBufferReader::Length member variable
2003-09-23 John CriswellAdded code that ensures that we pass the beginning...
2003-09-23 Misha BrukmanStop returning bool and pass Instruction by reference;
2003-09-23 Misha BrukmanSuggestions made by Chris:
2003-09-23 Misha Brukman* Group class definitions & implementations together
2003-09-23 Misha Brukman* Constantify arguments to copy function
2003-09-22 Misha BrukmanRemoved no longer used member variable.
2003-09-22 Misha BrukmanAdded file header comment.
2003-09-22 Chris LattnerUpdate file header for renamed file
2003-09-22 Misha Brukman* Cleaned up code:
2003-09-15 Chris LattnerFix a spello Misha made while fixing one of my appostri...
2003-09-11 Misha BrukmanFixed spelling and grammar.
2003-09-08 Chris LattnerFix bug
2003-09-08 Chris LattnerAdd support for the unwind instruction
2003-09-08 Chris LattnerRead volatile loads/stores
2003-09-08 Chris LattnerRemove a gross hack that was there to support bytecode...
2003-09-08 Chris LattnerAdd support for writing volatile load/stores
2003-09-05 Chris LattnerFix reading of invoke instrs
2003-09-05 Chris LattnerWhoa, we were misreading invoke instructions "normal...
2003-09-04 Chris LattnerNon-functional change
2003-09-03 Chris LattnerAvoid printing meaningless numbers
2003-09-03 Chris LattnerFollow the pattern of all other atu's
2003-08-24 Chris LattnerAllow modules to have 'any' pointer size and endianness...
2003-08-23 Chris LattnerRename SwitchInst::dest_push_back -> addCase
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-07-23 Chris LattnerRemove redundant const qualifiers from cast<> expressions
2003-07-23 Chris LattnerRemove explicit const qualifiers
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-18 Chris LattnerDetemplatize the PATypeHandle class, which was only...
2003-06-17 Chris LattnerFix bug: Assembler/2003-06-17-InvokeDisassemble.llx
2003-05-22 Chris LattnerFix bug: Assembler/2003-05-03-BytecodeReaderProblem.llx
2003-05-22 Chris LattnerDo not assert fail or crash when a bytecode parse fails!
2003-05-22 Chris LattnerEliminate the uchar typedef, use unsigned char explicitly
2003-05-12 Chris LattnerFix Bug: Assembler/2003-05-12-MinIntProblem.llx
next