oota-llvm.git
2003-12-12 Chris LattnerNote about bytecode format
2003-12-12 Brian GaekeSince we are using a gep_type_iterator, we apparently...
2003-12-12 Brian GaekeUse uintptr_t for pointer values in the ExecutionEngine.
2003-12-12 Brian GaekeFix typo in comment
2003-12-12 Chris LattnerThese aren't bugs, don't phrase them like they are.
2003-12-12 Chris LattnerI'm a spaz
2003-12-12 Chris LattnerAdd note about Stacker, duh!
2003-12-12 Misha BrukmanBreak lines and add space after ':' to be consistent...
2003-12-12 Chris LattnerMore updates for the release
2003-12-12 Brian GaekeThrow better error messages, by calling strerror(errno...
2003-12-12 Brian GaekeAdd an assertion to make sure we are at least getting...
2003-12-11 Chris LattnerUpdate release notes for PR86 and C++ support
2003-12-11 Chris LattnerFactor out some duplicated code, implement the rest...
2003-12-11 Chris LattnerRename variable to avoid confusing it with the global G
2003-12-11 Chris LattnerFix PR86. This makes basicaa _SIGNIFICANLY_ more aggre...
2003-12-11 Chris LattnerFix LICM/2003-12-11-SinkingToPHI.ll, and quite possibly...
2003-12-11 Chris LattnerNew testcase that LICM is breaking crafty on
2003-12-11 Chris LattnerFinegrainify namespacification
2003-12-11 Chris LattnerverifyFunction depends on dominator info, which levelra...
2003-12-11 Chris LattnerFix test that was failing because we were optimizing...
2003-12-11 Chris LattnerNew testcase for PR86
2003-12-11 Chris LattnerRun tailcall elimination in a more logical place
2003-12-11 Chris LattnerFix a glaring bug
2003-12-11 Chris LattnerRealize the gep P, <zeros> must aliases P.
2003-12-11 Chris LattnerWith Brian's change to AA.h we can now clean out this...
2003-12-11 Brian GaekeIncludeFile hack to pull in BasicValueNumbering wheneve...
2003-12-11 Brian GaekeIncludeFile hack to pull in BasicAliasAnalysis whenever...
2003-12-11 Brian GaekeSeparate out target for cleaning up qmtest garbage.
2003-12-11 Brian GaekeAdd more fixed bugs. Keep llvm core section sorted...
2003-12-11 Chris LattnerStop laughing Misha
2003-12-11 Brian GaekeIn getObjectType(), doxygenify comment, and take a...
2003-12-11 Brian GaekeTurn off "attribute weak" to pacify Mac OS X's system...
2003-12-11 Brian GaekeFix typo in comment. Add prototype for getConstantExpr...
2003-12-11 Brian GaekeAdd support for --debug-only=interpreter, to print...
2003-12-10 John CriswellThis appears to fix Bug 172 and does not break any...
2003-12-10 Chris LattnerFix bug: LICM/sink_multiple_exits.ll
2003-12-10 Chris LattnerDon't allow dead instructions to stop sinking early.
2003-12-10 Chris LattnerFix bug: IndVarsSimplify/2003-12-10-RemoveInstrCrash.llx
2003-12-10 Chris LattnerA new testcase, reduced by bugpoint
2003-12-10 Chris LattnerFinegrainify namespacification
2003-12-10 Chris Lattnernew testcase
2003-12-10 John CriswellFixed a comma error.
2003-12-10 Brian GaekeSupport 'make install' for LLVM include files.
2003-12-10 John CriswellUpon Chris's suggestion, moved the #ifdef's to the...
2003-12-10 Chris LattnerFinegrainify namespacification
2003-12-10 John CriswellFixed the CBE on Solaris/Sparc. We need to define...
2003-12-10 Chris LattnerNew testcase
2003-12-10 Chris LattnerFinegrainify namespacification
2003-12-10 Chris LattnerNew testcase which caused a bunch of tests to break...
2003-12-10 Chris LattnerSimplify code
2003-12-10 Chris LattnerAvoid performing two identical lookups when one will...
2003-12-10 Chris LattnerMake LICM itself a bit more efficient, and make the...
2003-12-10 John CriswellRemoved the pthread_once() function because it doesn...
2003-12-10 Chris LattnerFinegrainify namespacification
2003-12-10 Chris LattnerFinegrainify namespacification
2003-12-10 John CriswellAdded the --host= option to the Sparc configuration...
2003-12-10 John CriswellDummy implementation of the pthread library.
2003-12-10 Chris LattnerMake 'opt -o -' work correctly instead of creating...
2003-12-10 Chris LattnerImplement instruction sinking out of loops. This still...
2003-12-10 Chris Lattnernew testcase, checking to ensure we handle yet-another...
2003-12-10 Brian GaekeDon't assume that system headers define 'uint' or ...
2003-12-10 Brian GaekeFix apparent copy-and-paste-o.
2003-12-10 Brian GaekeAdd support for installing tool executables.
2003-12-10 Brian GaekeAdd installation directories and commands, standardly...
2003-12-09 Chris LattnerYet another hard testcase
2003-12-09 Chris LattnerDo not insert one entry PHI nodes in split exit blocks!
2003-12-09 Brian GaekeCheck in the llvm-native-gcc script, which I use in...
2003-12-09 Chris LattnerAdd a new testcase which breaks the sinker because...
2003-12-09 Chris LattnerFix buggy test
2003-12-09 Chris LattnerNew testcase for sinking operations from loops with...
2003-12-09 Chris LattnerMake the test a bit harder so that we test to ensure...
2003-12-09 Chris LattnerRefactor code a little bit, eliminating the gratuitous...
2003-12-09 Chris LattnerFine grainify namespacification
2003-12-09 Chris LattnerNew testcases for LICM improvement: code sinking.
2003-12-09 Chris LattnerImprove portability with Mac OS/X
2003-12-09 Chris LattnerImprove testcase portability on OS/X
2003-12-09 Chris LattnerNew testcase that is not actually handled yet, but...
2003-12-09 John CriswellAdded the -h option for compatibility with other linkers.
2003-12-08 Chris LattnerWhoops, forgot to check this in. :)
2003-12-08 Chris LattnerImplement: TailCallElim/accum_recursion_constant_arg.ll
2003-12-08 Chris LattnerImplement: test/Regression/Transforms/TailCallElim...
2003-12-08 Chris LattnerNew testcase for automatic insertion of accumulator...
2003-12-08 Chris LattnerAdd a missing semi colon, which breaks bison 1.5
2003-12-08 Chris LattnerSimplify makefiles by just explicitly listing directories
2003-12-08 John CriswellUpdated build instructions for Sparc.
2003-12-08 John CriswellFixed the dynamic generation of the list of subdirector...
2003-12-08 Chris Lattnerimplement method
2003-12-08 Chris LattnerUse the new method, though noone currently implements...
2003-12-08 Chris Lattneradd two new virtual functions:
2003-12-08 Chris LattnerFinegrainify namespacification
2003-12-08 Chris LattnerMakefile updates contributed by Reid
2003-12-08 Chris LattnerNew bug
2003-12-08 Misha Brukman`effect' is the noun, `affect' is the verb.
2003-12-08 Chris LattnerNew testcase for PR165
2003-12-08 Chris LattnerAdd note about sucky suse compiler
2003-12-08 Chris LattnerCleanup and restructure the code to make it easier...
2003-12-08 Chris LattnerNew testcase, this should be -tailcallelim'inated
2003-12-08 Chris LattnerSince ssaification of the varargs builtings, the vaarg...
2003-12-08 Brian GaekeRegenerated using autoheader-2.57
2003-12-07 Chris LattnerBugpoint had appalingly bad grammar. Fix some of it.
next