oota-llvm.git
2003-07-25 Chris LattnerFix another accessibility problem illuminated by GCC 3.3
2003-07-25 Chris LattnerFix visibility problem exposed by GCC 3.3
2003-07-25 Chris LattnerRemove inline declarations that GCC 3.3 doesn't like...
2003-07-25 Chris LattnerRegardless of whether C provides assert.h, C++ source...
2003-07-25 Chris LattnerUse the C++ <cassert> header, not the C <assert.h>...
2003-07-25 Chris LattnerThis header works with GCC 3.3
2003-07-25 Chris LattnerUse C++ headers, not C headers
2003-07-25 Chris LattnerAdd includes of assert
2003-07-25 Chris LattnerFix accessibility problems GCC 3.3
2003-07-25 Chris LattnerAdd assert.h include
2003-07-25 Chris LattnerConvert to C++ style comments
2003-07-25 Vikram S. AdveInclude vector into these two files to ensure that...
2003-07-24 Misha BrukmanMade a bunch of cleanups, as per Chris' recommendations:
2003-07-24 Brian GaekeCleanups:
2003-07-24 Brian GaekeFactor out name-mangling from X86/Printer, which is...
2003-07-24 Brian GaekeUse unified CWriter-X86/Printer name mangler. Do not...
2003-07-24 Chris LattnerMore testcases, which I'll implement later
2003-07-24 Chris LattnerModernize testcase
2003-07-24 Chris LattnerNew testcase
2003-07-24 Chris LattnerInstcombine: (A >> c1) << c2 for signed integers
2003-07-24 Chris LattnerNew testcases for signed shifts
2003-07-24 Misha BrukmanMajor addition to bugpoint: ability to debug code gener...
2003-07-24 Chris LattnerReorganization of code, no functional changes.
2003-07-24 Brian GaekeIt doesn't appear that we need to #include these.
2003-07-24 Chris LattnerAllow folding several instructions into casts, which...
2003-07-24 Chris LattnerMinor cleanups
2003-07-24 Brian GaekeConstify most methods. We could have constified doIniti...
2003-07-23 Chris LattnerDisable sample project until it works
2003-07-23 Chris LattnerAdd new tests, make existing tests more difficult
2003-07-23 Chris LattnerFix bug: FunctionResolve/2003-07-23-CPR-Reference.ll
2003-07-23 Chris LattnerNew testcase
2003-07-23 Chris LattnerAdd comments
2003-07-23 Chris LattnerRemove explicit check for: not (not X) = X, it is alrea...
2003-07-23 Chris LattnerNew testcases
2003-07-23 Chris LattnerRenumber tests sequentially
2003-07-23 Chris LattnerSplit the or and xor tests into two separate files
2003-07-23 Chris LattnerRemove obscure test
2003-07-23 Chris LattnerCheck in old testcase sitting in my tree
2003-07-23 Chris LattnerFix program: SingleSource/UnitTests/2003-07-09-SignedAr...
2003-07-23 Brian GaekePrinter.cpp: Ditch addRequired/getAnalysis, because...
2003-07-23 Chris LattnerMake Module::getNamedFunction prefer non-external funct...
2003-07-23 Chris LattnerFix space
2003-07-23 Chris LattnerInstCombine: (X ^ C1) & C2 --> (X & C2) iff (C1&C2...
2003-07-23 Chris LattnerNew testcase
2003-07-23 Chris Lattner - InstCombine: (X | C1) & C2 --> X & C2 iff C1 &...
2003-07-23 Chris LattnerNew testcase
2003-07-23 Chris LattnerNew testcase
2003-07-23 Brian GaekeAdd, rewrite, and/or reformat many comments.
2003-07-23 Chris LattnerIC: (X & C1) | C2 --> (X | C2) & (C1|C2)
2003-07-23 Chris LattnerNew testcases
2003-07-23 Chris LattnerIC: (X ^ C1) & C2 --> (X & C2) ^ (C1&C2)
2003-07-23 Chris LattnerNew testcase
2003-07-23 Chris LattnerInstCombine: (X ^ 4) == 8 --> X == 12
2003-07-23 Chris LattnerNew testcase
2003-07-23 Chris LattnerAdd support for ~ operator on constants
2003-07-23 Chris LattnerIC: (X & 5) == 13 --> false
2003-07-23 Chris LattnerNew tests
2003-07-23 John CriswellRenamed libtool to mklib for your tab completion pleasure.
2003-07-23 Chris LattnerRemove redundant const qualifier
2003-07-23 Chris LattnerRemove redundant const qualifiers from cast<> expressions
2003-07-23 Chris LattnerSimplify code by using ConstantInt::getRawValue instead...
2003-07-23 Chris LattnerRemove unnecessary casts
2003-07-23 Chris LattnerFit code into 80 columns
2003-07-23 Chris LattnerEliminate old-style cast
2003-07-23 Chris LattnerRandom cleanups
2003-07-23 Chris LattnerRemove using decl
2003-07-23 Chris LattnerRemove explicit const qualifiers
2003-07-23 Chris LattnerAdd more doxygen comments, add new ConstantInt::getRawV...
2003-07-23 Chris LattnerFix bug: TailDup/2003-07-22-InfiniteLoop.ll
2003-07-23 Chris LattnerNew testcase that caused infinite loop in taildup
2003-07-22 Chris Lattner - InstCombine (cast (xor A, B) to bool) ==> (setne...
2003-07-22 Chris LattnerNew testcases
2003-07-22 John CriswellRepaired the --enable and --disable options.
2003-07-22 John CriswellFixed the enable/disable options. The AC_ARG_ENABLE...
2003-07-22 Brian GaekeAdd documentation for runOnMachineFunction()
2003-07-22 John CriswellMade some corrections to the enable-llc_diffs option.
2003-07-22 John CriswellGenerated a new configure script.
2003-07-22 John CriswellUpdated to use files within the autoconf subdirectory.
2003-07-22 John CriswellThese are the autoconf files in their new home.
2003-07-22 John CriswellMoving these files to the llvm/autoconf directory.
2003-07-22 John CriswellMoved configure.ac to the autoconf directory.
2003-07-22 Brian Gaeketurn off DISABLE_LLC_DIFFS for x86.
2003-07-22 Chris LattnerAdd new testcase
2003-07-22 Vikram S. Adve(1) Pass 'VAR=string' arguments to gmake
2003-07-22 Vikram S. AdveFix comment.
2003-07-21 John CriswellUpdated from the discussion on July 21, 2003.
2003-07-21 Misha BrukmanFixed misspelling.
2003-07-21 Chris LattnerSimplify code a bit
2003-07-21 John CriswellAdded code that checks to see if a global variable...
2003-07-21 John CriswellRegression test for the Instruction Combining optimiziz...
2003-07-21 Chris LattnerRemove unneccesary #ifdefs
2003-07-21 Chris LattnerFix warnings
2003-07-21 Chris LattnerRemove instloops library
2003-07-21 Misha BrukmanEliminated dead code.
2003-07-20 Anand ShuklaAdded special consideration for instrumentation strategy
2003-07-18 Misha BrukmanInitialize the target architecture based on compiler...
2003-07-18 Anand ShuklaAdded check for inlinable function
2003-07-18 Brian GaekePlease, save your applause^H^H^H^H^H^H^H^Hflames for...
2003-07-18 Misha BrukmanCleaned up the code which chooses the appropriate value...
2003-07-18 Misha BrukmanAdded a DEBUG() guard to a debug information printout.
next