Fixed LICM bug that hoists trapping instructions that are not guaranteed to execute.
[oota-llvm.git] / lib /
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 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 Chris LattnerFactor shared code
2003-08-05 Chris LattnerFix bug: SimplifyCFG/2003-08-05-InvokeCrash.ll
2003-08-05 Misha Brukman* Removed `using' declaration, now use full namespace...
2003-08-05 Chris LattnerImplement TODO: print out short form of Invoke if possible
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 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 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 LattnerThere is nothing special about noops anymore
2003-08-04 Chris LattnerThere is nothing special about noops now
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 LattnerFix Bug: test/Regression/Jello/2003-08-03-CallArgLiveRa...
2003-08-04 Chris LattnerSimplify some constant expressions
2003-08-03 Chris LattnerRemove illegal, unsupported escapes. This fixes progra...
2003-08-03 Chris Lattner* Sort #includes, remove dupliates
2003-08-03 Chris LattnerSpecify custom name for registers to get the ()'s in...
2003-08-03 Chris LattnerAllow specifying custom names for registers
2003-08-03 Chris LattnerStart using tablegen'd instruction enum list
2003-08-03 Chris LattnerResort tables
2003-08-03 Chris LattnerLump the base opcode in with the X86 TargetSpecific...
2003-08-03 Chris Lattner* Start using tablegen'd instruction descriptions
2003-08-03 Chris LattnerStart using tablegenerated instruction descriptions
2003-08-03 Chris LattnerAdd new TableGen instruction definitions
2003-08-03 Chris LattnerRemove the old .def file, it is now obsolete
2003-08-03 Chris LattnerRearrange fields yet again: Don't instantiate these...
2003-08-03 Chris LattnerSimplify code, eliminating the need for the X86 isVoid...
2003-08-03 Chris LattnerSet debug types
2003-08-03 Chris LattnerSet debug types
2003-08-03 Chris LattnerRemove using decl
2003-08-03 Chris LattnerAdd Target class for X86 target
2003-08-03 Chris LattnerThe RegisterInfo class is obsolete
2003-08-03 Chris LattnerRemove the RegisterInfo class in favor of a general...
2003-08-03 Chris LattnerTell CVS to ignore all .inc files
2003-08-03 Chris LattnerSwitch over to tablegen generated header files
2003-08-03 Chris LattnerSwitch over to TableGen generated register file description
2003-08-03 Chris LattnerInitial checkin of X86.td file
2003-08-03 Chris LattnerInitial checkin of X86 Register File description
2003-08-03 Chris LattnerFix typeos in comments
2003-08-03 Chris LattnerMake it easier to debug by exposing a temporary
2003-08-03 Chris LattnerWrap at 80 columns
2003-08-01 Chris LattnerRename fields
2003-08-01 Chris LattnerMove DEBUG to Debug.h
2003-08-01 Chris LattnerDEBUG got moved to Debug.h
2003-08-01 Chris LattnerMove debug functionality to Debug.cpp/Debug.h
2003-08-01 Chris LattnerDescribe the value name
2003-08-01 Chris LattnerDEBUG got moved to Support/Debug.h
2003-08-01 Chris LattnerDEBUG got moved to Debug.h
2003-08-01 Chris LattnerCheck in the implementation of the FileUtilities!
2003-08-01 Chris LattnerRemove makefile complexity by always running tablegen...
2003-08-01 Chris LattnerUse the C++, more portable, deleter
2003-08-01 Chris LattnerMove #include from a header to here
2003-08-01 Vikram S. AdveAdd all arithmetic operators to ConstantExprToString().
2003-08-01 Vikram S. Adve*Both* operands of divide need sign-extension before...
2003-08-01 Vikram S. AdvePut back the separate pass to decompose multi-dimension...
2003-08-01 Chris Lattnerencode size information into each ValueType
2003-08-01 Chris LattnerThis method is long dead
2003-07-31 Chris LattnerFix the JIT in the Nightly tester. This was not a...
2003-07-31 Chris LattnerTrivial cleanups: no need to include header twice....
2003-07-31 Chris LattnerRemove more obsolete comments
2003-07-31 Misha BrukmanChanged pointer to the JIT code to its current location...
2003-07-31 Chris LattnerUnbreak the CBE output
2003-07-31 Brian GaekeI think local symbols in X86 GAS have to start with...
2003-07-31 John CriswellModified the code so that it generates (0) for setjmp...
2003-07-31 Tanya Lattner*** empty log message ***
2003-07-31 Tanya LattnerAdded function to determine if an Instruction may trap.
2003-07-30 Chris LattnerAdd comments
2003-07-30 Chris LattnerWe no longer need to preprocess SparcV9.td before sendi...
2003-07-30 Chris LattnerFix a bug that brian reported
2003-07-30 Chris LattnerAdd support for "named positional arguments"
2003-07-30 Vikram S. AdveWhen emitting a constant, check for ConstantExpr before
2003-07-30 Chris LattnerConform to the new interface for describing target...
2003-07-30 Chris LattnerAdd all of the necessary classes to describe the conten...
2003-07-30 Chris LattnerOnly regenerate the .inc file if IT has changed, not...
2003-07-30 Chris LattnerUse target specific interface instead of forcing it...
2003-07-29 Chris LattnerNo this file is not actually Sparc.td :)
2003-07-29 Chris LattnerDo not use 'cpp' directly
2003-07-29 Chris LattnerAdd namespace specifier, add flags used by the X86 BE
2003-07-29 Misha Brukman* Cleaned up and corrected comments wrt instruction...
2003-07-29 Misha BrukmanMake emitFarCall() public, and add a few comments to...
2003-07-29 Vikram S. AdveUnify all constant evaluations that depend on register...
2003-07-29 Vikram S. AdveRename 'dump-asm' to 'dump-input' and really print...
2003-07-29 Vikram S. AdveBug fix: don't unnecessarily pretty-print control-chara...
next