summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files.Chris Lattner2009-04-06
* Add segment flag bits to ELF.h.Mikhail Glushenkov2009-04-05
* Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky2009-04-04
* "This adds a getName() method to TargetRegisterClass, just like in TargetRegi...Chris Lattner2009-04-03
* Add fast path for raw_ostream output of strings.Daniel Dunbar2009-04-03
* Work around an apparent GCC miscompilation by specializing different,Chris Lattner2009-04-03
* Delete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG, which are unused.Dan Gohman2009-04-03
* correct patchChris Lattner2009-04-03
* add patch to go along with r68350Chris Lattner2009-04-03
* add missing *Chris Lattner2009-04-02
* fix overflow checks in SmallVector:Chris Lattner2009-04-02
* Clean up pass manager cache after each run.Devang Patel2009-04-01
* Add llvm::Triple class for abstracting access to target triples.Daniel Dunbar2009-04-01
* Fixed spelling.Misha Brukman2009-04-01
* Remove dead code.Devang Patel2009-04-01
* Add range insert method for DenseSet and define DenseMapInfo for chars.Chris Lattner2009-04-01
* Use CHAR_BIT instead of hard-coding 8 in several places where itDan Gohman2009-04-01
* Fixed spelling.Misha Brukman2009-04-01
* CMake: Have generated Xcode projects also contain the LLVM header files.Ted Kremenek2009-04-01
* * Fixed spelling of `invertible'Misha Brukman2009-04-01
* Allow the use of pointers to const within PointerUnion.Douglas Gregor2009-03-31
* add a converting operatorChris Lattner2009-03-31
* Add two new classes: WeakVH and AssertingVH. These are both "ValueHandles", Chris Lattner2009-03-31
* teach PointerLikeTypeTraits that all pointers to pointers may only be 4-byte ...Chris Lattner2009-03-31
* add some accessors so I can play games with DenseMaps.Chris Lattner2009-03-31
* Reapply 68073, with fixes. EH Landing-pad basic blocks are notDan Gohman2009-03-31
* Stop guessing, start thinking, and make PointerUnion3::is actually be correct.Douglas Gregor2009-03-31
* Add llvm::sys::getHostTriple and removeDaniel Dunbar2009-03-31
* Really temporarily revert r68073.Bill Wendling2009-03-31
* Oy! When reverting r68073, I added in experimental code. Sorry...Bill Wendling2009-03-31
* Revert r68073. It's causing a failure in the Apple-style builds.Bill Wendling2009-03-31
* shrink subclassid, liberating some bits for future (ab)use.Chris Lattner2009-03-31
* Really, really fix PointerUnion3::isDouglas Gregor2009-03-31
* Except in asm-verbose mode, avoid printing labels for blocks that areDan Gohman2009-03-30
* Make PointerUnion3::get work properlyDouglas Gregor2009-03-30
* update comment.Chris Lattner2009-03-30
* add a PointerUnion3 class and generalize PointerUnion to work withChris Lattner2009-03-30
* fix the PointerLikeTypeTraits specialization for PointerIntPair toChris Lattner2009-03-30
* Constify arguments in isSuccessor and isLayoutSuccessor.Dan Gohman2009-03-30
* Clearify local/global relocations wordingAnton Korobeynikov2009-03-30
* Do not propagate ELF-specific stuff (data.rel) into other targets. This simpl...Anton Korobeynikov2009-03-30
* Add data.rel stuffAnton Korobeynikov2009-03-30
* 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