Prepare the writer for a non-broken implementation of writing floating
[oota-llvm.git] / lib /
2004-07-11 Reid SpencerPrepare the writer for a non-broken implementation...
2004-07-11 Chris LattnerThe cleanup is done. Update comment.
2004-07-11 Chris LattnerMake add constantexprs work with all types, fixing...
2004-07-11 Chris LattnerImplement TargetRegistrationListener
2004-07-11 Chris LattnerDelete the allocate*TargetMachine function, which is...
2004-07-11 Chris LattnerDelete the allocate*TargetMachine function, which is...
2004-07-11 Chris LattnerDelete the allocate*TargetMachine function, which is...
2004-07-11 Chris LattnerGoodbye macro hell, hello nice clean simple extensible...
2004-07-11 Chris LattnerImplement a couple of methods that TargetMachineRegistr...
2004-07-11 Chris LattnerMake these format a bit nicer
2004-07-11 Chris LattnerAuto-registrate target
2004-07-11 Chris LattnerAdd compilability
2004-07-11 Chris LattnerInitial impl of this file. Yes this is pretty useless...
2004-07-11 Chris LattnerImplicitly getting a new option by linking to support...
2004-07-10 Reid SpencerReplace use of defunct Type::setName method with Symbol...
2004-07-10 Reid SpencerMake the VBRSavings percentage make sense (as a fractio...
2004-07-09 Reid SpencerError Handling Cleanup:
2004-07-09 Reid SpencerFix a backwards compatibility bug found by Tanya. In...
2004-07-09 Chris LattnerRemove unused method
2004-07-09 Chris LattnerAdd checks to ensure that there are no unreachable...
2004-07-09 Chris LattnerDon't call Type::setName()
2004-07-09 Misha Brukman* Add support for indexing into structures, thanks...
2004-07-09 Misha BrukmanRead/write the offset value for stack-relative loads...
2004-07-09 Misha Brukman* Doxygenify comments
2004-07-09 Alkis EvlogimenosFix typo.
2004-07-09 Alkis EvlogimenosImprove code comments.
2004-07-08 Chris LattnerThe uid mapping is no more
2004-07-08 Chris LattnerEliminate uses of the UniqueID field on Type objects
2004-07-08 Chris LattnerDo not call Type::getUniqueID
2004-07-08 Misha BrukmanAdd support for __fixdfdi(), __floatdisf(), and __float...
2004-07-08 Misha Brukman* Use several Function* for external functions instead...
2004-07-08 Misha Brukman* Add support for loading FP constants from the constan...
2004-07-08 Misha Brukman* Fix header comment, excise references to X86
2004-07-08 Chris LattnerEliminate the SignedType and UnsignedType classes.
2004-07-08 Brian GaekeSupport setcc on fp values.
2004-07-08 Brian GaekeAdd floating-point branches and compares. Compares...
2004-07-08 Brian GaekeFix bug where SwitchSection would fail to change to...
2004-07-08 Brian GaekeFix bug involving bool arguments to binary operators.
2004-07-08 Brian GaekeFix bug in copying long constants to register pairs...
2004-07-08 Chris LattnerDisable some code that isn't helping matters
2004-07-08 Brian GaekeSupport 'ret float'
2004-07-08 Alkis EvlogimenosAdd viewCFG() and viewCFGOnly() APIs.
2004-07-07 Misha BrukmanThere is no error message to print out, end sentence...
2004-07-07 Reid SpencerMake error message consistent with the rest of LLVM...
2004-07-07 Reid SpencerFix for bug 391.
2004-07-07 Misha Brukman* Use a map for caching lookups to external functions...
2004-07-07 Misha Brukman* Wrap long lines (comments and code)
2004-07-07 Chris LattnerFix regressions in these testcases:
2004-07-07 Misha BrukmanAdd fmod() to the Module being compiled so that it...
2004-07-07 Chris LattnerThe bytecode reader wants to be able to read types...
2004-07-07 Chris LattnerHeaders moved
2004-07-07 Chris LattnerMove all of the DSA headers into the Analysis/DataStruc...
2004-07-07 Chris LattnerMoving headers
2004-07-07 Chris LattnerAs much as I hate to say it, the whole setNode interfac...
2004-07-07 Chris LattnerWhen folding constant expr gep's, don't force the use...
2004-07-07 Alkis EvlogimenosDisable coalescing.
2004-07-06 Chris LattnerMake sure people don't make functiontypes with an inval...
2004-07-06 Misha Brukman* Add support for calling vararg functions (must pass...
2004-07-06 Misha BrukmanUse the more compact `bl' instead of cryptic (but equiv...
2004-07-06 Brian GaekeWork around apparent Apple compiler bug which was makin...
2004-07-06 Chris LattnerCheck to make sure types are sized before calling getTy...
2004-07-06 Brian GaekeIt doesn't matter what the 2nd operand is; if the GEP...
2004-07-06 Brian GaekeAdd helper function.
2004-07-06 Chris LattnerFind bugs sooner rather than later. In this case,...
2004-07-06 Alkis EvlogimenosDo not crash when joining two intervals of registers...
2004-07-06 Misha Brukman* Add utility functions: convert SetCC => PPC opcode...
2004-07-06 Chris LattnerImplement rem.ll:test3
2004-07-06 Chris LattnerFix a minor bug where we would go into infinite loops...
2004-07-06 Chris LattnerImplement InstCombine/sub.ll:test15: X % -Y === X % Y
2004-07-06 Chris LattnerFix a bug in the unreachable block elim pass. Dropping...
2004-07-06 Reid SpencerRemove definition and use of OtherVal enumerator. This...
2004-07-05 Reid SpencerFinalize bytecode dumping. The "handleFinish" method...
2004-07-04 Alkis EvlogimenosCorrectly compute the ration of iterations/#intervals.
2004-07-04 Chris LattnerAdd #includes
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-07-04 Reid Spencer- remove use of isa<Type>(Val) since there's no inherit...
2004-07-04 Reid SpencerRemove use of Type::TypeTy which is no longer defined...
2004-07-04 Reid SpencerCorrect syntax typo .. ; -> :
2004-07-04 Reid Spencer- Changes for bug 122
2004-07-04 Reid Spencer- #include <iostream> since its not in Value.h any...
2004-07-04 Reid SpencerConstify SymbolTable's use of Type* so that it never...
2004-07-04 Reid Spencer- #include <iostream> since its not in Value.h any...
2004-07-04 Reid Spencer#include <iostream> since its not in Value.h any more.
2004-07-04 Reid SpencerAdjust the slot machine to handle Types separately...
2004-07-04 Reid SpencerImplementation of SlotTable went into header file....
2004-07-04 Reid SpencerRemove Tabs.
2004-07-04 Reid SpencerImplement new output functions for types and compacted...
2004-07-04 Reid SpencerAdd new methods outputTypes and outputCompactionTypes...
2004-07-04 Reid SpencerFor bug 122:
2004-07-04 Reid Spencer- Type::TypeTyID doesn't exist any more (bug 122)
2004-07-04 Reid Spencer- Don't use macros to call the BytecodeHandler
2004-07-04 Reid Spencer- Make ValueList an "OtherVal" user of Values to ensure...
2004-07-04 Reid SpencerRemove tabs. Move function declaration to Reader.h...
2004-07-04 Reid SpencerAdd #include <iostream> which is needed now that Value...
2004-07-04 Reid SpencerExcise tabs.
2004-07-04 Alkis EvlogimenosAdd efficiency statistic.
2004-07-03 Chris LattnerFix compilation on internix
2004-07-03 Chris LattnerImplement add.ll:test22, a common case in MSIL files
2004-07-02 Chris LattnerFix Type::isSized() to realize that "{ opaque }" is...
2004-07-02 Chris LattnerDo not call getTypeSize on a type that has no size
next