oota-llvm.git
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
2003-08-23 Chris LattnerAdd a new switch folding testcase
2003-08-23 Chris LattnerAdd new label
2003-08-23 Chris LattnerAdd period
2003-08-23 Chris LattnerRename SwitchInst::dest_push_back -> addCase
2003-08-23 Chris LattnerRename SwitchInst::dest_push_back -> addCase
2003-08-23 Chris LattnerFix bug: LowerSwitch/2003-08-23-EmptySwitch.ll
2003-08-23 Chris LattnerNew testcase
2003-08-23 Chris LattnerNew testcase
2003-08-23 Chris LattnerDo not consider any types that exist in the global...
2003-08-23 Chris LattnerFix bug: Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll
2003-08-23 Chris LattnerNew testcase, which causes the linker to segv.
2003-08-23 Chris LattnerIgnore more
2003-08-23 Chris LattnerImplement Linker/2003-08-23-GlobalVarLinking.ll, which...
2003-08-23 Chris LattnerTest functions as well as globals
2003-08-23 Chris LattnerFix bug: TailDup/2003-08-23-InvalidatedPointers.ll
2003-08-23 Chris LattnerOf course, the copy ctor really should copy the operand...
2003-08-23 Chris LattnerFix bug: FunctionResolve/2003-08-23-ArgumentWarning.ll
2003-08-23 Chris Lattnernew testcase: we warn if we are merging together two...
2003-08-23 Chris LattnerAdd more methods to be more value-like
2003-08-23 Chris LattnerInitial checkin of ValueHolder helper class
2003-08-23 Chris LattnerInitial checkin of ValueHolder helper
2003-08-23 Chris LattnerNew testcase
2003-08-23 Chris LattnerFix typeo
2003-08-23 Chris LattnerNew testcase, which is basically the problem with 176.gcc
2003-08-22 Chris LattnerAdd missing #include
2003-08-22 Chris LattnerFix typeo
2003-08-22 Chris Lattneradd preliminary support for -export-dynamic
2003-08-22 Chris LattnerThe process of linking types can cause their addresses...
2003-08-22 Chris LattnerKill warning
2003-08-22 Chris LattnerChanges to work better with GCC3.4/LLVM G++
2003-08-22 Chris LattnerRemove last remenants of cleandeps
2003-08-22 Chris LattnerDisable .d file generation for LLVM tests
2003-08-22 Chris LattnerImplement Linker/2003-08-20-OpaqueTypeResolve.ll
2003-08-22 Chris LattnerAccept double quoted strings everwhere we accept a...
2003-08-22 Chris LattnerIf an "LLVM name" has wierd characters in it, print...
2003-08-22 Chris LattnerNew testcase for non-simple variable and type names
2003-08-22 Chris LattnerUgh, really fix it now... :(
2003-08-22 Chris LattnerFix computation of LLVM_OBJ_ROOT for non-projects :(
2003-08-22 Chris LattnerRemove name, add body. Causes llvmg++ segfault!
2003-08-22 Chris Lattneradd comment
2003-08-22 Chris Lattnernew testcase
2003-08-22 Misha BrukmanSquash the warning that `Result' may not be initialized...
2003-08-21 Chris LattnerInitial checkin
2003-08-21 Chris LattnerInitial checkin of ModuleMaker project
2003-08-21 Chris LattnerInclude the top-level Makefile.config from the LLVM...
2003-08-21 Chris LattnerProjects no longer need to specify LLVM_OBJ_ROOT. ...
2003-08-21 Chris LattnerRemove commented out declaration
2003-08-21 Misha BrukmanThe word `dependence' has no `a'.
2003-08-21 Misha BrukmanThe word `dependent' has no `a'.
2003-08-21 Chris LattnerFix spello
2003-08-21 Misha BrukmanThe word `dependence' and its derivatives have no `a'.
2003-08-21 Chris LattnerMake the tags rule tolerate lack of one of the standard...
2003-08-21 Chris LattnerOnly use :: rules for #included files
2003-08-21 Chris LattnerSimplify test
2003-08-21 Chris LattnerMinor cleanups: wrap at 80 lines. Convert file comment...
2003-08-21 John CriswellRegression test that verifies that the JIT passes the...
2003-08-21 John CriswellThe JIT now passes the environment pointer to the main...
2003-08-21 Chris LattnerRemove unused file
2003-08-21 Chris Lattner* Remove cleandeps target
2003-08-21 Chris LattnerChange all #include'd files to be :: rules instead...
2003-08-21 Brian GaekeReoptimizer has moved to reopt cvs module.
2003-08-21 Misha BrukmanMake build errors stand out by coloring them red.
2003-08-21 Chris LattnerImplement Assembler/2003-08-21-ConstantExprCast-Fold.llx
2003-08-21 Chris LattnerNew testcase
2003-08-21 Misha BrukmanTest case distilled from bash.
2003-08-21 Chris Lattnerremove invalid test
2003-08-21 Misha BrukmanTest case distilled from `bash'.
2003-08-21 Chris LattnerYet another testcase distilled from emacs by Misha!
2003-08-21 Chris LattnerNew testcase, distilled from emacs by Misha
2003-08-21 Chris LattnerFix warning on sparc build
2003-08-21 Chris LattnerStart testing SPEC as well as singlesource/multisource
2003-08-21 Chris Lattnerfix dependency
2003-08-21 John CriswellAdding a copyright notice to each file is unnecessary.
2003-08-21 John CriswellFurther updates:
2003-08-21 John CriswellAdded the ability to run the QMTests. It is currently...
2003-08-21 John CriswellUpdated to reflect current work:
2003-08-20 Chris LattnerUnless we CANNOT merge the arguments, do so
2003-08-20 Chris LattnerPoint to the RIGHT GCC library directory
2003-08-20 Chris LattnerPoint to the correct cc1/cc1plus binaries
2003-08-20 John CriswellAdded #include <cassert>. In GCC 3.3, we don't get...
2003-08-20 Misha BrukmanAdded dummy version of the `util' library.
2003-08-20 Misha BrukmanAdded dummy library `libutempter' for non-privileged...
2003-08-20 Misha BrukmanMake the bytecode file executable as well for LLEE...
2003-08-20 Chris LattnerSimplify testcase even more
next