[asan] call __asan_init from .preinit_array. This simplifies __asan_init vs malloc...
[oota-llvm.git] / lib / VMCore /
2011-12-06 Benjamin KramerPush StringRefs through the metadata interface.
2011-12-05 Benjamin KramerAdd a little heuristic to Value::isUsedInBasicBlock...
2011-12-05 Nadav RotemAdd support for vectors of pointers.
2011-12-01 David BlaikieAdd some missing anchors.
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-27 Chris LattnerEli managed to kill off llvm.membarrier in llvm 3.0...
2011-11-27 Chris LattnerThe llvm.atomic intrinsics *were* removed in LLVM 3...
2011-11-27 Chris Lattnerremove autoupgrade support for old forms of llvm.prefet...
2011-11-27 Chris Lattnerremove autoupgrade support for really old-style debug...
2011-11-27 Chris Lattnerremove some old autoupgrade logic
2011-11-27 Chris Lattnerremove autoupgrade support for LLVM 2.9 exception stuff...
2011-11-24 Benjamin KramerDevirtualize Pass::getPassID, overriding it isn't usefu...
2011-11-21 Joe AbbeyFixing a comment
2011-11-16 Owen AndersonRename MVT::untyped to MVT::Untyped to match similar...
2011-11-15 Benjamin KramerRemove Value::getNameStr. It has been deprecated for...
2011-11-15 Benjamin KramerRemove all remaining uses of Value::getNameStr().
2011-11-14 Benjamin KramerFold ConstantVector::isAllOnesValue into Constant:...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-11-02 Benjamin KramerDon't print two 0x prefixes when printing an address.
2011-10-27 Peter CollingbourneAdd a pinned metadata name for fpaccuracy, and document it
2011-10-26 Mon P WangThe bitcode reader can create an shuffle with a place...
2011-10-20 Eli FriedmanRefactor code from inlining and globalopt that checks...
2011-10-17 Benjamin KramerUse a SmallVector for intrinsic argument types.
2011-10-17 Bill WendlingCorrect over-zealous removal of hack.
2011-10-17 Bill WendlingNow that we have the ReturnsTwice function attribute...
2011-10-17 Chandler CarruthAdd a routine to swap branch instruction operands,...
2011-10-16 Benjamin KramerLet printf do the formatting instead aligning strings...
2011-10-16 Chris LattnerMake SMDiagnostic a little more sane. Instead of passi...
2011-10-14 Chris Lattnerconstify array itself, don't iterate multiple times.
2011-10-14 Torok Edwinocaml bindings: add getopcode for constant and instruct...
2011-10-14 Torok Edwinbindings: tab and indentation fixes of my previous...
2011-10-11 Eric ChristopherSpacing.
2011-10-07 Matt Beaumont-GayMove default to top of switch
2011-10-06 Eli FriedmanRemove the old atomic instrinsics. autoupgrade functio...
2011-10-06 Matt Beaumont-GayFix -asserts build
2011-10-06 Torok EdwinDon't require C bindings opcode numbers to be kept...
2011-10-06 Torok Edwinocaml/C bindings: type->isSized()
2011-10-06 Torok Edwinadd binding to read icmp predicate
2011-10-06 Torok Edwinocaml/C bindings: getmdstring, add num_op, get_op shoul...
2011-10-06 Torok EdwinC/OCaml API to retrieve struct name.
2011-10-06 Peter CollingbourneBuild system infrastructure for multiple tblgens.
2011-10-05 Rafael EspindolaCheck for the returns_twice attribute in callsFunctionT...
2011-10-04 Ted KremenekUnbreak CMake build.
2011-10-04 Devang PatelPut GCOVFile and other related interface in a common...
2011-10-03 Devang PatelAdd C api for Instruction->eraseFromParent().
2011-10-03 Rafael EspindolaAdd the returns_twice attribute to LLVM.
2011-09-30 Andrew TrickTracing or debug-printing a newly formed instruction...
2011-09-30 Andrew Trickwhitespace
2011-09-29 Eli FriedmanClean up uses of switch instructions so they are not...
2011-09-29 Devang PatelCosmetic changes, as per Nick's review.
2011-09-27 Duncan SandsCheck that catch clauses have pointer type.
2011-09-27 Duncan SandsHave the verifier check that all landingpad operands...
2011-09-21 Bill WendlingThe last verification check for the new EH model.
2011-09-21 Richard TrieuChange:
2011-09-13 Devang PatelAdd a check to make sure schedulePass() has not deleted...
2011-09-06 Duncan SandsAdd codegen support for vector select (in the IR this...
2011-09-06 Duncan SandsSplit the init.trampoline intrinsic, which currently...
2011-09-04 Bill WendlingThe insertion point for the loads is right before the...
2011-09-03 Bill WendlingDon't reload the values that are already there. The...
2011-09-02 Bill WendlingNo need to get fancy inserting a PHI node when the...
2011-09-02 Jakub StaszakReturn undef value (instead of arbitrary) for wrong...
2011-09-02 Jakub StaszakConstantVector returns arbitrary value for the wrong...
2011-09-02 Bill WendlingPerform the upgrading of the old EH to the new EH in...
2011-09-01 Eli FriedmanMake isSafeToSpeculativelyExecute() return the right...
2011-08-29 Nadav RotemFixes following the CR by Chris and Duncan:
2011-08-29 Benjamin KramerDump with dbgs() instead of printf.
2011-08-29 Benjamin KramerMake GCC happy by adding parens.
2011-08-29 Andrew TrickReapply r138695. Fix PassManager stack depths.
2011-08-27 Andrew TrickReverting r138695 to see if it fixes clang self host.
2011-08-27 Bill WendlingOnly delete instructions once.
2011-08-27 Andrew TrickFix PassManager stack depths.
2011-08-25 Bill WendlingInitial check in that will auto-upgrade the old EH...
2011-08-24 Nadav RotemImplement Constant::isAllOnesValue(). Fix ConstantFoldi...
2011-08-23 Nate BegemanAdd some useful accessors to c++ api that appear to...
2011-08-23 Eric ChristopherRevert "Address Duncan's CR request:"
2011-08-23 Nadav RotemAddress Duncan's CR request:
2011-08-18 Chris LattnerRip out the old StructType APIs as warned about on...
2011-08-17 Bill WendlingRevert r137655. There is some question about whether...
2011-08-16 Bill WendlingThe resume instruction may throw. Return 'true' in...
2011-08-16 Bill WendlingAdd getFirstInsertionPt() method.
2011-08-15 Bill WendlingDuncan pointed out that the LandingPadInst might read...
2011-08-15 Eli FriedmanFix predicates methods on Instruction to handle atomic...
2011-08-13 Nick LewyckyRemove the last improper use of getGlobalContext()...
2011-08-12 Eli FriedmanMove "atomic" and "volatile" designations on instructio...
2011-08-12 Bill WendlingInitial commit of the 'landingpad' instruction.
2011-08-12 Chris Lattneradd ifdef's to let people easily remove these dead...
2011-08-12 Chris Lattnerswitch to the new struct apis.
2011-08-12 Chris Lattnerforward to the correct constructor.
2011-08-12 Chris Lattneradd two missing function impls
2011-08-12 Chris Lattneradd new accessors to reflect new terminology in struct...
2011-08-10 Eli FriedmanWhitespace.
2011-08-09 NAKAMURA TakumiVMCore/BasicBlock.cpp: Don't assume BasicBlock::iterato...
2011-08-09 NAKAMURA TakumiFix whitespace.
2011-08-09 Eli FriedmanRepresentation of 'atomic load' and 'atomic store'...
2011-08-08 Bill WendlingIndicate that there are changes if runOfFunction return...
2011-08-08 Bill WendlingRemove unnecessary space.
2011-08-07 Chris Lattnerstrengthen up an assertion: you can't create a constant...
2011-08-03 Chris Lattnerfix PR10286, a problem with the .ll printer handling...
2011-08-02 Bill WendlingRemove the LLVMBuildUnwind C API function.
2011-08-01 Jay FoadAdd braces.
next