Age | Commit message (Expand) | Author |
2009-04-08 | Implement support for using modeling implicit-zero-extension on x86-64 | Dan Gohman |
2009-04-07 | PR2985 / <rdar://problem/6584986> | Jim Grosbach |
2009-04-07 | Another attempt at fixing PR2975. | Torok Edwin |
2009-04-07 | fix comment to reflect the implementation I ended up settling on. | Chris Lattner |
2009-04-07 | Add an API for the bitstream reader to read blobs and return | Chris Lattner |
2009-04-06 | allow clients to look up abbrev id's | Chris Lattner |
2009-04-06 | Add a new EmitRecordWithBlob API that allows a blob to be emitted | Chris Lattner |
2009-04-06 | add a new Blob encoding abbreviation for bitcode files that emits | Chris Lattner |
2009-04-06 | split ReadAbbreviatedLiteral out of ReadAbbreviatedField. | Chris Lattner |
2009-04-06 | reduce indentation with early-out | Chris Lattner |
2009-04-06 | simplify code a bit. | Chris Lattner |
2009-04-06 | simplify to reduce indentation. | Chris Lattner |
2009-04-06 | Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files. | Chris Lattner |
2009-04-05 | Add segment flag bits to ELF.h. | Mikhail Glushenkov |
2009-04-04 | Add support for embedded metadata to LLVM. This introduces two new types of | Nick Lewycky |
2009-04-03 | "This adds a getName() method to TargetRegisterClass, just like in TargetRegi... | Chris Lattner |
2009-04-03 | Add fast path for raw_ostream output of strings. | Daniel Dunbar |
2009-04-03 | Work around an apparent GCC miscompilation by specializing different, | Chris Lattner |
2009-04-03 | Delete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG, which are unused. | Dan Gohman |
2009-04-03 | correct patch | Chris Lattner |
2009-04-03 | add patch to go along with r68350 | Chris Lattner |
2009-04-02 | add missing * | Chris Lattner |
2009-04-02 | fix overflow checks in SmallVector: | Chris Lattner |
2009-04-01 | Clean up pass manager cache after each run. | Devang Patel |
2009-04-01 | Add llvm::Triple class for abstracting access to target triples. | Daniel Dunbar |
2009-04-01 | Fixed spelling. | Misha Brukman |
2009-04-01 | Remove dead code. | Devang Patel |
2009-04-01 | Add range insert method for DenseSet and define DenseMapInfo for chars. | Chris Lattner |
2009-04-01 | Use CHAR_BIT instead of hard-coding 8 in several places where it | Dan Gohman |
2009-04-01 | Fixed spelling. | Misha Brukman |
2009-04-01 | CMake: Have generated Xcode projects also contain the LLVM header files. | Ted Kremenek |
2009-04-01 | * Fixed spelling of `invertible' | Misha Brukman |
2009-03-31 | Allow the use of pointers to const within PointerUnion. | Douglas Gregor |
2009-03-31 | add a converting operator | Chris Lattner |
2009-03-31 | Add two new classes: WeakVH and AssertingVH. These are both "ValueHandles", | Chris Lattner |
2009-03-31 | teach PointerLikeTypeTraits that all pointers to pointers may only be 4-byte ... | Chris Lattner |
2009-03-31 | add some accessors so I can play games with DenseMaps. | Chris Lattner |
2009-03-31 | Reapply 68073, with fixes. EH Landing-pad basic blocks are not | Dan Gohman |
2009-03-31 | Stop guessing, start thinking, and make PointerUnion3::is actually be correct. | Douglas Gregor |
2009-03-31 | Add llvm::sys::getHostTriple and remove | Daniel Dunbar |
2009-03-31 | Really temporarily revert r68073. | Bill Wendling |
2009-03-31 | Oy! When reverting r68073, I added in experimental code. Sorry... | Bill Wendling |
2009-03-31 | Revert r68073. It's causing a failure in the Apple-style builds. | Bill Wendling |
2009-03-31 | shrink subclassid, liberating some bits for future (ab)use. | Chris Lattner |
2009-03-31 | Really, really fix PointerUnion3::is | Douglas Gregor |
2009-03-30 | Except in asm-verbose mode, avoid printing labels for blocks that are | Dan Gohman |
2009-03-30 | Make PointerUnion3::get work properly | Douglas Gregor |
2009-03-30 | update comment. | Chris Lattner |
2009-03-30 | add a PointerUnion3 class and generalize PointerUnion to work with | Chris Lattner |
2009-03-30 | fix the PointerLikeTypeTraits specialization for PointerIntPair to | Chris Lattner |