2004-07-08 |
Chris Lattner | Add a new method |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Reid Spencer | Get rid of some cruft in the insert method. |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Misha Brukman | Add support for __fixdfdi(), __floatdisf(), and __float... |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Reid Spencer | First version of a vector with uniqueness constraints... |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Misha Brukman | * Use several Function* for external functions instead... |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Misha Brukman | * Add support for loading FP constants from the constan... |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Misha Brukman | * Fix header comment, excise references to X86 |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Chris Lattner | statisfy the spelling police |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Misha Brukman | Fix spelling of `equivalent' |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Chris Lattner | Eliminate the SignedType and UnsignedType classes. |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Chris Lattner | isSigned/isUnsigned/isInteger methods do not need to... |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Chris Lattner | Update comment. |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Chris Lattner | This file uses the Value class without a forward decl |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Chris Lattner | Add a test that I have had in my tree for several month... |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Chris Lattner | Fix this testcase |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Brian Gaeke | Support setcc on fp values. |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Brian Gaeke | Add floating-point branches and compares. Compares... |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Brian Gaeke | Fix bug where SwitchSection would fail to change to... |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Brian Gaeke | Fix bug involving bool arguments to binary operators. |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Brian Gaeke | Fix bug in copying long constants to register pairs... |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Chris Lattner | Disable some code that isn't helping matters |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Brian Gaeke | Support 'ret float' |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Chris Lattner | Really, it is not necessary to recompile all files... |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Alkis Evlogimenos | Add viewCFG() and viewCFGOnly() APIs. |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Misha Brukman | There is no error message to print out, end sentence... |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Reid Spencer | Make error message consistent with the rest of LLVM... |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Reid Spencer | Fix some thinkos in the script (error handling, proper... |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Reid Spencer | Bug 391 fixed. |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Reid Spencer | Fix for bug 391. |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Misha Brukman | * Use a map for caching lookups to external functions... |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Misha Brukman | * Wrap long lines (comments and code) |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Chris Lattner | Fix regressions in these testcases: |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Misha Brukman | Add fmod() to the Module being compiled so that it... |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Reid Spencer | Insert a reference to uint32_vbr encoding. |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Reid Spencer | An update with corrections to content as well as using... |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Chris Lattner | The bytecode reader wants to be able to read types... |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Chris Lattner | Headers moved |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Chris Lattner | All of these now live in the DataStructure directory |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Chris Lattner | Move all of the DSA headers into the Analysis/DataStruc... |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Chris Lattner | Move DSA headers into Analysis/DataStructure to make... |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Chris Lattner | Moving headers |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Chris Lattner | As much as I hate to say it, the whole setNode interfac... |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Chris Lattner | When folding constant expr gep's, don't force the use... |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Chris Lattner | New testcase for PR396 |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Alkis Evlogimenos | Disable coalescing. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Chris Lattner | Make sure people don't make functiontypes with an inval... |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Misha Brukman | * Add support for calling vararg functions (must pass... |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Misha Brukman | Use the more compact `bl' instead of cryptic (but equiv... |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Brian Gaeke | Work around apparent Apple compiler bug which was makin... |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Chris Lattner | Punctuate |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Chris Lattner | Check to make sure types are sized before calling getTy... |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Brian Gaeke | It doesn't matter what the 2nd operand is; if the GEP... |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Brian Gaeke | Add helper function. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Chris Lattner | Find bugs sooner rather than later. In this case,... |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Reid Spencer | Change the "rotate by 90" xtics specification to just... |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Alkis Evlogimenos | Do not crash when joining two intervals of registers... |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Misha Brukman | * Add utility functions: convert SetCC => PPC opcode... |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Chris Lattner | Implement rem.ll:test3 |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Chris Lattner | Fix a minor bug where we would go into infinite loops... |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Chris Lattner | Implement InstCombine/sub.ll:test15: X % -Y === X % Y |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Chris Lattner | Fix a bug in the unreachable block elim pass. Dropping... |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Reid Spencer | Remove definition and use of OtherVal enumerator. This... |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Reid Spencer | First draft completed. All sections written. |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Reid Spencer | Caused the labels on the small plots to be drawn vertic... |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Reid Spencer | Added sections for Constant Pool, Module Global Info... |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Chris Lattner | Add a missing "terminator" :) |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Chris Lattner | Structures allow only uint |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Reid Spencer | - Reorganized the document contents |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Reid Spencer | Finalize bytecode dumping. The "handleFinish" method... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Alkis Evlogimenos | Correctly compute the ration of iterations/#intervals. |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Chris Lattner | Add #includes |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | Add #include <iostream> since Value.h doesn't include... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | Add #include <iostream> since Value.h does not include... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | Add #include <iostream> since Value.h does not #include... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | - remove use of isa<Type>(Val) since there's no inherit... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | Remove use of Type::TypeTy which is no longer defined... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | Correct syntax typo .. ; -> : |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | - Changes for bug 122 |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | - #include <iostream> since its not in Value.h any... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | Constify SymbolTable's use of Type* so that it never... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | - #include <iostream> since its not in Value.h any... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | #include <iostream> since its not in Value.h any more. |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | Adjust the slot machine to handle Types separately... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | Implementation of SlotTable went into header file.... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | Remove Tabs. |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | Implement new output functions for types and compacted... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | Add new methods outputTypes and outputCompactionTypes... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | For bug 122: |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | - Type::TypeTyID doesn't exist any more (bug 122) |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | Move SlotCalculator.h to lib/Bytecode/Writer since... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | - Don't use macros to call the BytecodeHandler |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | Make all the virtual function (except destructor) inlin... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | - Make ValueList an "OtherVal" user of Values to ensure... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | Remove tabs. Move function declaration to Reader.h... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | Add #include <iostream> which is needed now that Value... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | Excise tabs. |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Reid Spencer | Add a new, compatible, interface function for writing... |
commit | commitdiff | tree | snapshot |
next |