oota-llvm.git
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.
2003-07-18 Anand ShuklaAdded pass to instrument backedges for lightweight...
2003-07-18 Anand ShuklaA pass to combine multiple backedges that go to same...
2003-07-17 Brian GaekeUse getClassB for load and store; we don't want to...
2003-07-17 Brian GaekeFix typo in call to isUnresolvableFunc, which was break...
2003-07-17 John CriswellDinakar and I fixed a bug where we were trying to get...
2003-07-17 Brian GaekeAdded bits about MachineFunctionPass
2003-07-16 Vikram S. AdveTests for globals with different kinds of behavior...
2003-07-16 Vikram S. Adve(1) Added DSGraph::cloneReachableSubgraph and DSGraph...
2003-07-16 Vikram S. AdveRematerialize nodes from the globals graph into the...
2003-07-16 Vikram S. Adve(1) Rematerialize nodes from the globals graph into...
2003-07-16 Vikram S. AdveImplement 2 important changes: (1) rematerialization...
2003-07-16 Vikram S. AdveFactor out the test for unresolvable external functions...
2003-07-16 Misha BrukmanFixed the number translation scheme for the integer...
2003-07-16 Misha BrukmanThe name should really be `simm11' to follow the naming...
2003-07-16 John CriswellMarked some of the phony targets are PHONY. This will...
2003-07-15 Misha BrukmanNo need for a second immediate field if the class alrea...
2003-07-15 Misha BrukmanEncode predict = 1 by default, because the Sparc assemb...
2003-07-15 Misha BrukmanFixed a bug: outputting name of variable instead of...
2003-07-15 Misha BrukmanThis optimization greatly enhances efficiency of creati...
2003-07-15 Misha BrukmanCorrectly handle calls to functions which are further...
2003-07-15 Misha BrukmanClean up my last checkin: code is easier to read and...
2003-07-15 Misha BrukmanOn Sparc/Solaris, the special handle RTLD_SELF is used...
2003-07-14 Misha Brukman* Added support for the %ccr register
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
next