- f52aea8 Random BitcodeReader cleanups. by Benjamin Kramer · 13 years ago
- 484fc93 PR1255: Case Ranges by Stepan Dyatkovskiy · 13 years ago
- d509d0b switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients. by Chris Lattner · 13 years ago
- ee8100d revert r156383: removal of TYPE_CODE_FUNCTION_OLD by Nuno Lopes · 13 years ago
- 734dde8 SwitchInst cosmetics: renamed "Hash" method to "hash" by Stepan Dyatkovskiy · 13 years ago
- 1cce5bf Recommited r156374 with critical fixes in BitcodeReader/Writer: by Stepan Dyatkovskiy · 13 years ago
- 006c7b9 remove autoupgrade code for old function attributes format. by Nuno Lopes · 13 years ago
- f647c1b remove TYPE_CODE_FUNCTION_OLD type code. it is no longer in use and it was marked for removal in 3.0 by Nuno Lopes · 13 years ago
- 1f98383 Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt buildbot failure. by Stepan Dyatkovskiy · 13 years ago
- 85a4406 Ordinary patch for PR1255. by Stepan Dyatkovskiy · 13 years ago
- 3d3abe0 llvm::SwitchInst by Stepan Dyatkovskiy · 13 years ago
- c10fa6c Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012: by Stepan Dyatkovskiy · 13 years ago
- acbceea BitstreamWriter: Change primary output buffer to be a SmallVector instead of an by Daniel Dunbar · 13 years ago
- 02a248a BitcodeWriter: Expose less implementation details -- make BackpatchWord private by Daniel Dunbar · 13 years ago
- fdc8f78 Bitcode: Don't expose WriteBitcodeToStream to clients. by Daniel Dunbar · 13 years ago
- 0ffe698 Fix PR12080 by ensuring that MaterializeModule actually reads all the bitcode by Derek Schuff · 13 years ago
- 2ea9387 Enable streaming of bitcode by Derek Schuff · 14 years ago
- 3e9719e [unwind removal] Don't write out the dead 'unwind' instruction. by Bill Wendling · 14 years ago
- e185fad [unwind removal] Remove the 'unwind' instruction parsing bits. by Bill Wendling · 14 years ago
- fccf062 Test commit; also removes some trailing whitespace by Derek Schuff · 14 years ago
- 2237f84 Improve the bitcode reader's handling of constant strings to use by Chris Lattner · 14 years ago
- 18c7f80 reapply the patches reverted in r149470 that reenable ConstantDataArray, by Chris Lattner · 14 years ago
- 2447312 SwitchInst refactoring. by Stepan Dyatkovskiy · 14 years ago
- 91766fe Revert Chris' commits up to r149348 that started causing VMCoreTests unit test to fail. by Argyrios Kyrtzidis · 14 years ago
- 1b2f643 by Chris Lattner · 14 years ago
- 41b9920 fix a major oversight that is breaking some llvm-test tests. by Chris Lattner · 14 years ago
- d408f06 Add bitcode reader and writer support for ConstantDataAggregate, which by Chris Lattner · 14 years ago
- d629efa smallvectorize. by Chris Lattner · 14 years ago
- 164b86b Extend Attributes to 64 bits by Kostya Serebryany · 14 years ago
- 732f05c Add 'llvm_unreachable' to passify GCC's understanding of the constraints by Chandler Carruth · 14 years ago
- 2bd3354 Remove unnecessary default cases in switches that cover all enum values. by David Blaikie · 14 years ago
- 47f79bb Materialize functions whose basic blocks are used by global variables. Fixes by Rafael Espindola · 14 years ago
- ce16339 The powers that be have decided that LLVM IR should now support 16-bit by Dan Gohman · 14 years ago
- c6cff9d Per discussion on the list, remove BitcodeVerify pass to reimplement as a free function. by Chad Rosier · 14 years ago
- 1619df0 Add BitcodeVerifier.cpp to CMakeList. by Chad Rosier · 14 years ago
- b302586 Begin sketching out a bitcode verifier pass. Idea is to emit a .bc file and by Chad Rosier · 14 years ago
- b0c594f LLVMBuild: Introduce a common section which currently has a list of the by Daniel Dunbar · 14 years ago
- 4ab406d LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 14 years ago
- 667f826 Fix 80-column. Simplify code. by Chad Rosier · 14 years ago
- 14d622d Fix comments. by Chad Rosier · 14 years ago
- 0c89f7f Fix comments. by Chad Rosier · 14 years ago
- 32c5981 Flesh out a bit more of the bitcode use-list ordering preservation code. by Chad Rosier · 14 years ago
- cbbb096 Begin adding experimental support for preserving use-list ordering of bitcode by Chad Rosier · 14 years ago
- 4e6c03f ValueEnumerator - debug dump(). by Chad Rosier · 14 years ago
- d782bae build/CMake: Finish removal of add_llvm_library_dependencies. by Daniel Dunbar · 14 years ago
- a7e6f74 remove autoupgrade support for really old-style debug info intrinsics. by Chris Lattner · 14 years ago
- 9d5f6cc remove autoupgrade support for LLVM 2.9 exception stuff. Mainline supports by Chris Lattner · 14 years ago
- dbc8849 remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible back to 3.0 by Chris Lattner · 14 years ago
- a3a2dfd build: Add initial cut at LLVMBuild.txt files. by Daniel Dunbar · 14 years ago
- cde5464 Remove some cruft from the BitcodeWriter, while still maintaining backward by Chad Rosier · 14 years ago
- e9b88cb Also update the EH with bitcode. I missed this earlier. Thanks to Duncan for pointing it out. by Bill Wendling · 14 years ago
- c3d3598 Fix a typo in the bitcode reader in the handling of atomic stores. Reported by David Meyer on llvmdev. by Eli Friedman · 14 years ago
- 35726bf Don't forget to add the landingpad and resume instructions to the InstructionList. by Bill Wendling · 14 years ago
- e6e8826 Initial commit of the 'landingpad' instruction. by Bill Wendling · 14 years ago
- 3ebb649 switch to use the new api for structtypes. by Chris Lattner · 14 years ago
- 0871221 Whitespace and formatting. No functional change intended. by Chad Rosier · 14 years ago
- 21006d4 Representation of 'atomic load' and 'atomic store' in IR. by Eli Friedman · 14 years ago
- 6ff9aa2 Fix 80-column violations. by Chad Rosier · 14 years ago
- dccc03b Add the 'resume' instruction for the new EH rewrite. by Bill Wendling · 14 years ago
- 10c6d12 Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, by Bill Wendling · 14 years ago
- ac03e73 Rewrite the CMake build to use explicit dependencies between libraries, by Chandler Carruth · 14 years ago
- ff03048 LangRef and basic memory-representation/reading/writing for 'cmpxchg' and by Eli Friedman · 14 years ago
- 7379b66 The personality function should be a Function* and not just a Value*. by Bill Wendling · 14 years ago
- 28d7352 Make sure that the landingpad instruction takes a Constant* as the clause's value. by Bill Wendling · 14 years ago
- 772fe17 Merge the contents from exception-handling-rewrite to the mainline. by Bill Wendling · 14 years ago
- 47f3513 Initial implementation of 'fence' instruction, the new C++0x-style replacement for llvm.memory.barrier. by Eli Friedman · 14 years ago
- a920310 Convert GetElementPtrInst to use ArrayRef. by Jay Foad · 14 years ago
- 4b5e207 Make better use of ConstantExpr::getGetElementPtr's InBounds parameter. by Jay Foad · 14 years ago
- dab3d29 Convert ConstantExpr::getGetElementPtr and by Jay Foad · 14 years ago
- 3ba292d Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future ambiguity by Jeffrey Yasskin · 14 years ago
- db125cf land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
- a3efbb1 Convert CallInst and InvokeInst APIs to use ArrayRef. by Jay Foad · 14 years ago
- fc6d3a4 Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef. by Jay Foad · 14 years ago
- 5fdd6c8 Second attempt at de-constifying LLVM Types in FunctionType::get(), by Jay Foad · 14 years ago
- 2280ebd Revert r134893 and r134888 (and related patches in other trees). It was causing by Bill Wendling · 14 years ago
- f362aff De-constify Types in FunctionType::get(). by Jay Foad · 14 years ago
- 1afcace Land the long talked about "type system rewrite" patch. This by Chris Lattner · 14 years ago
- cbd40f8 type can be null by Chris Lattner · 14 years ago
- 7af453a use a more efficient check for 'is metadata' by Chris Lattner · 14 years ago
- 2670108 Replace the existing forms of ConstantArray::get() with a single form by Jay Foad · 14 years ago
- c137120 Make better use of the PHINode API. by Jay Foad · 14 years ago
- b065b06 Revamp the "ConstantStruct::get" methods. Previously, these were scattered by Chris Lattner · 14 years ago
- 4f6bab9 Drop the "2" suffix on some enums. by Chris Lattner · 14 years ago
- 96a74c5 remove support for a bunch of obsolete instruction encodings by Chris Lattner · 14 years ago
- 799a58a55 missed a file. by Chris Lattner · 14 years ago
- 9d61dd9 Remove some "2" suffixes from the metadata enums now that "1" is gone. by Chris Lattner · 14 years ago
- 020a5a4 remove bitcode reader support for LLVM 2.7 metadata encoding. by Chris Lattner · 14 years ago
- e889c69 Update BitcodeWriter to match recent Triple changes. rdar://9603399 by Evan Cheng · 14 years ago
- 6a0c04d Revert name change from r132533. Lower case naming was intended per style guidelines. by Chad Rosier · 14 years ago
- 3d26f23 Whitespace and other cleanup. Functionallity unchanged. by Chad Rosier · 14 years ago
- c9687b3 Fix LTO builds with xcode 4. by Rafael Espindola · 14 years ago
- 308fba5 It's valid to take the blockaddress of a different function, so remove this by Nick Lewycky · 14 years ago
- ec9186b PR9214: Convert Metadata API to use ArrayRef. by Jay Foad · 14 years ago
- 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
- b81e457 PR9214: Convert ConstantExpr::getWithOperands() to use ArrayRef. by Jay Foad · 14 years ago
- 8340d0b Fix or remove code which seemed to think that the operand of a Constant by Jay Foad · 14 years ago
- 5d7a5a4 Revert r129235 pending a vetting of the EH rewrite. by Bill Wendling · 14 years ago
- d7bb295 Beginning of the Great Exception Handling Rewrite. by Bill Wendling · 14 years ago
- f5a9056 Do a topological sort of the types before writing them out. by Rafael Espindola · 14 years ago
- 3ecfc86 Remove PHINode::reserveOperandSpace(). Instead, add a parameter to by Jay Foad · 14 years ago