oota-llvm.git
2004-07-07 Reid SpencerMake error message consistent with the rest of LLVM...
2004-07-07 Reid SpencerFix some thinkos in the script (error handling, proper...
2004-07-07 Reid SpencerBug 391 fixed.
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 Reid SpencerInsert a reference to uint32_vbr encoding.
2004-07-07 Reid SpencerAn update with corrections to content as well as using...
2004-07-07 Chris LattnerThe bytecode reader wants to be able to read types...
2004-07-07 Chris LattnerHeaders moved
2004-07-07 Chris LattnerAll of these now live in the DataStructure directory
2004-07-07 Chris LattnerMove all of the DSA headers into the Analysis/DataStruc...
2004-07-07 Chris LattnerMove DSA headers into Analysis/DataStructure to make...
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 Chris LattnerBug fixed
2004-07-07 Chris LattnerNew testcase for PR396
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 LattnerPunctuate
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 Reid SpencerChange the "rotate by 90" xtics specification to just...
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 LattnerNew testcase
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 LattnerNew testcase
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 SpencerFirst draft completed. All sections written.
2004-07-05 Reid SpencerCaused the labels on the small plots to be drawn vertic...
2004-07-05 Reid SpencerAdded sections for Constant Pool, Module Global Info...
2004-07-05 Chris LattnerAdd a missing "terminator" :)
2004-07-05 Chris LattnerStructures allow only uint
2004-07-05 Reid Spencer- Reorganized the document contents
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 doesn't include...
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not include...
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 SpencerMove SlotCalculator.h to lib/Bytecode/Writer since...
2004-07-04 Reid Spencer- Don't use macros to call the BytecodeHandler
2004-07-04 Reid SpencerMake all the virtual function (except destructor) inlin...
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 Reid SpencerAdd a new, compatible, interface function for writing...
2004-07-04 Reid SpencerAdded #include <iostream> since this header is no longe...
2004-07-04 Reid Spencer- Remove enumerator TypeVal since Values can't be types...
2004-07-04 Reid SpencerThere is no longer a "Type" primitive type because...
2004-07-04 Reid SpencerConstify usage of Type* on the interface to ensure...
2004-07-04 Reid SpencerRemove all of the classof(const Value*) methods of...
2004-07-04 Reid SpencerMake Type have no base classes. Previously it inherited...
2004-07-04 Alkis EvlogimenosAdd efficiency statistic.
2004-07-04 Alkis EvlogimenosAdd more operators.
2004-07-03 Chris LattnerFix compilation on internix
2004-07-03 Chris LattnerImplement add.ll:test22, a common case in MSIL files
2004-07-03 Chris LattnerAdd a new testcase for folding an add into a switch
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
2004-07-02 Brian GaekeModernize example, so that you can paste it right into...
2004-07-02 Chris LattnerSince we are in the department of redundancy department...
2004-07-02 Misha BrukmanAdd FIXME notes for spilling int/fp regs (need to calcu...
2004-07-02 Misha Brukman* Wrap long lines
2004-07-02 Misha Brukman* Standardize manpage output: program name bold, option...
2004-07-02 Misha BrukmanThe HTML documentation is now automatically generated...
2004-07-02 Misha Brukman* Link to the POD-generated HTML documentation
2004-07-02 Misha BrukmanMake `args' stand out as bold, delete confusing elipsis...
2004-07-02 Misha BrukmanHTML links in PODs must be absolute.
2004-07-02 Misha BrukmanSimplify wording: `the bugpoint tool' can just become...
2004-07-02 Misha Brukmanllvm-abcd has become llvm-bcanalyzer
2004-07-02 Brian GaekeFix use-before-def thinko
next