oota-llvm.git
2003-08-07 Chris LattnerAdd and use a new method
2003-08-07 Chris LattnerCleanup and reorganize code, no functional changes
2003-08-07 Chris LattnerRead in expanders too
2003-08-07 Chris LattnerContinued evolution of the selector emitter: Represent...
2003-08-07 Misha BrukmanImplement LLVM intrinsics `llvm.setjmp' and `llvm.longj...
2003-08-07 Vikram S. AdveFix assertion in MachineInstr::substituteValue().
2003-08-07 Vikram S. AdveFix sanity-checking in 'maskUnsigned' code to be more...
2003-08-07 John CriswellFixed a segfault in gccld.
2003-08-07 Chris LattnerUpdate tablegen interfaces
2003-08-07 Chris LattnerFinish implementation of the type inference engine.
2003-08-07 Chris LattnerAllow clients to get at the pointer type
2003-08-07 Chris LattnerAdd new method getVAlueAsDag
2003-08-07 Chris LattnerInitial checkin of tree pattern parser and type inferen...
2003-08-07 Chris LattnerEliminate now-dead method
2003-08-07 Chris LattnerStart using the CodeGeneratorWrappers
2003-08-07 Chris LattnerInitial checkin of useful wrappers around the Target...
2003-08-07 Sumant KowshikRemoved the support for pool allocation testing. This...
2003-08-07 Sumant KowshikChange implementation so that variable sized slabs...
2003-08-07 Sumant KowshikAdded code for pool allocating only the pool-allocatabl...
2003-08-07 Chris LattnerThis register is never used, disable it.
2003-08-07 Sumant KowshikAdded a flag which is set when all data structures...
2003-08-07 Chris LattnerThere was no reason for these to be bit-fields, they...
2003-08-06 Misha BrukmanChanging command-line option formats to be more consist...
2003-08-06 Misha Brukman* Renamed option from `nopreselect' to `nopreopt' since...
2003-08-06 Chris LattnerIck, add the RIGHT accessor
2003-08-06 Chris LattnerAdd accessor
2003-08-06 Chris LattnerThere is something wrong with code that looks like:
2003-08-06 Misha BrukmanUse the registers g1 and g5 as temporaries for making...
2003-08-06 John CriswellRemoved Makefile.common.
2003-08-06 Chris LattnerExport the register classes so that the instruction...
2003-08-06 Brian GaekeMakefile.common: Remove commented-out and duplicate...
2003-08-06 Chris LattnerAdd a bunch of new Alpha Intrinsics for Rahul Joshi
2003-08-06 Vikram S. Adve1. Bug fix: was using SLL instead of SLLX for ULongTy...
2003-08-06 Vikram S. AdveRemove conversion of fp-to-uint cast into a multi-step...
2003-08-06 Chris LattnerNew testcase
2003-08-06 Chris LattnerThe HAVE_JUMP code is dead, these intrinsics should...
2003-08-06 Chris LattnerRemove unnecessary use of NonCopyable
2003-08-06 Misha BrukmanAdded asserts to prevent negative shift amounts from...
2003-08-06 Misha BrukmanSparcV9CodeEmitter.cpp:
2003-08-06 Chris LattnerSort the file lists
2003-08-06 Chris LattnerLoop unroller doesn't necessarily need to be profile...
2003-08-06 Chris LattnerCompletely eliminate the isVoid TSFlag, shifting over...
2003-08-06 Chris Lattneradd a pattern for RET, immediates no longer need to...
2003-08-06 Chris LattnerStart adding usefulness to the DAG node definitions...
2003-08-06 Chris LattnerAdd error checking code to the node type parser. Start...
2003-08-06 Chris LattnerInitial support for an instruction selector emitter
2003-08-06 Chris LattnerAll good classes with virtual functions should have...
2003-08-06 Chris LattnerAdd an instruction selector emitter skeleton
2003-08-06 Chris Lattnerconvert over to using TableGen backends
2003-08-06 Chris LattnerSwitch code over to being a TableGenBackend
2003-08-06 Chris LattnerAdd more helper methods
2003-08-06 Chris LattnerNew common interface for backends to use
2003-08-06 Sumant KowshikAdded POOLFLAGS option to run pool allocation
2003-08-05 Chris Lattner"fix" coding style stuff
2003-08-05 Chris LattnerCompletely eliminate the per-machine-instruction regsUs...
2003-08-05 Chris LattnerUse a new local data structure instead of the MachineIn...
2003-08-05 Chris LattnerAdd a map
2003-08-05 Chris LattnerMinor cleanups
2003-08-05 Chris LattnerPhysical registers no longer live in the regsUsed set...
2003-08-05 Chris LattnerDo not insert physical regsiters into the regsUsed set
2003-08-05 John CriswellReverted back to using OR for cmp/mv operations for...
2003-08-05 John CriswellSwitched from using diff to cmp for two reasons:
2003-08-05 Tanya LattnerFixed minor bug in SafeToHoist and made some changes...
2003-08-05 Tanya LattnerAdded LICM test cases to:
2003-08-05 Tanya LattnerFixed LICM bug that hoists trapping instructions that...
2003-08-05 Chris LattnerMinor changes:
2003-08-05 Chris LattnerAdd more verbose comment
2003-08-05 Chris LattnerAdd a comment to the method decl
2003-08-05 Chris LattnerRemove unused method
2003-08-05 Sumant KowshikAdded declaration of mergeInGlobalsGraph
2003-08-05 Sumant KowshikAdded function mergeInGlobalsGraph which merges in...
2003-08-05 Sumant KowshikMajor bug fixes including a memory leak and tracking...
2003-08-05 Chris LattnerSpecify DEBUG_TYPE's for the JIT debug messages
2003-08-05 Chris LattnerThis method has now been changed to preserve flags...
2003-08-05 Chris LattnerAll callers of these methods actually wanted them to...
2003-08-05 Sumant KowshikAdded the declaration of InlineIndirectCalls
2003-08-05 Chris LattnerFactor shared code
2003-08-05 Chris LattnerFix bug: SimplifyCFG/2003-08-05-InvokeCrash.ll
2003-08-05 Chris Lattnernew testcases that simplifycfg breaks
2003-08-05 Misha Brukman* Removed `using' declaration, now use full namespace...
2003-08-05 Chris LattnerIf we're debugging the SimplifyCFG pass, we _REALLY_...
2003-08-05 Chris LattnerImplement TODO: print out short form of Invoke if possible
2003-08-05 Misha BrukmanOnly test the vector of functions if it is non-empty.
2003-08-05 Misha BrukmanStop special-casing annul and predict bits (which are...
2003-08-05 Misha Brukman* Set annul bit to be 0, because the Sparc backend...
2003-08-05 Chris LattnerFix bugs handling ESP in alloca references
2003-08-05 Chris LattnerNo functional changes, comment the fix I just put in
2003-08-05 Chris LattnerThe CodeEmitterGenerator used to consider ANY uninitial...
2003-08-05 Chris LattnerRevert previous change, and be really anal about what...
2003-08-05 Chris LattnerThis is the real fix for the previous register allocato...
2003-08-05 Misha BrukmanReformatted code to match the prevalent LLVM style...
2003-08-04 Misha BrukmanElectricFence found this bug where we were reading...
2003-08-04 Chris LattnerDon't bother calculating info unless its needed. May...
2003-08-04 Chris Lattner* Fix spelling of 'necessary'
2003-08-04 Chris LattnerNew testcase, identified by Vikram, reduced by Brian
2003-08-04 Chris LattnerAdd patterns for (mov R, R) (mov R, I) and subtracts...
2003-08-04 Chris LattnerChange comments into something that TableGen can read!
2003-08-04 Chris LattnerAllow instructions to have a DAG pattern associated...
2003-08-04 Chris LattnerRename register classes to be upper case to make it...
2003-08-04 Chris LattnerParse DAG patterns
next