oota-llvm.git
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...
2003-07-07 Misha BrukmanElaborated assembly syntax of instructions in the comments.
2003-07-07 Misha BrukmanRemoved unnecessary assignment (it was taken care by...
2003-07-07 Misha Brukman* Made $Template refer to a path relative to the checke...
2003-07-07 John CriswellFixed the directions for building the C front end.
2003-07-07 John CriswellAdded information about how to unpack the distribution...
2003-07-07 Brian GaekeInsert workaround for GAS bug in assembling FLD/FSTP...
2003-07-07 Misha BrukmanMoved RegClassIDs enum to be next to the RegTypes enum.
2003-07-06 Vikram S. AdveCorrection to last fix: Pointer types do not return...
2003-07-06 Vikram S. AdveChoose register instead of immediate for ConstantExpr...
2003-07-06 Vikram S. AdveMajor bug fix though it happened rarely (only on a...
2003-07-06 Vikram S. AdveRegression test for bug in reg. allocation that was...
2003-07-06 Vikram S. AdveMake the RegClassID values public -- there is no other...
2003-07-03 Brian GaekeAdd -d option to trust the disassembler.
2003-07-03 Brian Gaekehere little scriptie, nice scriptie...
2003-07-03 Misha BrukmanApparently, the "regType" and "regClass" used in the...
2003-07-03 Sumant KowshikAdded support for poolallocarray and poolmakeunfreeable...
2003-07-03 John CriswellFixed an error in the pathname to LLVMGCCDIR for the...
2003-07-03 John CriswellAdded information on software requirements for unpackin...
2003-07-03 Misha Brukman* Reworded a bit about JITs (I don't like acronyms...
2003-07-03 John CriswellAdded another remark on how building the C front end...
2003-07-03 John CriswellPerformed a major update for the pre-release.
2003-07-03 John CriswellAdding a web page on how to start a new LLVM Project.
2003-07-03 Chris LattnerReuse the values if they are constants: this is importa...
next