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 |
2003-09-23 |
Chris Lattner | Update email addr |
commit | commitdiff | tree | snapshot |
2003-09-23 |
John Criswell | If we fail to find python or qmtest, give a warning... |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Chris Lattner | Make it detect failed builds better |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Chris Lattner | Fix bug: IndVarsSimplify/2003-09-23-NotAtTop.ll |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Misha Brukman | Fixed spelling. |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Misha Brukman | Fix spelling. |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Misha Brukman | Squelch warning and delete extra space. |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Misha Brukman | Stop returning bool and pass Instruction by reference; |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Misha Brukman | Suggestions made by Chris: |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Misha Brukman | * Group class definitions & implementations together |
commit | commitdiff | tree | snapshot |
2003-09-23 |
John Criswell | Added code that stops the configure script if a needed... |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Chris Lattner | Move getAnalysisUsage method from header to .cpp file... |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Misha Brukman | * Constantify arguments to copy function |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Misha Brukman | Removed no longer used member variable. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Misha Brukman | Uppercase the acronym ASCII. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Misha Brukman | Added file header comment. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Misha Brukman | * No longer initialize the module, a subclass is more... |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Chris Lattner | Update file header for renamed file |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Misha Brukman | Added doxygen comments for the streaming module provider. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Misha Brukman | * Cleaned up code: |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Misha Brukman | Added functions to perform streaming function loading... |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Misha Brukman | Converted tabs to spaces. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Misha Brukman | Materialize the module before releasing it. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Chris Lattner | Fix bugs in the last change |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Chris Lattner | Fix bug: Inline/2003-09-22-PHINodesInNormalInvokeDest.ll |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Chris Lattner | new testcase, reduced by bugpoint |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Chris Lattner | Fix bug: Inline/2003-09-22-PHINodesInExceptionDest.ll |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Chris Lattner | new testcase which crashes the inliner, thanks Bugpoint! |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Misha Brukman | Credits now go into the top-level CREDITS.TXT |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Misha Brukman | Credits are now in top-level CREDITS.TXT |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Misha Brukman | Keep all the contributors in one place, instead of... |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Chris Lattner | Squelch warning |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Chris Lattner | Squelch warning |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Chris Lattner | Minor cleanups: |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Chris Lattner | new testcase that crashes the C++ frontend, found by... |
commit | commitdiff | tree | snapshot |
2003-09-21 |
Vikram S. Adve | Fix assertion so it doesn't not trip incorrectly. |
commit | commitdiff | tree | snapshot |
2003-09-21 |
Brian Gaeke | Use C++ math header instead of C version. |
commit | commitdiff | tree | snapshot |
2003-09-21 |
Brian Gaeke | Erase now-unused prototypes. |
commit | commitdiff | tree | snapshot |
2003-09-21 |
Brian Gaeke | Rearrange #includes ... since there are fewer now I... |
commit | commitdiff | tree | snapshot |
2003-09-21 |
Brian Gaeke | Standardize the names of include guards. |
commit | commitdiff | tree | snapshot |
2003-09-21 |
Brian Gaeke | Standardize the names of include guards. |
commit | commitdiff | tree | snapshot |
2003-09-21 |
Brian Gaeke | Standardize the names of include guards. |
commit | commitdiff | tree | snapshot |
next |