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 |
2003-09-30 |
John Criswell | Removed the utils/Makefile file from being copied to... |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Chris Lattner | Update file headers for renamed files. |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Misha Brukman | Use the newly abstracted interface for running our... |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Misha Brukman | Fixed space issues, code alignment, tabs -> spaces. |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Misha Brukman | Implementation of the abstraction of running our tools... |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Misha Brukman | Abstracted away the process of running our tools +... |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Misha Brukman | Tersified and fixed whitespace (tabs -> spaces). |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Misha Brukman | * Added an interface for how LLEE would communicate... |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Misha Brukman | Tersified code: |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Chris Lattner | update run command |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Misha Brukman | * Ordered includes according to LLVM programmers' guide |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Chris Lattner | Simplify test, include problem analysis |
commit | commitdiff | tree | snapshot |
2003-09-29 |
John Criswell | Added Makefiles to llvm/test/Programs/SingleSource... |
commit | commitdiff | tree | snapshot |
2003-09-29 |
John Criswell | Adding Makefiles for llvm/test/Programs/SingleSource... |
commit | commitdiff | tree | snapshot |
2003-09-29 |
John Criswell | Updated for the new QMTest test suite. Temporary outpu... |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Chris Lattner | New testcase, distilled by John |
commit | commitdiff | tree | snapshot |
2003-09-29 |
John Criswell | Added information on input and output filenames. |
commit | commitdiff | tree | snapshot |
2003-09-29 |
John Criswell | Removed Support directory. It now lives in llvm/suppor... |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Chris Lattner | Check in missing makefile |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Chris Lattner | Initial checkin of makefile for this directory |
commit | commitdiff | tree | snapshot |
2003-09-29 |
John Criswell | Moved code from llvm/lib/Support to llvm/support/lib... |
commit | commitdiff | tree | snapshot |
2003-09-29 |
John Criswell | Moved llvm/utils/Burg and llvm/utils/TableGen to llvm... |
commit | commitdiff | tree | snapshot |
2003-09-29 |
John Criswell | Moved llvm/lib/Support to llvm/support/lib/Support. |
commit | commitdiff | tree | snapshot |
2003-09-29 |
John Criswell | Updating Makefiles for new location in llvm/support. |
commit | commitdiff | tree | snapshot |
2003-09-29 |
John Criswell | Updated Makefiles to reflect new location in llvm/suppo... |
commit | commitdiff | tree | snapshot |
2003-09-29 |
John Criswell | Added explanation of where analyze gets its input,... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Misha Brukman | Squelch warnings. |
commit | commitdiff | tree | snapshot |
2003-09-26 |
John Criswell | Updated these tests so that they use the new temporary... |
commit | commitdiff | tree | snapshot |
2003-09-26 |
John Criswell | Moved llvm/test/Programs/SingleSource/Regression around... |
commit | commitdiff | tree | snapshot |
2003-09-26 |
John Criswell | Updated to generate temporary files in the temporary... |
commit | commitdiff | tree | snapshot |
2003-09-26 |
John Criswell | Added information on how input and output files are... |
commit | commitdiff | tree | snapshot |
2003-09-26 |
John Criswell | Removing these tests from the regressions directory. |
commit | commitdiff | tree | snapshot |
2003-09-26 |
John Criswell | Added llvm/test/Programs/SingleSource/Regression/Makefile. |
commit | commitdiff | tree | snapshot |
2003-09-26 |
Chris Lattner | Just rethrow previous exception instead of making a... |
commit | commitdiff | tree | snapshot |
2003-09-26 |
John Criswell | Modified the test so that it puts temporary files into... |
commit | commitdiff | tree | snapshot |
2003-09-26 |
John Criswell | Added information about how llvm-as and llvm-dis select... |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Chris Lattner | Change the heading of the page to reflect the tool... |
commit | commitdiff | tree | snapshot |
2003-09-25 |
John Criswell | Added an explanation of gccld's behavior when linking... |
commit | commitdiff | tree | snapshot |
2003-09-25 |
John Criswell | Added information about the new -native option. |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Misha Brukman | To be consistent with the rest of LLVM codebase (and... |
commit | commitdiff | tree | snapshot |
2003-09-25 |
John Criswell | Moved wierdnames.ll to weirdnames.ll. The new name... |
commit | commitdiff | tree | snapshot |
2003-09-25 |
John Criswell | Made modifications recommended by Chris. Namely: |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Chris Lattner | Define the instance variable Buffer, not the automatic... |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Chris Lattner | DOn't crash if program calls the null pointer |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Chris Lattner | Fix alignment problem |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Chris Lattner | Remove explicit use of BasicBlock::succ_iterator |
commit | commitdiff | tree | snapshot |
2003-09-24 |
John Criswell | Removed completed items. |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Misha Brukman | Actually assign the string correctly through the std... |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Chris Lattner | Use global *_iterator |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Chris Lattner | Do not use BasicBlock::*_iterator, just use *_iterator... |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Misha Brukman | * Eliminate BytecodeBufferReader::Length member variable |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Chris Lattner | Do not use BasicBlock::succ_iterator |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Brian Gaeke | Update head-of-file comment. |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Brian Gaeke | Untabify tabs in stuff I've recently added. |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Brian Gaeke | Use getRegClassID() instead of getRegClass()->getID... |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Brian Gaeke | Remove some unused methods of class IGNode. |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Brian Gaeke | Fix a typo I happened to notice. |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Chris Lattner | Fix bug in previous checkin |
commit | commitdiff | tree | snapshot |
2003-09-23 |
John Criswell | Added code that ensures that we pass the beginning... |
commit | commitdiff | tree | snapshot |
next |