oota-llvm.git
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'.
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-07-14 Misha BrukmanFixed: </pre</p> => </pre></p>
2003-07-14 John CriswellMerged in changes from PRE101 in the prerelease branch.
2003-07-11 Vikram S. AdveUse uint32_t for table index and size: table will never...
2003-07-11 Vikram S. AdveTrace loads and stores as they happen (stores were...
2003-07-11 Brian GaekeIf we have a constant pointer reference to a function...
2003-07-11 Brian GaekeFix some serious floating-point bugs (fixes test cases...
2003-07-10 Anand ShuklaAdded functionality to instrmentation pass
2003-07-10 Misha BrukmanFixed grammatical error.
2003-07-10 Vikram S. AdveSeveral important bug fixes:
2003-07-10 Vikram S. AdveBug fix in creating constants: need 1U << 31, not 1...
2003-07-10 Vikram S. AdveFold cast-to-bool into not. Later, this should also...
2003-07-10 Vikram S. AdveValues stored in CallArgsDescriptor cannot be const.
2003-07-10 Vikram S. AdveisMarkedForSpill() should be const.
2003-07-10 Vikram S. AdveChange interface to MachineInstr::substituteValue to...
2003-07-10 Vikram S. AdvePrint out all neighbors in interference graph, not...
2003-07-10 Vikram S. AdveSeveral fixes to handling of int CC register:
2003-07-10 Vikram S. AdveSeveral fixes to handling of int CC register:
2003-07-10 Vikram S. Adve*** empty log message ***
2003-07-10 Vikram S. AdveJust documentation.
2003-07-10 Vikram S. AdveAdd phony target "bytecode" to ensure that it works...
2003-07-10 Misha BrukmanLowercase versions of `occurrence' need to be spelled...
2003-07-10 Misha BrukmanMove the space separator to where it really belongs...
2003-07-10 Misha Brukman`Occurrence' has no `a' and the `r' is doubled.
2003-07-10 Misha BrukmanConverted tabs to spaces.
2003-07-09 Misha BrukmanSome beautification changes (tabs to spaces, removed...
2003-07-08 Vikram S. AdveSimplified DOTRACING flag.
2003-07-08 John CriswellCorrected the Table of Contents.
2003-07-08 Vikram S. AdvePointer hash table reallocation code seems never to...
2003-07-08 Vikram S. AdveNative libraries (libinstr*.a) should not have been...
2003-07-08 Vikram S. AdveUse libinstr.$(ARCH).a instead of libinstr64.a
2003-07-08 Vikram S. Adve*** empty log message ***
2003-07-08 John CriswellRemoved size_t from the parameter list of the malloc...
2003-07-07 Misha BrukmanStop using the `Offset' variable, as we are cycling...
2003-07-07 Misha BrukmanFixed indentation.
2003-07-07 Misha BrukmanRemoved an extra slash that appears in the path name...
next