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 |
2003-09-21 |
Brian Gaeke | I tried to standardize the formatting and tidy up the... |
commit | commitdiff | tree | snapshot |
2003-09-21 |
Brian Gaeke | Convert PhyRegAlloc into a proper pass. |
commit | commitdiff | tree | snapshot |
2003-09-21 |
Chris Lattner | Add prototype |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Chris Lattner | Functions reachable from the arguments of unresolvable... |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Chris Lattner | The Globals graph must become complete at the end of... |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Chris Lattner | Do not mark incoming arguments to functions complete... |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Chris Lattner | Make sure to add global variable initializers to the... |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Chris Lattner | Don't consider incomplete nodes to be typesafe! |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Chris Lattner | Remove trivially dead nodes was not removing nodes... |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Chris Lattner | Global variables with APPENDING linkage are very import... |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Chris Lattner | Add special case handling for calloc and realloc |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Chris Lattner | Switch from using CallInst's to represent call sites... |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Chris Lattner | Make this work better for constants that aren't necessa... |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Chris Lattner | update dox |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Chris Lattner | Rename Function::getEntryNode -> getEntryBlock |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Chris Lattner | Rename getEntryNode -> getEntryBlock() |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Chris Lattner | Minor cleanups, no functional changes |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Chris Lattner | Cleanup header file |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Chris Lattner | Now that the TCE pass passes all of the tests, add... |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Chris Lattner | Fix a really obvious huge gaping bug, add a comment |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Chris Lattner | Expose the TCE pass |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Chris Lattner | New transformation: tail recursion elimination |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Chris Lattner | Fix header, fix broken friend decl |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Chris Lattner | Fix bug: BasicAA/2003-09-19-LocalArgument.ll |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Chris Lattner | New testcase that basicaa should be able to handle |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Chris Lattner | Fix file header |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Chris Lattner | Unsquishify |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Chris Lattner | Keep track of the number of typed/untyped memory access... |
commit | commitdiff | tree | snapshot |
2003-09-19 |
John Criswell | New header file for gccld. |
commit | commitdiff | tree | snapshot |
2003-09-19 |
John Criswell | Removed linking functionality from gccld.cpp and moved... |
commit | commitdiff | tree | snapshot |
2003-09-19 |
Chris Lattner | Reject "llvm." as a function name |
commit | commitdiff | tree | snapshot |
2003-09-19 |
Chris Lattner | Implement InstCombine/and.ll:test(15|16) |
commit | commitdiff | tree | snapshot |
2003-09-19 |
Chris Lattner | Two new tests for shifts followed by ands |
commit | commitdiff | tree | snapshot |
2003-09-19 |
Chris Lattner | pull a large nested conditional out into its own function |
commit | commitdiff | tree | snapshot |
2003-09-19 |
Chris Lattner | Implement InstCombine/add.ll:test(15|16) |
commit | commitdiff | tree | snapshot |
2003-09-19 |
Chris Lattner | New testcases |
commit | commitdiff | tree | snapshot |
2003-09-19 |
Chris Lattner | a bitfield stress test to exercise various parts of... |
commit | commitdiff | tree | snapshot |
2003-09-18 |
John Criswell | Changed the empty rule for .h files. The rule needs... |
commit | commitdiff | tree | snapshot |
2003-09-18 |
Brian Gaeke | Fix a typo in Sparc.cpp. |
commit | commitdiff | tree | snapshot |
2003-09-18 |
Brian Gaeke | Rename the pass creator fn to mimic the other creator... |
commit | commitdiff | tree | snapshot |
2003-09-18 |
Brian Gaeke | Fix (and properly doxygenify) some comments. Incorporate |
commit | commitdiff | tree | snapshot |
2003-09-18 |
Brian Gaeke | Make the symbol prologue/epilogue stuff redundant with... |
commit | commitdiff | tree | snapshot |
2003-09-18 |
John Criswell | Refactored gccld into three C++ source files. |
commit | commitdiff | tree | snapshot |
2003-09-18 |
Misha Brukman | Minimal implementation of the abstract ModuleProvider... |
commit | commitdiff | tree | snapshot |
2003-09-18 |
Misha Brukman | Abstract interface for module providers, e.g. streaming... |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Chris Lattner | Document new column |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Misha Brukman | Fixed spelling. |
commit | commitdiff | tree | snapshot |
2003-09-17 |
John Criswell | Replaced the call to strdup() with a new operator follo... |
commit | commitdiff | tree | snapshot |
2003-09-17 |
John Criswell | Added the use of the const keyword. |
commit | commitdiff | tree | snapshot |
2003-09-17 |
John Criswell | In ExecWait(), made the child process exit if it can... |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Misha Brukman | Added sections about debugging mis-compilations and... |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Misha Brukman | Do not put DEBUG() guard around error condition; this... |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Misha Brukman | Fix the flag on `rm' to properly do a recursive deletion. |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Chris Lattner | Change FunctionInfo from being an annotation put on... |
commit | commitdiff | tree | snapshot |
2003-09-17 |
John Criswell | Removed the use of the environ variable and instead... |
commit | commitdiff | tree | snapshot |
2003-09-17 |
John Criswell | Added the ExecWait() function. |
commit | commitdiff | tree | snapshot |
2003-09-17 |
John Criswell | Added the ExecWait() function. It executes a program... |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Chris Lattner | fix misspelling analyse -> analyze |
commit | commitdiff | tree | snapshot |
next |