oota-llvm.git
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
2003-08-04 Chris Lattneradd support for DagInit initializers, which represent...
2003-08-04 Chris LattnerNew testcase
2003-08-04 Chris LattnerUpdate file header comment
2003-08-04 Chris LattnerUrg, do not print "foo has changed" messages
2003-08-04 Chris LattnerWhile I'm looking at it, line up the SED lines
2003-08-04 Chris Lattner* Don't print out HOW we are running Flex unless in...
2003-08-04 Misha BrukmanDo not attempt to reduce a test case if it is an empty...
2003-08-04 John CriswellAdded code that ensures that we don't try to reduce...
2003-08-04 Chris LattnerThere is nothing special about noops anymore
2003-08-04 Chris LattnerThere is nothing special about noops now
2003-08-04 Chris LattnerTransition complete, remove the obsolete 'set' keyword
2003-08-04 Chris LattnerTransition to using 'let X = y' instead of 'set X ...
2003-08-04 Chris Lattnertransition to using let instead of set
2003-08-04 Chris LattnerTransition to using let instead of set
2003-08-04 Chris LattnerStart transitioning towards using 'let X = y in' statem...
2003-08-04 Chris LattnerIt appears that somehow we forgot to add support for...
2003-08-04 Chris LattnerNew testcase
2003-08-04 Chris LattnerAdd initial support for a new 'dag' type
2003-08-04 Chris LattnerFix Bug: test/Regression/Jello/2003-08-03-CallArgLiveRa...
2003-08-04 Chris LattnerNew testcase
2003-08-04 Chris LattnerSimplify some constant expressions
2003-08-04 Chris LattnerMake sure to flush the output stream so that we get...
2003-08-04 Chris LattnerPrint accurate run instructions for when testing LLC
2003-08-03 Chris LattnerRemove illegal, unsupported escapes. This fixes progra...
next