The accumulator tail recursion transform claims to work for any associative
[oota-llvm.git] / lib / VMCore /
2010-07-07 Chris Lattneruse PrintEscapedString to handle attribute section...
2010-07-06 Devang PatelAdd fixme.
2010-07-02 Dan GohmanIndirectBr is not safe to speculatively execute (!)
2010-07-01 Bill WendlingImplement the "linker_private_weak" linkage type. This...
2010-07-01 Gabor Greifreformulate CallSite::getCallee to adapt to CallInst...
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-06-29 Gabor Greifuse ArgOperand API
2010-06-29 Gabor Greifencode operand initializations (at fixed index)
2010-06-28 Dan GohmanConstant fold x == undef to undef.
2010-06-28 Dan GohmanFix Value::stripPointerCasts and BasicAA to avoid troub...
2010-06-23 Gabor Greifuse ArgOperand accessors
2010-06-23 Gabor Greifuse ArgOperand accessors
2010-06-23 Gabor Greifuse helper to neatly access arguments
2010-06-22 Gabor Greifuse high-level accessors
2010-06-22 Gabor Greifwarmup ritual: use high-level argument accessors
2010-06-22 Devang PatelUse single interface, using twine, to get named metadata.
2010-06-21 Dan GohmanUse A.append(...) instead of A.insert(A.end(), ......
2010-06-21 Dan GohmanMove several non-performance-critical member functinos...
2010-06-19 Bob WilsonTidy.
2010-06-16 Devang PatelUse separate named MDNode to hold each function's local...
2010-06-12 Chris Lattnerimprove verifier error about unterminated block to...
2010-06-07 Bill WendlingAnother place where the code wanted to access the argum...
2010-06-05 Dan GohmangetFoldedOffsetOf no longer does anything special with...
2010-05-28 Dan GohmanSplit the logic behind CastInst::isNoopCast into a...
2010-05-28 Dan GohmanEliminate the restriction that the array size in an...
2010-05-27 Dan GohmanAdd basic error checking to MemoryBuffer::getSTDIN.
2010-05-16 Anton KorobeynikovAdd support for thiscall calling convention.
2010-05-13 Evan ChengAdding a v8i64 512-bit vector type. This will be used...
2010-05-11 Dan GohmanRevert r103493, materializing functions in the regular...
2010-05-11 Dan GohmanTeach the regular pass manager how to materialize funct...
2010-05-10 Chris Lattnersimplify more.
2010-05-10 Chris LattnerSimplify by using startswith instead of substr.
2010-05-10 Chris Lattnerfix PR7105 by enumerating MDNodes on all @llvm.foo
2010-05-10 David GreeneFix PR6875:
2010-05-07 Dan GohmanMinimally fix this code to not abort on mdnodes with...
2010-05-04 Duncan SandsFix a problem exposed by my previous commit and noticed...
2010-05-04 Duncan SandsFix a variant of PR6112 found by thinking about it...
2010-05-03 Dan GohmanRemove the API compatibility layer which converted...
2010-05-03 Nick LewyckyFix function prototype mismatch in LLVMUnionType()...
2010-04-29 Duncan SandsVerify metadata harder. In particular, check that...
2010-04-28 Chris Lattnerfix PR6112 - When globalopt (or any other pass) does...
2010-04-20 Eric ChristopherRemove the palignr intrinsics now that we lower them...
2010-04-19 Dan GohmanFix -Wcast-qual warnings.
2010-04-16 Eric ChristopherRevert 101465, it broke internal OpenGL testing.
2010-04-16 Gabor Greifreapply r101434
2010-04-16 Eric ChristopherSilence an unused variable warning.
2010-04-16 Gabor Greifback out r101423 and r101397, they break llvm-gcc self...
2010-04-15 Gabor Greifreapply r101364, which has been backed out in r101368
2010-04-15 Dan GohmanFix a bunch of namespace polution.
2010-04-15 Dan GohmanFix namespace polution.
2010-04-15 Gabor Greifback out r101364, as it trips the linux nightlybot...
2010-04-15 Gabor Greifrotate CallInst operands, i.e. move callee to the back
2010-04-14 Dan GohmanMove a bunch of methods from CallSite to CallSiteBase...
2010-04-14 Nick LewyckyEnable RTTI again. While this works fine for LLVM,...
2010-04-14 Nick LewyckyTurn off RTTI for VMCore. Yay!
2010-04-14 Nick LewyckyFix 80 column ruler.
2010-04-13 Daniel DunbarVMCore: Add Type::getIntN[Ptr]Ty, which are the obvious...
2010-04-12 Dan GohmanSimplify this code.
2010-04-10 Chris Lattneradd attributes and module level asm to the ocaml bindings,
2010-04-09 Dan GohmanFix a typo and some indentation.
2010-04-08 Dan GohmanPrint empty structs as {} rather than { }.
2010-04-08 Dan GohmanFix a comment.
2010-04-08 Benjamin KramerUse twines to simplify calls to report_fatal_error...
2010-04-07 Chris Lattnerintroduce a new recoverable error handling API to LLVMC...
2010-04-07 Dan GohmanSay bitcast instead of bitconvert.
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-04-07 Chris Lattnerminor tidying up
2010-04-06 Owen AndersonUse a ManagedCleanup to prevent leaking the PassRegistr...
2010-04-06 Chris Lattnergive LLVMContext an inline asm diagnostic hook member.
2010-04-04 Mon P WangReapply address space patch after fixing an issue in...
2010-04-02 David GreeneOk, third time's the charm. No changes from last time...
2010-04-02 Dale JohannesenSkip debug info when looking for existing EH calls...
2010-04-02 Chris Lattnerrename NewDebugLoc -> DebugLoc, prune #includes in...
2010-04-02 Evan ChengRevert 100204. It broke a bunch of tests and apparently...
2010-04-02 David GreeneLet's try this again. Re-apply 100143 including an...
2010-04-02 Mon P WangRevert r100191 since it breaks objc in clang
2010-04-02 Mon P WangReapply address space patch after fixing an issue in...
2010-04-01 Eric ChristopherRevert r100143.
2010-04-01 David GreeneAdd some switches helpful for debugging:
2010-04-01 Gabor GreifIntroduce ImmutableCallSite, useful for contexts where...
2010-04-01 Chris Lattnerswitch IRBuilder to use NewDebugLoc for locations instead
2010-04-01 Chris LattnerSwitch the representation of the location in instructio...
2010-04-01 Chris Lattnerfix a bug in DebugRecVH::deleted/allUsesReplacedWith...
2010-04-01 Chris Lattneradd a method to decode a DILocation into a NewDebugLoc.
2010-04-01 Chris Lattnerupdate cmakefile.
2010-04-01 Chris LattnerAdd a new "NewDebugLoc" class which will eventually...
2010-03-31 Benjamin KramerBump SmallString size a bit to avoid malloc trashing.
2010-03-31 Chris Lattnermake irbuilder use the new optimized debug info accessors.
2010-03-31 Chris Lattneradd new apis for getting/setting !dbg metadata on
2010-03-30 Chris LattnerFix a major source of compile-time slowness at -O0...
2010-03-30 Bob WilsonRevert Mon Ping's change 99928, since it broke all...
2010-03-30 Mon P WangAdded support for address spaces and added a isVolatile...
2010-03-30 Chris Lattnermove some method definitions to files that make sense.
2010-03-30 Eric ChristopherRemove the pmulld intrinsic and autoupdate it as a...
2010-03-30 Chris Lattnerreapply my timer rewrite with a change for PassManager...
2010-03-30 Chris Lattnerrevert r99862 which is causing FNT failures.
2010-03-30 Chris Lattnerfairly major rewrite of various timing related stuff.
2010-03-29 Chris Lattneradd support for zero initialized unions, patch by Tim...
2010-03-28 Jeffrey YasskinOops, r98447 dropped the reference to ForwardType in...
next