oota-llvm.git
2003-09-19 John CriswellRemoved linking functionality from gccld.cpp and moved...
2003-09-19 Chris LattnerReject "llvm." as a function name
2003-09-19 Chris LattnerImplement InstCombine/and.ll:test(15|16)
2003-09-19 Chris LattnerTwo new tests for shifts followed by ands
2003-09-19 Chris Lattnerpull a large nested conditional out into its own function
2003-09-19 Chris LattnerImplement InstCombine/add.ll:test(15|16)
2003-09-19 Chris LattnerNew testcases
2003-09-19 Chris Lattnera bitfield stress test to exercise various parts of...
2003-09-18 John CriswellChanged the empty rule for .h files. The rule needs...
2003-09-18 Brian GaekeFix a typo in Sparc.cpp.
2003-09-18 Brian GaekeRename the pass creator fn to mimic the other creator...
2003-09-18 Brian GaekeFix (and properly doxygenify) some comments. Incorporate
2003-09-18 Brian GaekeMake the symbol prologue/epilogue stuff redundant with...
2003-09-18 John CriswellRefactored gccld into three C++ source files.
2003-09-18 Misha BrukmanMinimal implementation of the abstract ModuleProvider...
2003-09-18 Misha BrukmanAbstract interface for module providers, e.g. streaming...
2003-09-17 Chris LattnerDocument new column
2003-09-17 Misha BrukmanFixed spelling.
2003-09-17 John CriswellReplaced the call to strdup() with a new operator follo...
2003-09-17 John CriswellAdded the use of the const keyword.
2003-09-17 John CriswellIn ExecWait(), made the child process exit if it can...
2003-09-17 Misha BrukmanAdded sections about debugging mis-compilations and...
2003-09-17 Misha BrukmanDo not put DEBUG() guard around error condition; this...
2003-09-17 Misha BrukmanFix the flag on `rm' to properly do a recursive deletion.
2003-09-17 Chris LattnerChange FunctionInfo from being an annotation put on...
2003-09-17 John CriswellRemoved the use of the environ variable and instead...
2003-09-17 John CriswellAdded the ExecWait() function.
2003-09-17 John CriswellAdded the ExecWait() function. It executes a program...
2003-09-17 Chris Lattnerfix misspelling analyse -> analyze
2003-09-17 John CriswellRenamed the link page to llvmlink.html
2003-09-17 Chris Lattnernew old testcase
2003-09-17 Chris LattnerUse new method
2003-09-17 Chris LattnerChange the semancics of the dropallrefs method
2003-09-17 Chris LattnerAdd new deleteBody method
2003-09-16 John CriswellAdded the -native option.
2003-09-16 John CriswellUpdated the name of the linker to llvm-link.
2003-09-16 Chris LattnerFix bug raising allocations whose call sites were invok...
2003-09-16 Chris LattnerThis is effectively a complete rewrite of the globaldce...
2003-09-16 Brian GaekeAdd missing apostrophe. It's been bugging me for years.
2003-09-16 John CriswellRegenerated configure with Misha's changes.
2003-09-16 Brian GaekeFix typo in comment. Take out some random whitespace.
2003-09-16 Misha BrukmanThese transitional scripts are no longer necessary...
2003-09-16 Brian GaekeEdit comment for accuracy
2003-09-16 Chris LattnerRemove obsolete -abort-on-exception flag from LLI
2003-09-16 Chris LattnerRemove obsolete option
2003-09-16 Misha BrukmanFixed spelling & grammar.
2003-09-16 Misha BrukmanRenamed `as' => `llvm-as', `dis' => `llvm-dis', `link...
2003-09-16 Misha Brukman`link' is now `llvm-link'. Also alphabetized the tools...
2003-09-16 Misha Brukman`link' is now `llvm-link'.
2003-09-16 Misha Brukman`link' has become `llvm-link'.
2003-09-16 Vikram S. AdveFix longjmp case so that, along with the call to abort...
2003-09-16 Vikram S. AdveAdd flag to control whether or not delay slots are...
2003-09-16 John CriswellAllow multiple object trees to use the source tree...
2003-09-16 John CriswellHave the configure script put llvm.py into the object...
2003-09-15 Chris LattnerPut llvm .bc files into the BytecodeObj subdirectory...
2003-09-15 John CriswellQMTest test and resource classes are always register...
2003-09-15 John CriswellRemoving Makefiles. Regression tests are now run by...
2003-09-15 John CriswellRemoving Makefile. The QMTest program now handles...
2003-09-15 John CriswellRemoved llvm/tools/as, llvm/tools/dis, and runtime...
2003-09-15 Misha BrukmanRenamed `as' => `llvm-as', `dis' => `llvm-dis', `link...
2003-09-15 Misha BrukmanRenamed `as' => `llvm-as', `dis' => `llvm-dis'.
2003-09-15 Chris LattnerFix building outside the srcdir, again
2003-09-15 Chris LattnerFix building into a different obj directory
2003-09-15 Misha Brukman`link' is being renamed to `llvm-link'.
2003-09-15 John CriswellModified the checks slightly so that one can re-configu...
2003-09-15 John CriswellAdded code that verifies that the source directory...
2003-09-15 Chris LattnerFix problems with programs that prototype printf to...
2003-09-15 Chris LattnerDo not segfault when the post-dominator tree is empty...
2003-09-15 Chris Lattnernew testcase that crashes opt
2003-09-15 Chris LattnerWhoops, remove makefile too
2003-09-15 Chris LattnerRemove dead library, it is now folded into crtend
2003-09-15 Chris LattnerAllow specifying a file with symbols to export
2003-09-15 Chris LattnerMove the exception handling runtime stuff into this...
2003-09-15 Misha BrukmanStop building `as' and `dis' as they have been removed.
2003-09-15 Misha Brukman`dis' is no longer an LLVM tool.
2003-09-15 Misha Brukman`as' is no longer an LLVM tool.
2003-09-15 John CriswellRe-generated for recent changes.
2003-09-15 Vikram S. AdveReally use a search path as described in the log messag...
2003-09-15 Chris LattnerMinor cleanups, give credit, remove code that should...
2003-09-15 Brian GaekeFix typos in comments.
2003-09-15 Chris LattnerAdd prototype for the lowersetjmp pass
2003-09-15 Chris LattnerEnable the setjmp/longjmp lowering pass
2003-09-15 Chris LattnerInitial checkin of the Setjmp/Longjmp lowering/transfor...
2003-09-15 Chris LattnerUgh, a bug fix needed because of the bug in the CallGra...
2003-09-15 Chris LattnerThese two conditions are not exclusive!!
2003-09-15 Chris LattnerMake the print output more useful
2003-09-15 Chris LattnerFix bug: PruneEH/2003-09-14-ExternalCall.llx
2003-09-15 Chris LattnerNew testcase
2003-09-15 Chris LattnerFix bug: Inline/2003-09-14-InlineValue.ll
2003-09-15 Chris LattnerNew testcase
2003-09-15 Chris LattnerWrap long lines at 80 cols
2003-09-15 Chris LattnerMake sure to #include the OBJROOT config.h file, not...
2003-09-15 Chris LattnerFix a spello Misha made while fixing one of my appostri...
2003-09-14 Vikram S. AdveUpdate makellvm to work with the brave new world of...
2003-09-14 Chris LattnerFix the nightly tester now that olden has been moved
2003-09-13 Chris Lattnermanually add the llvm-ar stuff. this should be regenerated
2003-09-13 Tanya LattnerAdded llvm-ar to the Makefile
2003-09-13 Tanya LattnerFixed warning.
2003-09-13 Chris LattnerConfigure the llvm-ar directory
2003-09-12 Misha BrukmanBugpoint has the ability of generating a plethora of...
next