2003-10-05 |
Chris Lattner | The sparc backend now support invoke, but still doesn... |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Chris Lattner | Add support for the Invoke instruction by using the... |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Chris Lattner | Instead of hacking in custom support for Invoke/Unwind... |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Chris Lattner | Add new prototype for createLowerInvokePass(). Make... |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Chris Lattner | Initial checkin of the LLVM->LLVM transform to support... |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Chris Lattner | simplify-cfg is really a function pass |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Chris Lattner | Be more careful handling PHI nodes, which might be... |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Chris Lattner | The first PHI node may be null, scan for the first... |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Chris Lattner | The VersionNumbers vector is only used during PHI place... |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Chris Lattner | * Update file header comment |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Chris Lattner | Simplify the loop a bit |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Chris Lattner | There is no need for separate WriteSets and PhiNodeBloc... |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Chris Lattner | The PhiNodes 2D vector is only used during PHI node... |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Chris Lattner | * Document instance vars better |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Chris Lattner | Two small cleanups/speedups: |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Chris Lattner | * Minor cleanups |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Chris Lattner | Output a very high-precision number |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Chris Lattner | A couple of minor code cleanups. |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Chris Lattner | Type tables are now AbstractTypeUsers. This allows... |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Chris Lattner | Add some new methods to forward to |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Chris Lattner | Rename AbstractModuleProvider -> ModuleProvider, to... |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Chris Lattner | Transform two methods to return pointers directly inste... |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Chris Lattner | Use V for values, not D. |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Chris Lattner | Do not leak the ModuleProvider if releaseModule() throws. |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Chris Lattner | Constants are not getting merged together correctly... |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Chris Lattner | Minor random speedup: make Constant::getNullValue only... |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Chris Lattner | Explicit copy ctors are no longer needed |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Chris Lattner | Minor cleanups |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Chris Lattner | This checkin basically amounts to a complete rewrite... |
commit | commitdiff | tree | snapshot |
2003-10-03 |
John Criswell | Changed all of these tests to be TestRunner tests ... |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Chris Lattner | These methods are dead, remove them. Because the bodie... |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Chris Lattner | These methods are dead, remove them |
commit | commitdiff | tree | snapshot |
2003-10-03 |
John Criswell | Renamed these tests so that they don't contain extra... |
commit | commitdiff | tree | snapshot |
2003-10-03 |
John Criswell | Added links to the C and C++ frontends. |
commit | commitdiff | tree | snapshot |
2003-10-03 |
John Criswell | Adding basic documentation for the LLVM C and C++ front... |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Chris Lattner | Dramatically simplify DerivedType::refineAbstractTypeTo... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Chris Lattner | Make the PATypeHolder use a simple union-find implement... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Chris Lattner | There is no need for BytecodeParser to be an AbstractTy... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Chris Lattner | There is no reason for Value to be an AbstractTypeUser... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Chris Lattner | There is no reason for Value to be an AbstractTypeUser... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Chris Lattner | There is no reason for the PATypeHolder class to derive... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
John Criswell | Removed the check for purify as we don't support its... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
John Criswell | Fixed the conditional targets for postscript files... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Chris Lattner | The objects mapped are really PATypeHolders, not PAType... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Chris Lattner | Remove obsolete tests which: |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Chris Lattner | Checkin new file, reduced by Brian |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Alkis Evlogimenos | Moved enum and command-line option in separate file... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Chris Lattner | Add ideas and small revisions from Vikram |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Chris Lattner | Implement InstCombine/add.ll:test17 & 18 |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Chris Lattner | Add new testcases |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Alkis Evlogimenos | Change llc command line for register allocators |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Chris Lattner | fix spleling |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Chris Lattner | add note about .a files |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Chris Lattner | Initial checkin of the LLVM 1.0 release notes |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Alkis Evlogimenos | Use std::string::size_type for for ColonPos to stop... |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Chris Lattner | Remove obsolete scoped pred and succ iterator typedefs |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Chris Lattner | Use graph traits to perform generic interval construction |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Chris Lattner | Add graph traits specializations for intervals |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Chris Lattner | Amazingly enough, we actually do some stuff around... |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Chris Lattner | Make sure to include the "support" directory |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Alkis Evlogimenos | Revert previous change. For some reason this went into... |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Alkis Evlogimenos | Added command line option for linear scan allocator |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Misha Brukman | The comment seems irrelevant as the pass has become... |
commit | commitdiff | tree | snapshot |
2003-09-30 |
John Criswell | Corrected usage synopsis. |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Chris Lattner | Make sure to get the definition of getRegisterAllocator |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Chris Lattner | New testcase that was not correctly handled |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Chris Lattner | This bug is not fixed, but will be in the future eventually |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Chris Lattner | Forward declare a class |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Chris Lattner | This got merged into Passes.h |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Chris Lattner | RegisterAllocation.h is going away |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Chris Lattner | Include the sparc register in this file |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Chris Lattner | include passes.h which defines the interface this file... |
commit | commitdiff | tree | snapshot |
2003-09-30 |
John Criswell | Changed TestRunner test class so that it replaces ... |
commit | commitdiff | tree | snapshot |
2003-09-30 |
John Criswell | Removed Makefile for CompileFail tests. They are now... |
commit | commitdiff | tree | snapshot |
2003-09-30 |
John Criswell | Adjusted for the new TestRunner test class. This repla... |
commit | commitdiff | tree | snapshot |
2003-09-30 |
John Criswell | Added the CXXTest test class. |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Chris Lattner | This makefile is completely wrong, don't even bother... |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Chris Lattner | These tests got moved to test/Programs/SingleSource... |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Chris Lattner | Update comment |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Chris Lattner | Standardize header file comments |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Chris Lattner | Add a file header |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Chris Lattner | Remove unused header |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Chris Lattner | Fix header comment |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Misha Brukman | Doxygen-ified comments. |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Chris Lattner | Fix header, remove dead decl |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Chris Lattner | Fix header file comment |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Misha Brukman | * Ordered includes according to LLVM style |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Chris Lattner | make the header comment more useful |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Misha Brukman | Made code more terse: |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Brian Gaeke | Add statistic for # of emitWord() calls. |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Misha Brukman | Doxygen-ified function comments. |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Misha Brukman | Removed extra space in comments. |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Chris Lattner | Remove initials from source file |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Misha Brukman | Make code more terse: |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Chris Lattner | new testcase distilled from 177.mesa |
commit | commitdiff | tree | snapshot |
2003-09-30 |
John Criswell | Added conditional configuration of poolalloc. |
commit | commitdiff | tree | snapshot |
2003-09-30 |
John Criswell | Added the ability to conditionally configure the reopt... |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Chris Lattner | New fixed bug, distilled from 252.eon |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Brian Gaeke | 1. Use better error messages in LinkFiles(). |
commit | commitdiff | tree | snapshot |
next |