Print csretcc calls like this:
[oota-llvm.git] / lib / VMCore /
2006-05-19 Chris LattnerPrint csretcc calls like this:
2006-05-19 Chris Lattnerpretty print csretcc for calls
2006-05-19 Chris LattnerAsmprint csret nicely
2006-05-19 Chris Lattnercsret functions can be varargs (as can target cc's...
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-14 Chris Lattnerinverted logic, caught by coverity
2006-05-14 Chris Lattnerremove dead var
2006-05-10 Chris LattnerAdd an assertion for a common error
2006-05-03 Chris LattnerAdd assertions that verify that the actual arguments...
2006-04-21 Chris LattnerRemove a hack required by V9.
2006-04-14 Chris LattnerMove these ctors out of line
2006-04-14 Reid SpencerDon't print out the install command for Intrinsics...
2006-04-12 Reid SpencerDon't emit useless warning messages.
2006-04-08 Chris LattnerAdd constant replacement for insertelement/vectorshuffl...
2006-04-08 Chris LattnerUse the isValidOperands helper instead of duplicating...
2006-04-08 Chris LattnerAdd methods to check insertelement/extractelement instr...
2006-04-08 Chris LattnerAdd shufflevector support, todo, implement better const...
2006-04-07 Chris LattnerConstant fold extractelement(zero, x) -> zero
2006-04-06 Andrew LenharthMove this to lib/Analysis.
2006-04-02 Chris Lattnervector casts never reinterpret bits
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
next