oota-llvm.git
2003-08-28 Misha BrukmanRenaming `as' -> `llvm-as' and `dis' -> `llvm-dis'.
2003-08-28 Misha BrukmanNear-term fix for renaming `as' -> `llvm-as' and `dis...
2003-08-28 Misha BrukmanStart using `llvm-as' instead of `as'.
2003-08-28 Misha BrukmanBuild llvm-as and llvm-dis as the upgrade path to renam...
2003-08-28 John CriswellFixed two double free bugs that caused llc to segfault...
2003-08-28 John CriswellAdded code to avoid checking for .bc when the filename...
2003-08-28 Misha BrukmanRenaming LLVM `dis' to `llvm-dis'.
2003-08-28 Misha BrukmanRenaming LLVM `as' to `llvm-as'.
2003-08-28 Chris LattnerAdd support for the llvm.unwind intrinsic, which we...
2003-08-28 Chris LattnerAdd another testcase I found lying around.
2003-08-28 Chris LattnerAdd test for the last chapter of our C++ exception...
2003-08-28 Chris Lattner* Add proper support for rethrown exceptions.
2003-08-28 Chris LattnerNew testcases, all of which work with llvmg++!
2003-08-28 Chris LattnerLink to the C++ libraries. This is temporary
2003-08-28 Chris LattnerFix really nasty bugs in the CWriter, handling invoke...
2003-08-28 Tanya LattnerRemoving README
2003-08-28 Tanya LattnerPutting my revised version of ModuloScheduling in cvs...
2003-08-28 Chris LattnerFix bug where we considered function types equivalent...
2003-08-28 Chris LattnerReorder #includes
2003-08-28 Tanya LattnerMoved index in BB to common graph class.
2003-08-28 Tanya LattnerMoved index into BB to common graph class because its...
2003-08-28 Tanya LattnerFirst version of llvm-ar added to cvs repository.
2003-08-28 Chris LattnerConvert C comments to C++
2003-08-28 Chris LattnerNew wrapper around the terminate call.
2003-08-28 Chris LattnerSquelch warning
2003-08-27 Chris LattnerBe more typesafe
2003-08-27 Chris LattnerBe more type-safe, add throw specs to all functions
2003-08-27 Chris LattnerAdd throw specs to the functions, remove (void) from...
2003-08-27 Chris LattnerHack out libexception temporarily until the Sparc...
2003-08-27 Chris LattnerMove the testcase elsewhere
2003-08-27 Chris LattnerRefactor code slightly. Make code compiled with llvmgc...
2003-08-27 Misha BrukmanSpell `incompatible' correctly.
2003-08-27 Chris LattnerNew testcase. Unfortunately, native GCC gets this...
2003-08-27 Tanya Lattner*** empty log message ***
2003-08-27 Tanya LattnerAdded/removed header file
2003-08-27 John CriswellAdded an option to TableGen that allows users to specif...
2003-08-27 Chris LattnerNew testcases, which WORK with LLVMG++ and the CBE.
2003-08-27 Chris LattnerFix several _killer_ bugs. This now actually WORKS...
2003-08-27 Chris LattnerC++ify, add new get_cxx_exception function to convert...
2003-08-27 Chris LattnerRemove Cisms. We love C++
2003-08-27 Tanya LattnerCleaned up the code (spacing, not needed headers) and...
2003-08-27 Tanya Lattner*** empty log message ***
2003-08-27 Chris LattnerFix bug: SCCP/2003-08-26-InvokeHandling.ll
2003-08-27 Chris LattnerNew testcase
2003-08-26 Chris LattnerAdd new __llvm_cxxeh_begin_catch_if_isa function, chang...
2003-08-25 Tanya LattnerSchedGraphCommon header file. Contains class definition...
2003-08-25 Tanya LattnerFirst version of SchedGraph common class and refactorin...
2003-08-25 Chris LattnerRemove copy-and-paste gunk
2003-08-25 Chris LattnerInitial checking of C++ exception handling library
2003-08-25 Chris LattnerAs it turns out, things will be simpler than I first...
2003-08-25 Chris LattnerRemove special casing
2003-08-25 Brian GaekeFix spelling error in comment.
2003-08-25 John CriswellAdded autoconf code that verifies that the C compiler...
2003-08-25 John CriswellAdded code to check for python and qmtest.
2003-08-24 Chris LattnerMangle ALL letters that we do not allow, not just a...
2003-08-24 Chris LattnerSimplify code
2003-08-24 Chris LattnerNew testcase
2003-08-24 Chris LattnerAdd output
2003-08-24 Chris LattnerConsult the target data, not the module, about how...
2003-08-24 Chris LattnerRemove some long-dead code
2003-08-24 Chris LattnerTargets now configure themselves based on the source...
2003-08-24 Chris LattnerTargets now configure themselves with the module, not...
2003-08-24 Chris LattnerTargets should configure themselves based on a Module...
2003-08-24 Chris LattnerTargets should configure themselves based on the module...
2003-08-24 Chris LattnerFix bug: Linker/2003-08-23-GlobalVarLinking.ll
2003-08-24 Chris LattnerImplement: Linker/2003-08-24-InheritPtrSize.ll
2003-08-24 Chris LattnerNew testcase
2003-08-24 Chris LattnerImplement: Jello/test-constantexpr.ll
2003-08-24 Chris LattnerImplement SimplifyCFG/InvokeEliminate.ll
2003-08-24 Chris LattnerNew testcase
2003-08-24 Chris LattnerFix grammar
2003-08-24 Chris LattnerAdd preliminary support for "any" pointersize/endiannes...
2003-08-24 Chris LattnerAdd support for modules with "any" pointersize/endianness
2003-08-24 Chris LattnerAdd support for 'any' pointer size and endianness
2003-08-24 Chris LattnerSupport new 'any' support for pointer size and endianness
2003-08-24 Chris LattnerAllow modules to have 'any' pointer size and endianness...
2003-08-24 Chris LattnerAllow modules to have 'any' pointer size and endianness.
2003-08-24 Chris LattnerImplement support for the unwind intrinsic in the CBE
2003-08-24 Chris LattnerFix grep
2003-08-24 Chris LattnerNew testcase
2003-08-24 Chris LattnerNew testcase directory
2003-08-24 Chris Lattnerrethrow is really the language independent primitive...
2003-08-24 Chris Lattnerrethrow is really the language independent primitive...
2003-08-24 Chris Lattnerrethrow is really the language independent primitive...
2003-08-24 Chris LattnerFix typeos and add descriptions
2003-08-24 Chris LattnerInline invoke instructions as well as call instructions
2003-08-24 Chris Lattner*** Implement inlining of Invoke instructions!
2003-08-24 Chris LattnerAdd versions of InlineFunction which work on Invoke...
2003-08-24 Chris LattnerFix copy-and-paste-o
2003-08-24 Chris LattnerNew testcases for inlining invoke instructions
2003-08-24 Chris LattnerInitial support for recognizing LLVM exception handling...
2003-08-24 Chris LattnerBig diff for a small change: delete inlined functions...
2003-08-24 Chris LattnerNew testcase
2003-08-24 Chris LattnerImplement: Inline/cfg_preserve_test.ll
2003-08-24 Chris Lattnernew testcase
2003-08-24 Chris LattnerAllow specifying the name for the newly split basic...
2003-08-24 Chris LattnerNew testcase, distilled from 176.gcc
2003-08-23 Chris LattnerFix bug: Jello/2003-08-23-RegisterAllocatePhysReg.ll
2003-08-23 Chris Lattnernew testcase distilled from 176.gcc
2003-08-23 Chris LattnerImplement SimplifyCFG/2003-08-17-FoldSwitch.ll:test5
next