summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Updated the comment for isArithmeticShift() to match reality.Misha Brukman2009-03-29
* Constify check. This fixes PR3900.Bill Wendling2009-03-29
* Honour relocation behaviour stuff for ro objectsAnton Korobeynikov2009-03-29
* Extend the relocation tracker handler, so we can filter on different 'kinds' ...Anton Korobeynikov2009-03-29
* add missing space.Chris Lattner2009-03-29
* add some comments, add a dyn_cast method.Chris Lattner2009-03-29
* When forming sentinels for empty/tombstone, make sure to respect theChris Lattner2009-03-29
* add helper method.Chris Lattner2009-03-29
* Add a simple type-safe bit-mangling pointer union class. This allows Chris Lattner2009-03-29
* Allow a specific PointerIntPair instance to use a specific Pointer trait:Chris Lattner2009-03-29
* Add a PointerLikeTypeTraits specialization for uintptr_tChris Lattner2009-03-29
* Value* only has 2 bits free as well.Chris Lattner2009-03-29
* Replace the PointerLikeTypeTraits::getNumLowBitsAvailableChris Lattner2009-03-29
* rename PointerLikeTypeInto to PointerLikeTypeTraits, add trait for Chris Lattner2009-03-29
* now that you can put a PointerIntPair in a SmallPtrSet, remove someChris Lattner2009-03-29
* teach SmallPtrSet that PointerIntPair is "basically a pointer".Chris Lattner2009-03-29
* Enable tail call optimization for functions that return a struct (bug 3664) a...Arnold Schwaighofer2009-03-28
* declare everything as class to avoid angering the VC++ gods.Chris Lattner2009-03-28
* add a traits class for SmallPtrSet that allows us to stick things that areChris Lattner2009-03-28
* Optimize some 64-bit multiplication by constants into two lea's or one lea + ...Evan Cheng2009-03-28
* move a large method out of line.Chris Lattner2009-03-28
* "ghostify" the ilist<Function> sentinelGabor Greif2009-03-27
* Allow invertable -xno- style optins as well.Mike Stump2009-03-27
* Revert r67844. This fixes the llvm-gcc-4.2 build on Darwin.Dan Gohman2009-03-27
* Reapply r66415, which was reverted in r66426 forDuncan Sands2009-03-27
* -write-graph now can be used with -o.Mikhail Glushenkov2009-03-27
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-25
* Use a SmallPtrSet instead of std::set.Dale Johannesen2009-03-23
* Fix PR3391 and PR3864. Reg allocator infinite looping.Evan Cheng2009-03-23
* Add a new bit to SUnit to record whether a node has implicit physregDan Gohman2009-03-23
* Clarify a comment.Dan Gohman2009-03-23
* Make getOperandNumForIncomingValue and getOperandNumForIncomingBlockDan Gohman2009-03-23
* Model inline asm constraint which ties an input to an output register as mach...Evan Cheng2009-03-23
* Fix PR3860 by correcting a predicate.Chris Lattner2009-03-22
* add method to access a template argument.Chris Lattner2009-03-22
* Factorize out a concept - no functionality change.Duncan Sands2009-03-21
* add some inline methods for infix operators on sparse vectors,Chris Lattner2009-03-21
* For inline asm output operand that matches an input. Encode the input operand...Evan Cheng2009-03-20
* Added option to enable generating less precise mad (multiply addition)Mon P Wang2009-03-20
* Fix the Win32 VS2008 build:Sebastian Redl2009-03-19
* Added MachineInstr::isRegTiedToDefOperand to check for two-addressness.Evan Cheng2009-03-19
* SADDO and UADDO are commutative.Dan Gohman2009-03-19
* Clear the cached cost when removing a function inDale Johannesen2009-03-19
* Add a liveness analysis pass for LLVM IR values. This computesDan Gohman2009-03-19
* Add BUILTIN_EXPECT Support/Compiler macro.Daniel Dunbar2009-03-17
* raw_ostream: Return '*this' explicitly (instead of implicitly viaDaniel Dunbar2009-03-17
* raw_ostream: Rework implementation of unbuffered streams so outputtingDaniel Dunbar2009-03-17
* raw_ostream: Replace flush_impl with write_impl, which takes data toDaniel Dunbar2009-03-16
* raw_ostream: Lift out flush_nonempty.Daniel Dunbar2009-03-16
* Add slow path for single character write, and use exclusively forDaniel Dunbar2009-03-16