Fixed another assert exposed by fuzzing. The utility function getRegisterEnum()
[oota-llvm.git] / lib / VMCore /
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...
2010-03-25 Gabor Greifrename pred_const_iterator to const_pred_iterator for...
2010-03-25 Gabor Greifrename use_const_iterator to const_use_iterator for...
2010-03-25 Devang PatelInclude isFunctionLocal while calculating folding node...
2010-03-25 Devang PatelInclude isFunctionLocal while calculating folding node...
2010-03-25 Eric ChristopherReapply r99451 with a fix to move the NoInline check...
2010-03-24 Eric ChristopherTemporarily revert this, it's causing an issue with...
2010-03-24 Gabor GreifFinally land the InvokeInst operand reordering.
2010-03-23 Chris Lattneradd some accessors to callsite/callinst/invokeinst...
2010-03-23 Chris Lattnerfix an infinite loop in Module::getEndianness, PR6684
2010-03-23 Gabor Greifadd assert in argpromotion, which cannot trigger
2010-03-23 Gabor Greifword-o
2010-03-22 Chris LattnerChange intrinsic result type for void to store it as...
2010-03-22 Gabor Greifbacking out r99170 because it still fails on clang...
2010-03-22 Gabor GreifNow that hopefully all direct accesses to InvokeInst...
2010-03-22 Jeffrey YasskinFree all Constants in ~LLVMConstantImpl. We avoid...
2010-03-21 Jeffrey YasskinRe-add the Metadata.h include to LLVMContextImpl.h...
2010-03-21 Jeffrey YasskinMove the LLVMContextImpl implementation into a .cpp...
2010-03-21 Jeffrey YasskinMemoize InlineAsms into the LLVMContext and delete...
2010-03-19 Devang Patelcall void @llvm.dbg.declare(metadata !{i32* null},...
2010-03-19 Gabor Greifback out r98957, it broke smooshlab.apple.com:8010...
2010-03-19 Gabor GreifRecommit r80858 again (which has been backed out in...
2010-03-16 Chris Lattneradd asmprinter suport for unions, fixing Feature/unions...
2010-03-14 Chris Lattnerfix some pointless layering violations.
2010-03-13 Jeffrey YasskinAllow types that have been forwarded to to be freed.
2010-03-13 Jeffrey YasskinDelete MDNodes when LLVMContext is destroyed. Previous...
2010-03-10 Benjamin KramerRemove duplicated code. No functionality change.
2010-03-07 Jeffrey YasskinRoll back r97918 again. Just configuring against llvm...
2010-03-07 Jeffrey YasskinReapply r97788 to free MDNodes when the LLVMContext...
2010-03-06 Nick LewyckyAdd verification of union types.
2010-03-05 Jeffrey YasskinRevert r97788 because it broke test/FrontendC/2010...
2010-03-05 Jeffrey YasskinFree MDNodes when the LLVMContext is destroyed. Leak...
2010-03-04 Jeffrey YasskinStop leaking MDStrings.
2010-03-04 Erick TryzelaarRewrite makefiles to explicitly reference DESTDIR to...
2010-03-04 Nick LewyckyMake the 'icmp pred trunc(ext(X)), CST --> icmp pred...
2010-03-03 Chris Lattnerfix incorrect folding of icmp with undef, PR6481.
2010-03-02 Erick TryzelaarAdd Module functions in place of module providers.
2010-03-02 Erick TryzelaarRename LLVMUseIteratorRef to LLVMUseRef since we don...
2010-03-02 Duncan SandsRather than passing "false" for InsertBefore, AddressSp...
2010-03-02 Erick TryzelaarFix looking up MD names to not need a module.
2010-03-01 Dan GohmanDon't print "Modified" for passes which haven't modifie...
2010-02-28 Erick TryzelaarAdd support for global variables in an address space...
2010-02-28 Erick TryzelaarAdd indirect br support to llvm-c and ocaml.
2010-02-28 Erick TryzelaarAdd metadata functions to llvm-c and ocaml.
2010-02-28 Erick TryzelaarAdd the new builder arthmetic instructions to llvm...
2010-02-28 Erick TryzelaarAdd the new union arthmetic instructions to llvm-c...
2010-02-28 Erick TryzelaarAdd generic binary op and cast builder functions.
2010-02-26 Dale JohannesenAdd type printing for Metadata pseudo.
2010-02-25 Dan GohmanTeach the constant folder about union types.
2010-02-25 Dan GohmanRemove code which assumes it knows how vectors are...
2010-02-25 Nick LewyckyDump the presence of attached metadata even if we don...
2010-02-22 Dan GohmanCanonicalize ConstantInts to the right operand of commu...
2010-02-22 Dan GohmanUse Instruction::isCommutative instead of duplicating it.
2010-02-18 TalinreplaceUsesOfWithOnConstant implementation for unions.
2010-02-18 Devang PatelDestroy MDNodes gracefully while deleting llvm context.
next