Prefer to use ocamlc.opt to ocamlc and soforth.
[oota-llvm.git] / lib / VMCore /
2008-03-05 Devang PatelCheck struct return type first.
2008-03-04 Devang PatelPrint types for all ret operands.
2008-03-04 Devang PatelRevert SmallVector ctor variants.
2008-03-04 Devang PatelAdd FunctionType ctor variant that takes SmallVector...
2008-03-03 Devang Patels/isReturnStruct()/hasStructRetAttr()/g
2008-03-03 Devang PatelIf a function uses multive values in ret instruction...
2008-03-02 Chris LattnerAdd a new ShuffleVectorInst::getMaskValue method.
2008-03-02 Nick LewyckyAdd an unwind_to field to basic blocks, making them...
2008-03-01 Nick LewyckyPrint the name, not a pointer.
2008-03-01 Chris LattnerFix PR2113 by verifying allocations.
2008-02-29 Dan GohmanUse the new convertFromAPInt instead of convertFromZero...
2008-02-27 Devang PatelRemove dead code.
2008-02-27 Devang PatelAdd comment.
2008-02-26 Devang PatelAdd assert to check return type.
2008-02-26 Devang PatelRemove unncessary ReturnInst constructors.
2008-02-26 Devang PatelUse SmallVector while constructing ReturnInst.
2008-02-26 Devang PatelAvoid const_casts
2008-02-26 Devang PatelRemove unnecessary getOperand/setOperand overriders.
2008-02-26 Devang PatelUnify to ReturnInst::init() member functions.
2008-02-26 Devang PatelOptimize most common case by using single RetVal in...
2008-02-26 Devang PatelPass const vectors by reference.
2008-02-23 Devang Patelprint getresult operand and its type directly.
2008-02-23 Devang PatelUse dyn_cast instead of isa + cast.
2008-02-23 Devang PatelTo support multiple return values, now ret instruction...
2008-02-22 Dale JohannesenSplit ParameterAttributes.h, putting the complicated
2008-02-22 Dale JohannesenPass alignment on ByVal parameters, from FE, all
2008-02-22 Devang PatelPrint getresult instruction properly.
2008-02-22 Devang PatelPrint ret instruction that returns aggregates.
2008-02-21 Devang Patelprint getresult instruction.
2008-02-21 Devang PatelUse isa<> instead of getTypeID() to check StructType.
2008-02-21 Devang PatelLet invoke return aggregate value.
2008-02-21 Devang PatelLet function call return aggregate.
2008-02-20 Devang PatelWhat if functions can return aggregate values ?
2008-02-20 Devang Patelgetresult does not support nested aggregates.
2008-02-20 Devang PatelVerifier should use Assert1 instead of assert.
2008-02-20 Devang Patelgetresult type is the type of indexed aggregate element
2008-02-20 Devang PatelSpecify GetResultInst index as an unsigned.
2008-02-20 Devang PatelUse isValidOperands() to verify GetResultInst.
2008-02-20 Anton KorobeynikovFix newly-introduced 4.3 warnings
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-19 Dale JohannesenAdd Alignment field to ParameterAttributes and
2008-02-19 Devang PatelAdd GetResultInst. First step for multiple return value...
2008-02-19 Dale JohannesenExpand ParameterAttributes to 32 bits (in preparation
2008-02-19 Chris LattnerFix some minor issues folding undef, PR2052
2008-02-18 Duncan SandsSimplify caller updating using a CallSite, as
2008-02-18 Owen AndersonI got the predicate backwards in my last patch. The...
2008-02-18 Owen AndersonDuncan pointed out that we can fast fail here, because...
2008-02-17 Owen AndersonAdd a predicate to Argument to check for the StructRet...
2008-02-16 Duncan SandsSome micro-optimizations.
2008-02-15 Chris Lattnertargets that support quotes for mangled names still...
2008-02-09 Chris Lattnercheck that terminators only occur at the end of a block...
2008-02-07 Dan GohmanFix a typo in a comment.
2008-02-02 Devang PatelAdd comment explaining what is lower level analysis...
2008-02-02 Gordon HenriksenFixing a bug creating floating point constants of type...
2008-01-29 Dan GohmanFix 80-col violations.
2008-01-29 Dan GohmanAdd explicit keywords.
2008-01-28 Nick LewyckyHandle some more combinations of extend and icmp. Fixes...
2008-01-24 Chris LattnerAdd hasByValAttr() and hasNoAliasAttr() methods to...
2008-01-21 Duncan SandsIt turns out that in C++ it is legal to declare functions
2008-01-21 Duncan SandsCheck that sret is only used on pointers to types
2008-01-21 Duncan SandsBe consistent with other attribute methods, and
2008-01-15 Chris Lattnerimprove compatibility with mingw, patch by Alain Frisch
2008-01-15 Bill WendlingReformatted. It was confusing the other way. No functio...
2008-01-14 Duncan SandsSimplify CallInst::hasByValArgument using a new method.
2008-01-14 Duncan SandsI noticed that the trampoline straightening transformat...
2008-01-14 Evan ChengSimplify code.
2008-01-13 Duncan SandsAllow the byval attribute for pointers to any type...
2008-01-12 Evan ChengAdd hasByValArgument() to test if a call instruction...
2008-01-12 Duncan SandsBe more liberal in what parameter attributes are
2008-01-11 Duncan SandsDo not allow attributes beyond a function's last
2008-01-11 Evan ChengAllow parameter attributes on varargs function parameters.
2008-01-07 Duncan SandsSmall cleanup for handling of type/parameter attribute
2008-01-06 Duncan SandsThe transform that tries to turn calls to bitcast funct...
2008-01-06 Duncan SandsWhen transforming a call to a bitcast function into
2008-01-03 Gordon HenriksenTrying that again.
2008-01-03 Gordon HenriksenFix a compile error on Windows.
2008-01-03 Chris LattnerRemove the function attr cache for intrinsics. This...
2008-01-03 Chris LattnerDon't create a new ParamAttrsList (which copies the...
2008-01-03 Chris Lattnermove some code out of line, rearrange a bit.
2008-01-02 Chris LattnerSplit param attr implementation out from Function.cpp...
2008-01-02 Chris Lattnerremove blob of #if'd out code.
2008-01-02 Chris LattnerFix a build issue on cygwin
2008-01-01 Gordon HenriksenAdding C bindings for SwitchInst::addCase.
2007-12-30 Gordon HenriksenAdd some doxygen comments to llvm-c/Core.h.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-29 Chris Lattnerremove attribution from lib Makefiles.
2007-12-27 Gordon HenriksenAdding bindings for target triple and data layout.
2007-12-27 Gordon HenriksenSwitch the bindings to use LLVMFoldingBuilder.
2007-12-25 Gordon HenriksenNoting and enforcing that GC intrinsics are valid only...
2007-12-25 Gordon HenriksenAdjusting verification of "llvm.gc*" intrinsic prototyp...
2007-12-21 Duncan SandsGet the verifier to check attributes on calls as well
2007-12-19 Gordon HenriksenAdding bindings for memory buffers and module providers...
2007-12-19 Duncan SandsWhen inlining through an 'nounwind' call, mark inlined
2007-12-18 Chris Lattnerremove a dead annotation
2007-12-18 Duncan SandsRename isNoReturn to doesNotReturn, and isNoUnwind to
2007-12-18 Christopher LambDon't forget to print address space qualifiers when...
2007-12-18 Evan ChengRemove int_x86_sse2_movl_dq. It's replaced with a strin...
2007-12-17 Evan ChengBring back int_x86_sse2_movl_dq intrinsic for backward...
2007-12-17 Duncan SandsMake invokes of inline asm legal. Teach codegen
2007-12-17 Gordon HenriksenC and Ocaml bindings for address spaces, for that burge...
next