Turn altivec lvx/stvx intrinsics into loads and stores. This allows the
[oota-llvm.git] / lib / VMCore /
2006-04-02 Chris LattnerConstant fold casts from things like <4 x int> -> ...
2006-03-31 Chris Lattnerconstant fold extractelement with undef operands.
2006-03-31 Jeff CohenFix build breakage.
2006-03-31 Chris LattnerAdd a new method to verify intrinsic function prototypes.
2006-03-26 Jim LaskeyBullet proof against undefined args produced by upgradi...
2006-03-26 Chris LattnerUpdate dependencies to reflect split of the Intrinsics...
2006-03-25 Chris LattnerTeach BinaryOperator::createNot to work with packed...
2006-03-25 Jim LaskeyCast instruction not inserted into basic block.
2006-03-25 Chris LattnerImplement Intrinsic::getName
2006-03-24 Jim LaskeyFix indent.
2006-03-24 Jim LaskeyClean up some commentary.
2006-03-23 Jim LaskeyAdd some more bulletproofing to auto upgrade of llvm...
2006-03-23 Jim LaskeySimplify handling of llvm.dbg intrinsic operands to...
2006-03-23 Jim LaskeyChange the argument types of llvm.dbg intrinsics.
2006-03-17 Reid SpencerFix use of LEVEL.
2006-03-17 Reid SpencerTwo fixes:
2006-03-14 Chris LattnerBugfix, unbreaking CodeGen/PowerPC/cttz.ll
2006-03-14 Chris LattnerFix an et-forest memory leak. Patch by Daniel Berlin.
2006-03-14 Jim Laskey1. Handle removal of all arguments for a morphed intrinsic.
2006-03-13 Reid SpencerBring makefile back into compliance with standard by...
2006-03-13 Jim LaskeyHandle the removal of the debug chain.
2006-03-11 Evan ChengDoh!
2006-03-10 Evan ChengAdded a parameter to control whether Constant::getStrin...
2006-03-09 Chris LattnerUse the autogenerated intrinsic verifier
2006-03-09 Chris LattnerUse the function name matcher autogenerated from the...
2006-03-09 Chris LattnerThis rule also depends on tblgen
2006-03-09 Chris Lattnerremove dbg_declare, it's not used yet.
2006-03-09 Chris Lattnersilly case insensitive file systems...
2006-03-09 Chris LattnerBuild intrinsics.gen from intrinsics.td
2006-03-09 Chris Lattnerautoupgrade memcpy/memmove/memset with signed counts.
2006-03-08 Chris Lattneradd a new helper method.
2006-03-08 Jim LaskeyGet rid of the multiple copies of getStringValue. ...
2006-03-03 Chris LattnerUnbreak autouprade of llvm.sqrt, simplify some code.
2006-03-03 Chris Lattnerremove the read/write port/io intrinsics.
2006-03-02 Chris LattnerSplit memcpy/memset/memmove intrinsics into i32/i64...
2006-03-01 Evan ChengBack out my last check-in. Wrong place to fix it.
2006-03-01 Evan ChengAsmWriter should not print LLVM constant in comment...
2006-02-27 Jim LaskeyPretty print large struct constants.
2006-02-26 Jim LaskeyReverting. Didn't realize some developers were embeddin...
2006-02-25 Jim LaskeyFormat large struct constants for readability.
2006-02-23 Chris LattnerParse the %*# constraint modifiers
2006-02-20 Evan ChengAdded x86 integer vector types: 64-bit packed byte...
2006-02-13 Chris LattnerAnother work around for the 'symbols with different...
2006-02-02 Chris Lattnervalidate matching constraints and remember when we...
2006-02-01 Jeff CohenFix VC++ compilation error.
2006-02-01 Chris LattnerBeef up the interface to inline asm constraint parsing...
2006-01-27 Reid SpencerFix auto-upgrade of intrinsics to work properly with...
2006-01-26 Chris Lattneradd method for constraint parsing
2006-01-26 Chris Lattnerparse and verify the constraint string.
2006-01-26 Chris LattnerMake sure the only user of InlineAsm's are direct calls.
2006-01-25 Chris LattnerPrint InlineAsm objects
2006-01-25 Chris LattnerChange inline asms to be uniqued like constants, not...
2006-01-24 Chris LattnerInitial checkin of the InlineAsm class
2006-01-24 Chris LattnerPretty print file-scope asm blocks.
2006-01-24 Chris Lattnersyntax change
2006-01-23 Chris LattnerPrint out inline asm strings
2006-01-23 Reid SpencerFor PR411:
2006-01-23 Chris LattnerSpeedup and simplify pass registration by the observati...
2006-01-20 Chris LattnerRemove dead expression.
2006-01-20 Chris LattnerDon't use invalidated use_iterator's. This fixes a...
2006-01-19 Reid SpencerDon't forget about casting the result of an upgraded...
2006-01-19 Reid SpencerMake get_suffix faster by using a switch on getTypeID...
2006-01-19 Reid SpencerDon't accept the ctpop, cttz, or ctlz intrinsics with...
2006-01-19 Reid SpencerAdd a new interface function to AutoUpgrade for simulta...
2006-01-17 Robert BocchinoVMCore support for the insertelement operation.
2006-01-16 Reid SpencerFor PR411:
2006-01-16 Reid SpencerFor PR411:
2006-01-15 Chris LattnerThanks to Daniel Berlin's ETForest fix, we can now...
2006-01-15 Chris LattnerET-Forest has issues with unreachable blocks. Temporar...
2006-01-15 Chris Lattneradd a missing break that Reid noticed.
2006-01-14 Chris LattnerChange ET-Forest to automatically recalculate its DFSnu...
2006-01-14 Nate BegemanAdd bswap intrinsics as documented in the Language...
2006-01-13 Chris LattnerAdd recognition and verification of new llvm.stacksave...
2006-01-12 Chris LattnerPatch #10 from Saem:
2006-01-12 Chris LattnerConvert the verifier over to use ETForest instead of...
2006-01-11 Jeff CohenFix VC++ compilation error.
2006-01-11 Chris LattnerPatch #9 from Saem:
2006-01-11 Chris LattnerSimple is good. CVS is for revision control, not file...
2006-01-11 Chris LattnerSimple is good
2006-01-10 Robert BocchinoAdded constant folding support for the extractelement...
2006-01-10 Robert BocchinoAdded support for the extractelement operation.
2006-01-10 Reid SpencerFor PR411:
2006-01-09 Chris LattnerBugfix for etforest updating. Contributed by Daniel...
2006-01-08 Reid SpencerSaem Ghani's PassManager Patch #8:
2006-01-08 Chris LattnerInitial implementation of the ET-Forest data structure...
2006-01-07 Chris LattnerPatch #7 from Saem:
2006-01-05 Chris LattnerImplement a few symbolic constant folding things. ...
2006-01-05 Chris Lattnerfix some formatting problems
2006-01-04 Chris LattnerPatch #6's in Saem's refactor-the-passmanager patch...
2006-01-04 Chris LattnerSaem's patch #5 of the passmanager refactoring
2006-01-04 Chris Lattnerpatch #4 in Saem's passmanager refactoring.
2006-01-04 Chris Lattnerimplement constant folding of ==/!= on constant packed...
2006-01-04 Chris Lattnerimplement constant folding for the element-wise binary...
2006-01-04 Chris Lattnerdon't crash when trying to constant fold packed express...
2006-01-04 Chris LattnerFix an assertion to allow constant folding of packed...
2006-01-03 Chris Lattnersilence some warnings
2006-01-03 Chris LattnerFinally commit Saem's 'patch #3' to refactor the pass...
2005-12-30 Chris LattnerPatch #1 of Saem Ghani's Pass Manager refactoring....
2005-12-26 Duraid Madinamore HP-UX cleanliness
2005-12-22 Reid SpencerRevert previous patch. Additional tests fail.
next