Let the strcat optimizer return the pointer to the start of the buffer,
[oota-llvm.git] / include /
2009-04-05 Mikhail GlushenkovAdd segment flag bits to ELF.h.
2009-04-04 Nick LewyckyAdd support for embedded metadata to LLVM. This introdu...
2009-04-03 Chris Lattner"This adds a getName() method to TargetRegisterClass...
2009-04-03 Daniel DunbarAdd fast path for raw_ostream output of strings.
2009-04-03 Chris LattnerWork around an apparent GCC miscompilation by specializ...
2009-04-03 Dan GohmanDelete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG,...
2009-04-03 Chris Lattnercorrect patch
2009-04-03 Chris Lattneradd patch to go along with r68350
2009-04-02 Chris Lattneradd missing *
2009-04-02 Chris Lattnerfix overflow checks in SmallVector:
2009-04-01 Devang PatelClean up pass manager cache after each run.
2009-04-01 Daniel DunbarAdd llvm::Triple class for abstracting access to target...
2009-04-01 Misha BrukmanFixed spelling.
2009-04-01 Devang PatelRemove dead code.
2009-04-01 Chris LattnerAdd range insert method for DenseSet and define DenseMa...
2009-04-01 Dan GohmanUse CHAR_BIT instead of hard-coding 8 in several places...
2009-04-01 Misha BrukmanFixed spelling.
2009-04-01 Ted KremenekCMake: Have generated Xcode projects also contain the...
2009-04-01 Misha Brukman* Fixed spelling of `invertible'
2009-03-31 Douglas GregorAllow the use of pointers to const within PointerUnion.
2009-03-31 Chris Lattneradd a converting operator
2009-03-31 Chris LattnerAdd two new classes: WeakVH and AssertingVH. These...
2009-03-31 Chris Lattnerteach PointerLikeTypeTraits that all pointers to pointe...
2009-03-31 Chris Lattneradd some accessors so I can play games with DenseMaps.
2009-03-31 Dan GohmanReapply 68073, with fixes. EH Landing-pad basic blocks...
2009-03-31 Douglas GregorStop guessing, start thinking, and make PointerUnion3...
2009-03-31 Daniel DunbarAdd llvm::sys::getHostTriple and remove
2009-03-31 Bill WendlingReally temporarily revert r68073.
2009-03-31 Bill WendlingOy! When reverting r68073, I added in experimental...
2009-03-31 Bill WendlingRevert r68073. It's causing a failure in the Apple...
2009-03-31 Chris Lattnershrink subclassid, liberating some bits for future...
2009-03-31 Douglas GregorReally, really fix PointerUnion3::is
2009-03-30 Dan GohmanExcept in asm-verbose mode, avoid printing labels for...
2009-03-30 Douglas GregorMake PointerUnion3::get work properly
2009-03-30 Chris Lattnerupdate comment.
2009-03-30 Chris Lattneradd a PointerUnion3 class and generalize PointerUnion...
2009-03-30 Chris Lattnerfix the PointerLikeTypeTraits specialization for Pointe...
2009-03-30 Dan GohmanConstify arguments in isSuccessor and isLayoutSuccessor.
2009-03-30 Anton KorobeynikovClearify local/global relocations wording
2009-03-30 Anton KorobeynikovDo not propagate ELF-specific stuff (data.rel) into...
2009-03-30 Anton KorobeynikovAdd data.rel stuff
2009-03-29 Misha BrukmanUpdated the comment for isArithmeticShift() to match...
2009-03-29 Bill WendlingConstify check. This fixes PR3900.
2009-03-29 Anton KorobeynikovHonour relocation behaviour stuff for ro objects
2009-03-29 Anton KorobeynikovExtend the relocation tracker handler, so we can filter...
2009-03-29 Chris Lattneradd missing space.
2009-03-29 Chris Lattneradd some comments, add a dyn_cast method.
2009-03-29 Chris LattnerWhen forming sentinels for empty/tombstone, make sure...
2009-03-29 Chris Lattneradd helper method.
2009-03-29 Chris LattnerAdd a simple type-safe bit-mangling pointer union class...
2009-03-29 Chris LattnerAllow a specific PointerIntPair instance to use a speci...
2009-03-29 Chris LattnerAdd a PointerLikeTypeTraits specialization for uintptr_t
2009-03-29 Chris LattnerValue* only has 2 bits free as well.
2009-03-29 Chris LattnerReplace the PointerLikeTypeTraits::getNumLowBitsAvailable
2009-03-29 Chris Lattnerrename PointerLikeTypeInto to PointerLikeTypeTraits...
2009-03-29 Chris Lattnernow that you can put a PointerIntPair in a SmallPtrSet...
2009-03-29 Chris Lattnerteach SmallPtrSet that PointerIntPair is "basically...
2009-03-28 Arnold SchwaighoferEnable tail call optimization for functions that return...
2009-03-28 Chris Lattnerdeclare everything as class to avoid angering the VC...
2009-03-28 Chris Lattneradd a traits class for SmallPtrSet that allows us to...
2009-03-28 Evan ChengOptimize some 64-bit multiplication by constants into...
2009-03-28 Chris Lattnermove a large method out of line.
2009-03-27 Gabor Greif"ghostify" the ilist<Function> sentinel
2009-03-27 Mike StumpAllow invertable -xno- style optins as well.
2009-03-27 Dan GohmanRevert r67844. This fixes the llvm-gcc-4.2 build on...
2009-03-27 Duncan SandsReapply r66415, which was reverted in r66426 for
2009-03-27 Mikhail Glushenkov-write-graph now can be used with -o.
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-03-23 Dale JohannesenUse a SmallPtrSet instead of std::set.
2009-03-23 Evan ChengFix PR3391 and PR3864. Reg allocator infinite looping.
2009-03-23 Dan GohmanAdd a new bit to SUnit to record whether a node has...
2009-03-23 Dan GohmanClarify a comment.
2009-03-23 Dan GohmanMake getOperandNumForIncomingValue and getOperandNumFor...
2009-03-23 Evan ChengModel inline asm constraint which ties an input to...
2009-03-22 Chris LattnerFix PR3860 by correcting a predicate.
2009-03-22 Chris Lattneradd method to access a template argument.
2009-03-21 Duncan SandsFactorize out a concept - no functionality change.
2009-03-21 Chris Lattneradd some inline methods for infix operators on sparse...
2009-03-20 Evan ChengFor inline asm output operand that matches an input...
2009-03-20 Mon P WangAdded option to enable generating less precise mad...
2009-03-19 Sebastian RedlFix the Win32 VS2008 build:
2009-03-19 Evan ChengAdded MachineInstr::isRegTiedToDefOperand to check...
2009-03-19 Dan GohmanSADDO and UADDO are commutative.
2009-03-19 Dale JohannesenClear the cached cost when removing a function in
2009-03-19 Dan GohmanAdd a liveness analysis pass for LLVM IR values. This...
2009-03-17 Daniel DunbarAdd BUILTIN_EXPECT Support/Compiler macro.
2009-03-17 Daniel Dunbarraw_ostream: Return '*this' explicitly (instead of...
2009-03-17 Daniel Dunbarraw_ostream: Rework implementation of unbuffered stream...
2009-03-16 Daniel Dunbarraw_ostream: Replace flush_impl with write_impl, which...
2009-03-16 Daniel Dunbarraw_ostream: Lift out flush_nonempty.
2009-03-16 Daniel DunbarAdd slow path for single character write, and use exclu...
2009-03-13 Bill WendlingRevert r66920. It was causing failures in the self...
2009-03-13 Dan GohmanFix FastISel's assumption that i1 values are always...
2009-03-13 Gabor GreifSecond installment of "BasicBlock operands to the back"
2009-03-13 Evan ChengFix some significant problems with constant pools that...
2009-03-13 Bill WendlingOops...I committed too much.
2009-03-13 Bill WendlingTemporarily XFAIL this test.
2009-03-12 Gabor Greifcosmetic change, in preparation of future change
2009-03-12 Daniel Dunbarraw_ostream: unbuffered streams weren't being immediate...
2009-03-12 Gabor GreifRearrange operands of the BranchInst, to be able to
next