summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* Have the OutputBuffer take the is64Bit and isLittleEndian booleans.Bill Wendling2007-01-18
* add new JumpTableSpecialLabelPrefix hook to asmprinter for jumptable emission.Chris Lattner2007-01-18
* Changed to use the OutputBuffer instead of the methods in MachO and ELFBill Wendling2007-01-17
* Revert patch.Bill Wendling2007-01-17
* Use the methods in the TargetObjInfo object instead of internal methods.Bill Wendling2007-01-17
* Fix PR1114 and CodeGen/Generic/2007-01-15-LoadSelectCycle.ll by beingChris Lattner2007-01-16
* add options to view the dags before the first or second pass of dag combine.Chris Lattner2007-01-16
* Fix for PR1095:Bill Wendling2007-01-16
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-15
* eliminate calls to Type::isInteger, preferring isIntegral instead.Chris Lattner2007-01-15
* Compensate for loss of DerivedTypes.h in TargetLowering.hReid Spencer2007-01-12
* Move a function out of line.Reid Spencer2007-01-12
* Minor fix.Evan Cheng2007-01-12
* Simplify codeChris Lattner2007-01-12
* For PR1064:Reid Spencer2007-01-12
* Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer2007-01-12
* Store default libgcc routine names and allow them to be redefined by target.Evan Cheng2007-01-12
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-11
* For PR1043:Zhou Sheng2007-01-11
* Naming consistency.Evan Cheng2007-01-08
* Fix for PR1075: bottom-up register-reduction scheduling actually increases re...Evan Cheng2007-01-08
* Implement some trivial FP foldings when -enable-unsafe-fp-math is specified.Chris Lattner2007-01-08
* Need to handle static declarations properly.Jim Laskey2007-01-08
* llvm 2.0 doesn't support llvm.isunordered.*Chris Lattner2007-01-07
* remove support for llvm.isunorderedChris Lattner2007-01-07
* Change the interface to Module::getOrInsertFunction to be easier to use,to re...Chris Lattner2007-01-07
* Expand fcopysign to the bitwise sequence if select is marked as expensive.Evan Cheng2007-01-05
* Bug in ExpandFCOPYSIGNToBitwiseOps(). Clear the old sign bit of operand 0Evan Cheng2007-01-05
* CopyToReg source operand can be a register as well. e.g. Copy from GlobalBase...Evan Cheng2007-01-05
* GEP subscript is interpreted as a signed value.Evan Cheng2007-01-05
* fix PowerPC/2007-01-04-ArgExtension.ll, a bug handling K&R prototypes withChris Lattner2007-01-04
* Expand fcopysign to a series of bitwise of operations when it's profitable toEvan Cheng2007-01-04
* Legalizer doesn't do an ANY_EXTEND if we don't ask for one so make sureReid Spencer2007-01-03
* NULL names should pass validation.Jim Laskey2007-01-03
* Silence warning.Jim Laskey2007-01-03
* Restore previous behavior of defaulting to ZEXT. This works around twoReid Spencer2007-01-03
* Two changes:Reid Spencer2007-01-03
* Clean up from recent changes. Comment the new parameter to ExpandLibCall.Reid Spencer2007-01-03
* - Fixing naming inconsistency: calleesave -> calleesaved.Evan Cheng2007-01-02
* For PR950:Reid Spencer2006-12-31
* For PR950:Reid Spencer2006-12-23
* Need to walk the derived chain of typedefs to get actual size.Jim Laskey2006-12-22
* Debug dump error.Evan Cheng2006-12-22
* Just print integer constants as signed values. The actual signednessReid Spencer2006-12-21
* Simplify all the casting business and get rid of isSigned().Reid Spencer2006-12-21
* getLoad() and getStore() calls missed SVOffset operand. Thanks to Dan GohmanEvan Cheng2006-12-20
* Eliminate static ctors from StatisticsChris Lattner2006-12-19
* Fix for PR1059: http://llvm.org/PR1059Anton Korobeynikov2006-12-19
* May need to promote the operand (either sign_extend_inreg or and) beforeEvan Cheng2006-12-19
* LegalizeSetCCOperands() may end up inserting libcalls. They need to beEvan Cheng2006-12-18