oota-llvm.git
2006-05-23 Evan ChengAdded option -enable-finite-only-fp-math. When on,...
2006-05-23 Rafael Espindolaimplement minimal versions of
2006-05-23 Chris LattnerDescribe how to add a custom test.
2006-05-23 Chris LattnerWrap long lines fix typo
2006-05-22 Evan ChengA isel deficiency.
2006-05-21 Reid SpencerFor PR784:
2006-05-21 Evan ChengBack out indirect branch load folding hack. It broke...
2006-05-21 Chris LattnerAdd a note
2006-05-20 Owen AndersonMake TargetData strings less redundant.
2006-05-20 Chris LattnerSilence a bogus gcc warning
2006-05-20 Chris LattnerFix a parsing bug that caused 7 llvm-test regressions...
2006-05-20 Evan Cheng- Use of load's chain result should be redirected to...
2006-05-20 Evan ChengA new entry
2006-05-20 Evan ChengMissing break statements.
2006-05-20 Evan ChengRemove unused patterns.
2006-05-20 Evan ChengHandle indirect call which folds a load manually. This...
2006-05-20 Owen AndersonSparc is big-endian.
2006-05-20 Owen AndersonMake all of the TargetMachine subclasses use the new...
2006-05-19 Chris Lattnernew testcase for csretcc
2006-05-19 Chris LattnerPrint csretcc calls like this:
2006-05-19 Chris LattnerFix misencoding of calling conventions
2006-05-19 Chris Lattnerpretty print csretcc for calls
2006-05-19 Chris LattnerCSRet allows varargs
2006-05-19 Chris LattnerAsmprint csret nicely
2006-05-19 Chris LattnerRegenerate
2006-05-19 Chris LattnerAdd support for parsing csret
2006-05-19 Chris Lattnercsret functions can be varargs (as can target cc's...
2006-05-19 Chris LattnerAdd new calling convention, as documented in LangRef...
2006-05-19 Chris LattnerNew calling convention I will be adding shortly.
2006-05-19 Chris LattnerAdd a note
2006-05-19 Chris LattnerAdd a note
2006-05-19 Chris LattnerSplit the SSE readme items out into their own README.
2006-05-19 Chris LattnerSplit FP-stack notes out of the main readme. Next...
2006-05-19 Chris LattnerMove a target-independent note out of the X86 readme.
2006-05-19 Chris LattnerParticularly ugly code.
2006-05-19 Chris Lattnernew testcase
2006-05-19 Reid SpencerFix a doxygen problem and break lines at 80 columns
2006-05-19 Reid SpencerFix some doxygen usage in these headers.
2006-05-19 Evan ChengThese can be transformed into lea as well. Not that...
2006-05-19 Evan Cheng- Use exact-width integer types, e.g. int32_t, to avoid...
2006-05-19 Chris LattnerUse class tags instead of struct tags. The coding...
2006-05-19 Evan ChengExplicitly specify MOV32mi can only be used store 32...
2006-05-19 Evan ChengNow that iPTR is a fully resolved type. We end up losin...
2006-05-18 Rafael Espindolaimplement movri
2006-05-18 Evan ChengAdded a Flags field to TargetOperandInfo. Currently...
2006-05-18 Evan Chenglib/Target/Target.td
2006-05-18 Reid SpencerImprove error output. Use the third parameter of the...
2006-05-18 Chris Lattneradd a note
2006-05-18 Chris Lattneradd a note
2006-05-18 Andrew LenharthFix a bogus gcc warning
2006-05-18 Evan ChengImmMask should be 3 for a two-bit field; Compact X86II
2006-05-18 Owen AndersonFix some think-o's in my last commit. Thanks to Chris...
2006-05-18 Owen AndersonChange Module to use TargetData-compatible strings...
2006-05-18 Evan ChenggetCalleeSaveRegs and getCalleeSaveRegClasses are no...
2006-05-18 Evan ChengRemove CalleeSavedRegisters from class Target.
2006-05-18 Evan ChengDon't generate getCalleeSaveReg and getCalleeSaveRegCla...
2006-05-17 Chris LattnerThis test is buggy: printf is a varargs function. ...
2006-05-17 Reid SpencerMake some changes suggested by Chris:
2006-05-17 Owen AndersonFix a stupid bug when parsing TargetData strings.
2006-05-17 Chris LattnerUse DIRS here instead of PARALLEL_DIRS, as VMCore has...
2006-05-17 Evan ChengUse generic iPTR instead i32 to represent pointer type.
2006-05-17 Evan ChengAnother entry
2006-05-17 Reid SpencerRemove the llvm-db and bugpoint restrictions from the...
2006-05-17 Evan ChengRemove PointerType from class Target
2006-05-17 Chris LattnerDeclare that lowerinvoke doesn't interact with other...
2006-05-17 Evan ChengTypo
2006-05-17 Chris LattnerFix the result of the call to use a correct vbitconvert...
2006-05-17 Chris LattnerCorrect a previous patch which broke CodeGen/PowerPC...
2006-05-17 Evan ChengRemove PointerType from target definition. Use abstract...
2006-05-17 Evan ChengPR736 has already been fixed. Remove XFAIL marker.
2006-05-17 Evan ChengNew test case for vector type argument pass by value.
2006-05-17 Andrew LenharthFix call_adj.ll
2006-05-17 Andrew LenharthAdded sanity check for obviously bogus immediates
2006-05-17 Andrew LenharthAdded regression that breaks gcc4 build
2006-05-17 Evan ChengShould pass by reference.
2006-05-17 Evan ChengAnother entry
2006-05-17 Chris LattnerAdd a note about a note
2006-05-17 Chris LattnerMake PPC call lowering more aggressive, making the...
2006-05-17 Evan ChengAnother typo. Pointed out by Nate Begeman.
2006-05-17 Evan ChengFixed a LowerCallTo and LowerArguments bug. They were...
2006-05-17 Evan ChengFix an obvious bug in getPackedTypeBreakdown. Return...
2006-05-17 Evan ChengFix a mis-leading comment.
2006-05-17 Chris LattnerAdd a CloneModule call that exposes the mapping of...
2006-05-17 Chris LattnerWhen we legalize target nodes, do not use getNode to...
2006-05-17 Chris LattnerAdd an assertion, avoid some unneeded work for each...
2006-05-17 Chris LattnerSwitch PPC over to a call-selection model where the...
2006-05-17 Chris Lattneradd an external symbol testcase
2006-05-17 Chris Lattnernew test for various forms of calls
2006-05-17 Chris Lattnertest for support to pass/return vectors to calls.
2006-05-17 Chris Lattner3 changes, 2 of which are cleanup one of which changes...
2006-05-16 Chris Lattnerimplement passing/returning vector regs to calls, at...
2006-05-16 Chris LattnerAdd support for calls that pass and return legal vectors.
2006-05-16 Chris LattnerInstead of implementing LowerCallTo directly, let the...
2006-05-16 Chris LattnerAdd a new ISD::CALL node, make the default impl of...
2006-05-16 Chris LattnerAdd a new CALL node.
2006-05-16 Chris LattnerThere is now a default impl of this method
2006-05-16 Chris LattnerSimplify the argument counting logic by only incrementi...
2006-05-16 Chris LattnerSimplify the dead argument handling code.
2006-05-16 Chris LattnerVector args passed in registers don't reserve stack...
2006-05-16 Chris LattnerAnother testcase that shouldn't need vrsave twiddling
next