2003-10-20 |
Misha Brukman | Made error message more comprehensible.
|
commit | commitdiff | tree |
2003-10-20 |
Misha Brukman | The Grammar Police was here.
|
commit | commitdiff | tree |
2003-10-20 |
Misha Brukman | * Fixed grammar in header
|
commit | commitdiff | tree |
2003-10-17 |
Misha Brukman | * Align comments into 80 columns
|
commit | commitdiff | tree |
2003-10-17 |
Misha Brukman | Chris says it's better to assert that TheModule is...
|
commit | commitdiff | tree |
2003-10-17 |
Misha Brukman | Don't release the Module, as that invalidates the Module...
|
commit | commitdiff | tree |
2003-10-17 |
Misha Brukman | Return the Module that we just materialized.
|
commit | commitdiff | tree |
2003-10-17 |
Misha Brukman | Return the Module being materialized to avoid always...
|
commit | commitdiff | tree |
2003-10-17 |
Misha Brukman | * Give credit where credit's due
|
commit | commitdiff | tree |
2003-10-16 |
Misha Brukman | Add separator between different types of readers.
|
commit | commitdiff | tree |
2003-10-16 |
Misha Brukman | JIT.cpp:
|
commit | commitdiff | tree |
2003-10-16 |
Misha Brukman | * Reorder includes as per the style guide
|
commit | commitdiff | tree |
2003-10-16 |
Misha Brukman | If we move the constructors to the .cpp file, we can...
|
commit | commitdiff | tree |
2003-10-16 |
Misha Brukman | Automagically update website docs on commits.
|
commit | commitdiff | tree |
2003-10-16 |
Misha Brukman | Update the website automatically on documentation commit...
|
commit | commitdiff | tree |
2003-10-16 |
Misha Brukman | This should automatically update on the webpage.
|
commit | commitdiff | tree |
2003-10-16 |
Misha Brukman | Added an entry for `llvm-nm'.
|
commit | commitdiff | tree |
2003-10-14 |
Misha Brukman | Order #includes as per the style guide.
|
commit | commitdiff | tree |
2003-10-14 |
Misha Brukman | Enabling incremental bytecode loading in the JIT:
|
commit | commitdiff | tree |
2003-10-14 |
Misha Brukman | Enabling incremental bytecode loading in the JIT:
|
commit | commitdiff | tree |
2003-10-14 |
Misha Brukman | Enabling incremental bytecode loading in the JIT:
|
commit | commitdiff | tree |
2003-10-14 |
Misha Brukman | Enabling incremental bytecode loading in the JIT:
|
commit | commitdiff | tree |
2003-10-14 |
Misha Brukman | Enabling incremental bytecode loading in the JIT:
|
commit | commitdiff | tree |
2003-10-14 |
Misha Brukman | Enabling incremental bytecode loading in the JIT:
|
commit | commitdiff | tree |
2003-10-13 |
Misha Brukman | LLVM CVS repository has moved.
|
commit | commitdiff | tree |
2003-10-10 |
Misha Brukman | Fix spelling.
|
commit | commitdiff | tree |
2003-10-10 |
Misha Brukman | Fix grammar.
|
commit | commitdiff | tree |
2003-10-10 |
Misha Brukman | Fix spelling/grammar.
|
commit | commitdiff | tree |
2003-10-10 |
Misha Brukman | * Tabs to spaces
|
commit | commitdiff | tree |
2003-10-10 |
Misha Brukman | Fix spelling.
|
commit | commitdiff | tree |
2003-10-10 |
Misha Brukman | * Doxygenified comments
|
commit | commitdiff | tree |
2003-10-10 |
Misha Brukman | Use 'F' for Function instead of 'M'.
|
commit | commitdiff | tree |
2003-10-10 |
Misha Brukman | Print out just the filename being compiled/linked,...
|
commit | commitdiff | tree |
2003-10-10 |
Misha Brukman | Renamed dis.cpp => llvm-dis.cpp
|
commit | commitdiff | tree |
2003-10-10 |
Misha Brukman | Renamed as.cpp => llvm-as.cpp; this should've happened...
|
commit | commitdiff | tree |
2003-10-10 |
Misha Brukman | Fixing the spelling of this filename.
|
commit | commitdiff | tree |
2003-10-08 |
Misha Brukman | Destroy allocated resources on exception.
|
commit | commitdiff | tree |
2003-10-07 |
Misha Brukman | Depend on config.status instead of config.h, because...
|
commit | commitdiff | tree |
2003-10-06 |
Misha Brukman | Break lines so that they fit within 80 columns.
|
commit | commitdiff | tree |
2003-10-06 |
Misha Brukman | * Alphabetized order of tools
|
commit | commitdiff | tree |
2003-10-06 |
Misha Brukman | ToolRunner.h has been moved from include/Support to...
|
commit | commitdiff | tree |
2003-10-06 |
Misha Brukman | Moved to llvm/include/llvm/Support because it is LLVM...
|
commit | commitdiff | tree |
2003-10-01 |
Misha Brukman | The comment seems irrelevant as the pass has become...
|
commit | commitdiff | tree |
2003-09-30 |
Misha Brukman | Doxygen-ified comments.
|
commit | commitdiff | tree |
2003-09-30 |
Misha Brukman | * Ordered includes according to LLVM style
|
commit | commitdiff | tree |
2003-09-30 |
Misha Brukman | Made code more terse:
|
commit | commitdiff | tree |
2003-09-30 |
Misha Brukman | Doxygen-ified function comments.
|
commit | commitdiff | tree |
2003-09-30 |
Misha Brukman | Removed extra space in comments.
|
commit | commitdiff | tree |
2003-09-30 |
Misha Brukman | Make code more terse:
|
commit | commitdiff | tree |
2003-09-29 |
Misha Brukman | Use the newly abstracted interface for running our...
|
commit | commitdiff | tree |
2003-09-29 |
Misha Brukman | Fixed space issues, code alignment, tabs -> spaces.
|
commit | commitdiff | tree |
2003-09-29 |
Misha Brukman | Implementation of the abstraction of running our tools...
|
commit | commitdiff | tree |
2003-09-29 |
Misha Brukman | Abstracted away the process of running our tools +...
|
commit | commitdiff | tree |
2003-09-29 |
Misha Brukman | Tersified and fixed whitespace (tabs -> spaces).
|
commit | commitdiff | tree |
2003-09-29 |
Misha Brukman | * Added an interface for how LLEE would communicate...
|
commit | commitdiff | tree |
2003-09-29 |
Misha Brukman | Tersified code:
|
commit | commitdiff | tree |
2003-09-29 |
Misha Brukman | * Ordered includes according to LLVM programmers' guide
|
commit | commitdiff | tree |
2003-09-27 |
Misha Brukman | Squelch warnings.
|
commit | commitdiff | tree |
2003-09-25 |
Misha Brukman | To be consistent with the rest of LLVM codebase (and...
|
commit | commitdiff | tree |
2003-09-24 |
Misha Brukman | Actually assign the string correctly through the std...
|
commit | commitdiff | tree |
2003-09-24 |
Misha Brukman | * Eliminate BytecodeBufferReader::Length member variable
|
commit | commitdiff | tree |
2003-09-23 |
Misha Brukman | Fixed spelling.
|
commit | commitdiff | tree |
2003-09-23 |
Misha Brukman | Fix spelling.
|
commit | commitdiff | tree |
2003-09-23 |
Misha Brukman | Squelch warning and delete extra space.
|
commit | commitdiff | tree |
2003-09-23 |
Misha Brukman | Stop returning bool and pass Instruction by reference;
|
commit | commitdiff | tree |
2003-09-23 |
Misha Brukman | Suggestions made by Chris:
|
commit | commitdiff | tree |
2003-09-23 |
Misha Brukman | * Group class definitions & implementations together
|
commit | commitdiff | tree |
2003-09-23 |
Misha Brukman | * Constantify arguments to copy function
|
commit | commitdiff | tree |
2003-09-22 |
Misha Brukman | Removed no longer used member variable.
|
commit | commitdiff | tree |
2003-09-22 |
Misha Brukman | Uppercase the acronym ASCII.
|
commit | commitdiff | tree |
2003-09-22 |
Misha Brukman | Added file header comment.
|
commit | commitdiff | tree |
2003-09-22 |
Misha Brukman | * No longer initialize the module, a subclass is more...
|
commit | commitdiff | tree |
2003-09-22 |
Misha Brukman | Added doxygen comments for the streaming module provider.
|
commit | commitdiff | tree |
2003-09-22 |
Misha Brukman | * Cleaned up code:
|
commit | commitdiff | tree |
2003-09-22 |
Misha Brukman | Added functions to perform streaming function loading...
|
commit | commitdiff | tree |
2003-09-22 |
Misha Brukman | Converted tabs to spaces.
|
commit | commitdiff | tree |
2003-09-22 |
Misha Brukman | Materialize the module before releasing it.
|
commit | commitdiff | tree |
2003-09-22 |
Misha Brukman | Credits now go into the top-level CREDITS.TXT
|
commit | commitdiff | tree |
2003-09-22 |
Misha Brukman | Credits are now in top-level CREDITS.TXT
|
commit | commitdiff | tree |
2003-09-22 |
Misha Brukman | Keep all the contributors in one place, instead of...
|
commit | commitdiff | tree |
2003-09-18 |
Misha Brukman | Minimal implementation of the abstract ModuleProvider...
|
commit | commitdiff | tree |
2003-09-18 |
Misha Brukman | Abstract interface for module providers, e.g. streaming...
|
commit | commitdiff | tree |
2003-09-17 |
Misha Brukman | Fixed spelling.
|
commit | commitdiff | tree |
2003-09-17 |
Misha Brukman | Added sections about debugging mis-compilations and...
|
commit | commitdiff | tree |
2003-09-17 |
Misha Brukman | Do not put DEBUG() guard around error condition; this...
|
commit | commitdiff | tree |
2003-09-17 |
Misha Brukman | Fix the flag on `rm' to properly do a recursive deletion.
|
commit | commitdiff | tree |
2003-09-16 |
Misha Brukman | These transitional scripts are no longer necessary...
|
commit | commitdiff | tree |
2003-09-16 |
Misha Brukman | Fixed spelling & grammar.
|
commit | commitdiff | tree |
2003-09-16 |
Misha Brukman | Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link...
|
commit | commitdiff | tree |
2003-09-16 |
Misha Brukman | `link' is now `llvm-link'. Also alphabetized the tools...
|
commit | commitdiff | tree |
2003-09-16 |
Misha Brukman | `link' is now `llvm-link'.
|
commit | commitdiff | tree |
2003-09-16 |
Misha Brukman | `link' has become `llvm-link'.
|
commit | commitdiff | tree |
2003-09-15 |
Misha Brukman | Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link...
|
commit | commitdiff | tree |
2003-09-15 |
Misha Brukman | Renamed `as' => `llvm-as', `dis' => `llvm-dis'.
|
commit | commitdiff | tree |
2003-09-15 |
Misha Brukman | `link' is being renamed to `llvm-link'.
|
commit | commitdiff | tree |
2003-09-15 |
Misha Brukman | Stop building `as' and `dis' as they have been removed.
|
commit | commitdiff | tree |
2003-09-15 |
Misha Brukman | `dis' is no longer an LLVM tool.
|
commit | commitdiff | tree |
2003-09-15 |
Misha Brukman | `as' is no longer an LLVM tool.
|
commit | commitdiff | tree |
2003-09-12 |
Misha Brukman | Bugpoint has the ability of generating a plethora of...
|
commit | commitdiff | tree |
2003-09-11 |
Misha Brukman | Fixed spelling and grammar.
|
commit | commitdiff | tree |
next |