* Add support for encoding t_addrmode_s2 and t_addrmode_s1. They are the same as
[oota-llvm.git] / lib / VMCore /
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-28 Chris Lattneradd a function to the C api to get the context out...
2010-11-23 Chris Lattneradd a 'LLVMConstIntOfArbitraryPrecision' api to the...
2010-11-20 Benjamin KramerSimplify code. No change in functionality.
2010-11-18 Owen AndersonFix an order-of-deallocation issue where the AttrListIm...
2010-11-17 Duncan SandsNow that hasConstantValue has been made simpler, it...
2010-11-17 Chris Lattnernow that AsmPrinter::EmitInlineAsm is factored right...
2010-11-17 Chris Lattnerfix PR8613 - Copy constructor of SwitchInst does not...
2010-11-17 Duncan SandsFix a layering violation: hasConstantValue, which is...
2010-11-14 Duncan SandsIf dom tree information is available, make it possible...
2010-11-11 Nick LewyckyDoxygenify
2010-11-11 Dan GohmanFactor out Instruction::isSafeToSpeculativelyExecute...
2010-11-11 Dan GohmanInclude ImmutablePass passes in -debug-pass=Arguments.
2010-11-09 Owen AndersonLast try to get this reference counting right, I swear.
2010-11-09 Owen AndersonReally fix the leak in the attributes list. Thanks...
2010-11-09 Owen AndersonFix leak in my recent fix for PR8442.
2010-11-09 Owen AndersonFix PR8441, a race condition in the static attributes...
2010-11-02 Dale JohannesenApply patch for use-after-free in InlineAsm constant...
2010-10-29 John ThompsonInline asm multiple alternative constraints development...
2010-10-25 Charles DavisAdd a new 'hotpatch' attribute. This attribute will...
2010-10-22 Benjamin KramerMake some symbols static, move classes into anonymous...
2010-10-20 Owen AndersonAttempt to fix valgrind complaining about (benign)...
2010-10-20 Tobias GrosserAdd RegionPass support.
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-17 Benjamin Kramerstd::string cleanup.
2010-10-17 Oscar FuentesBuild with RTTI and exceptions disabled. Only in GCC...
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-12 Dan GohmanDelete a redundant check.
2010-10-12 Dan GohmanMore SmallVectorImpls.
2010-10-12 Dan GohmanShrink a SmallVector with a known maximum size.
2010-10-12 Dan GohmanConstify.
2010-10-12 Dan GohmanUse SmallVectorImpl in a bunch of places.
2010-10-11 Dan GohmanFix the pass manager's search order for immutable passe...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-10-07 Owen AndersonAdd initialization routines for VMCore.
2010-10-07 Owen AndersonNext step on the getting-rid-of-static-ctors train...
2010-10-05 Owen AndersonAnother step towards getting rid of static ctors for...
2010-10-04 Bill WendlingThe pshufw instruction came about in MMX2 when SSE...
2010-10-03 Bill WendlingCleanup. Get rid of extraneous variable.
2010-10-01 Dale JohannesenAttempt to outwit overly smart compiler.
2010-09-30 Dale JohannesenMassive rewrite of MMX:
2010-09-30 TalinAllow llvm.gcroot to work with non-pointer allocas.
2010-09-28 Dan GohmanWhen an MDNode changes to become identical to another...
2010-09-28 Dan GohmanScope a varible inside an if statement, to make it...
2010-09-27 Dan GohmanMake this code 65-bit clean.
2010-09-25 Che-Liang ChiouAdd ret instruction to PTX backend
2010-09-16 Owen AndersonAllow the PassRegistry mutex to be lazily initialized...
2010-09-16 Owen AndersonDo not expose the locking for the PassRegistry in the...
2010-09-16 Owen AndersonFix a threaded LLVM bug due the need for operator=...
2010-09-15 Owen AndersonSince PassRegistry is currently a shared global object...
2010-09-15 Dale JohannesenAdd x86MMX a few more places.
2010-09-14 Dan GohmanRemove the experimental AliasAnalysis::getDependency...
2010-09-14 Dan GohmanWhen a function-local value with function-local metadat...
2010-09-13 Owen AndersonMinimize #includes in a top-level header.
2010-09-13 Eric ChristopherSilence some constructor ordering warnings.
2010-09-13 John ThompsonAdded skeleton for inline asm multiple alternative...
2010-09-10 Dale JohannesenAdd X86 MMX type to bitcode and Type.
2010-09-10 Bill WendlingUse StringRef which performs the "early exit" when...
2010-09-10 Bill WendlingEarly exit with simple checks.
2010-09-10 Bill WendlingAuto-upgrade the magic ".llvm.eh.catch.all.value" global to
2010-09-09 Dan GohmanMDNodes are not Constants.
2010-09-09 Dan GohmanPrint invalid metadata references as <badref>, for...
2010-09-08 Owen AndersonClarify the ownership model of LLVMContext and Module...
2010-09-07 Owen AndersonFix PR7972, in which the PassRegistry was being leaked...
2010-09-07 Bill WendlingAdd an MVT::x86mmx type. It will take the place of...
2010-09-07 Owen AndersonClean up some of the PassRegistry implementation, and...
2010-09-03 Bob WilsonReplace NEON vabdl, vaba, and vabal intrinsics with...
2010-09-02 Chris Lattnerlets get crazy and name the header file the exact class...
2010-09-02 Chris Lattnerreapply 112894:
2010-09-02 Chris Lattnerrevert patch, need to update clang tests too
2010-09-02 Chris LattnerRemove #uses comments from functions: they we're padded...
2010-09-02 Duncan SandsPrint the number of uses of a function in the .ll since...
2010-09-01 Bob WilsonRemove NEON vmull, vmlal, and vmlsl intrinsics, replaci...
2010-08-30 Dan GohmanAdd comments explaining why it's not necessary to inclu...
2010-08-30 Bob WilsonRemove NEON vmovn intrinsic, replacing it with vector...
2010-08-29 Bob WilsonRemove NEON vaddl, vaddw, vsubl, and vsubw intrinsics...
2010-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
2010-08-28 Chris Lattnerzap dead code
2010-08-27 Bob WilsonAdd alignment arguments to all the NEON load/store...
2010-08-24 Dan GohmanDon't include the is-function-local bit in the FoldingS...
2010-08-23 Dan GohmanVerify that a non-uniqued non-temporary MDNode is not...
2010-08-23 Owen AndersonNow that PassInfo and Pass::ID have been separated...
2010-08-22 Nick LewyckyVerify the predicates on icmp/fcmp. Suggested by Jeff...
2010-08-21 Benjamin KramerUse MDNode::destroy(). Fixes a delete/free mismatch.
2010-08-21 Dan GohmanAdd an assert to MDNode::deleteTemporary check that...
2010-08-20 Bill WendlingCreate the new linker type "linker_private_weak_def_auto".
2010-08-20 Dan GohmanIntroduce a new temporary MDNode concept. Temporary...
2010-08-20 Erick TryzelaarExpose LLVMSetOperand and LLVMGetNumOperands to llvm...
2010-08-20 Bob WilsonReplace the arm.neon.vmovls and vmovlu intrinsics with...
2010-08-19 Dan GohmanRevert r111199; it breaks -debug-pass=Structure output.
2010-08-16 Dan GohmanThe plural of analysis is analyses.
2010-08-16 Dan GohmanMake dumpPassStructure be a PMDataManager abstraction...
2010-08-16 Dan GohmanRemove redundant inline keywords.
2010-08-16 Dan GohmanEliminate the TopLevelManagerType enum; instead, just...
2010-08-15 Argyrios KyrtzidisRevert r111082. No warnings for this common pattern.
2010-08-14 Argyrios KyrtzidisAdd ATTRIBUTE_UNUSED to methods that are not supposed...
2010-08-13 Nate BegemanMove some code from Verifier into SVI::isValidOperands...
2010-08-12 Dan GohmanTrim #includes.
2010-08-12 Dan GohmanTidy up whitespace.
2010-08-12 Dan GohmanUse .empty() instead of .size().
next