- e407736 Revert patches to add case-range support for PR1255. by Bob Wilson · 12 years ago
- 377496b Add function attribute 'optnone'. by Andrea Di Biagio · 12 years ago
- 0a8e12f Make .bc en/decoding of AttrKind stable by Tobias Grosser · 12 years ago
- 2cd5ff8 Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size. by Craig Topper · 12 years ago
- 0dc0891 Have the bitcode writer and reader handle the new attribute references. by Bill Wendling · 13 years ago
- 92ed700 Rename AttributeSets to AttributeGroups so that it's more meaningful. by Bill Wendling · 13 years ago
- d688bab [tsan/msan] adding thread_safety and uninitialized_checks attributes by Kostya Serebryany · 13 years ago
- b78e9e5 Fix unnecessary removal of const through cast machinery by David Blaikie · 13 years ago
- dc09555 Add code for emitting the attribute groups. by Bill Wendling · 13 years ago
- 27e7ef3 Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_initialized. by Michael Gottesman · 13 years ago
- 56aeccc Initial cleanups of the param-attribute code in the bitcode reader/writer. by Bill Wendling · 13 years ago
- 57625a4 Remove some introspection functions. by Bill Wendling · 13 years ago
- 8649283 Use the new 'getSlotIndex' method to retrieve the attribute's slot index. by Bill Wendling · 13 years ago
- 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
- 3d7b0b8 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 13 years ago
- 65f1435 Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some interfaces. by Michael Ilseman · 13 years ago
- 6d2ffa1 Have the bitcode reader/writer just use FPMathOperator's fast math enum directly by Michael Ilseman · 13 years ago
- e94d843 s/AttrListPtr/AttributeSet/g to better label what this class is going to be in the near future. by Bill Wendling · 13 years ago
- 979dfbb Minor tweaking to SmallVector static size. by Michael Ilseman · 13 years ago
- e26658d Since this SmallVector immediately grows on the next line, don't waste stack space. SmallVector is still needed due to existing APIs growing their arguments by Michael Ilseman · 13 years ago
- ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
- ee5984d Remove the dependent libraries feature. by Bill Wendling · 13 years ago
- 9978d7e Fast-math flags for the bitcode by Michael Ilseman · 13 years ago
- 2ad8df2 Code Custodian: by Joe Abbey · 13 years ago
- 26ee2b8 Remove trailing whitespace by Michael Ilseman · 13 years ago
- 8c9e941 Fix some typos 165739, spotted by Duncan. by Jan Wen Voung · 13 years ago
- afaced0 Change encoding of instruction operands in bitcode binaries to be relative by Jan Wen Voung · 13 years ago
- e51b949 Move remaining methods inside the Attributes class. Merge the 'Attribute' namespaces. by Bill Wendling · 13 years ago
- 18fcdcf [ms-inline asm] Add support for the nsdialect keyword in the Bitcode by Chad Rosier · 13 years ago
- 34bc34e Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to by Bill Wendling · 13 years ago
- cbe34b4 Extend the IL for selecting TLS models (PR9788) by Hans Wennborg · 13 years ago
- 8e00efe Optimized usage of new SwitchInst case values (IntegersSubset type) in Local.cpp, Execution.cpp and BitcodeWriter.cpp. by Stepan Dyatkovskiy · 13 years ago
- 0e46d8a PR1255: case ranges. by Stepan Dyatkovskiy · 13 years ago
- 58107dd ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSubsetMapping. by Stepan Dyatkovskiy · 13 years ago
- e17b69a PR12696: Attribute bits above 1<<30 are not encoded in bitcode by Meador Inge · 13 years ago
- e3e19cb PR1255: Case Ranges by Stepan Dyatkovskiy · 13 years ago
- 3dea421 SwitchInst cosmetics: renamed "Hash" method to "hash" by Stepan Dyatkovskiy · 13 years ago
- 0beab5e Recommited r156374 with critical fixes in BitcodeReader/Writer: by Stepan Dyatkovskiy · 13 years ago
- 5eafce5 Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt buildbot failure. by Stepan Dyatkovskiy · 13 years ago
- b6a4640 Ordinary patch for PR1255. by Stepan Dyatkovskiy · 13 years ago
- 97b02fc llvm::SwitchInst by Stepan Dyatkovskiy · 14 years ago
- 5b648af Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012: by Stepan Dyatkovskiy · 14 years ago
- 42fcf81 BitstreamWriter: Change primary output buffer to be a SmallVector instead of an by Daniel Dunbar · 14 years ago
- 6e45c02 BitcodeWriter: Expose less implementation details -- make BackpatchWord private by Daniel Dunbar · 14 years ago
- 5fa5ecf Bitcode: Don't expose WriteBitcodeToStream to clients. by Daniel Dunbar · 14 years ago
- 8b2dcad Enable streaming of bitcode by Derek Schuff · 14 years ago
- 7c49a0e [unwind removal] Don't write out the dead 'unwind' instruction. by Bill Wendling · 14 years ago
- cf9e8f6 reapply the patches reverted in r149470 that reenable ConstantDataArray, by Chris Lattner · 14 years ago
- 513aaa5 SwitchInst refactoring. by Stepan Dyatkovskiy · 14 years ago
- 17c981a Revert Chris' commits up to r149348 that started causing VMCoreTests unit test to fail. by Argyrios Kyrtzidis · 14 years ago
- 8ea967d by Chris Lattner · 14 years ago
- 5d91707 fix a major oversight that is breaking some llvm-test tests. by Chris Lattner · 14 years ago
- 372dd1e Add bitcode reader and writer support for ConstantDataAggregate, which by Chris Lattner · 14 years ago
- a5054ad Extend Attributes to 64 bits by Kostya Serebryany · 14 years ago
- f3e8502 Add 'llvm_unreachable' to passify GCC's understanding of the constraints by Chandler Carruth · 14 years ago
- edbb58c5 Remove unnecessary default cases in switches that cover all enum values. by David Blaikie · 14 years ago
- 518cda4 The powers that be have decided that LLVM IR should now support 16-bit by Dan Gohman · 14 years ago
- 9646c0d Fix 80-column. Simplify code. by Chad Rosier · 14 years ago
- a966c31 Fix comments. by Chad Rosier · 14 years ago
- 42ee152 Fix comments. by Chad Rosier · 14 years ago
- 16be674 Flesh out a bit more of the bitcode use-list ordering preservation code. by Chad Rosier · 14 years ago
- ca2567b Begin adding experimental support for preserving use-list ordering of bitcode by Chad Rosier · 14 years ago
- 9589872 Remove some cruft from the BitcodeWriter, while still maintaining backward by Chad Rosier · 14 years ago
- fae1475 Initial commit of the 'landingpad' instruction. by Bill Wendling · 14 years ago
- 335d399 switch to use the new api for structtypes. by Chris Lattner · 14 years ago
- 75ec09c Whitespace and formatting. No functional change intended. by Chad Rosier · 14 years ago
- 59b6688 Representation of 'atomic load' and 'atomic store' in IR. by Eli Friedman · 14 years ago
- f891bf8 Add the 'resume' instruction for the new EH rewrite. by Bill Wendling · 14 years ago
- ad088e6 Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, by Bill Wendling · 14 years ago
- c9a551e LangRef and basic memory-representation/reading/writing for 'cmpxchg' and by Eli Friedman · 14 years ago
- 6c923bb Merge the contents from exception-handling-rewrite to the mainline. by Bill Wendling · 14 years ago
- fee02c6 Initial implementation of 'fence' instruction, the new C++0x-style replacement for llvm.memory.barrier. by Eli Friedman · 14 years ago
- 229907c land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
- b1ed91f Land the long talked about "type system rewrite" patch. This by Chris Lattner · 14 years ago
- 372ad64 Make better use of the PHINode API. by Jay Foad · 14 years ago
- c4407080 Drop the "2" suffix on some enums. by Chris Lattner · 14 years ago
- bb95d5e missed a file. by Chris Lattner · 14 years ago
- cffdcae Update BitcodeWriter to match recent Triple changes. rdar://9603399 by Evan Cheng · 14 years ago
- 6a11b64 Revert name change from r132533. Lower case naming was intended per style guidelines. by Chad Rosier · 14 years ago
- 7ae2638 Whitespace and other cleanup. Functionallity unchanged. by Chad Rosier · 14 years ago
- 64c9284 It's valid to take the blockaddress of a different function, so remove this by Nick Lewycky · 14 years ago
- 35a9c3c Revert r129235 pending a vetting of the EH rewrite. by Bill Wendling · 14 years ago
- 3d5450d Beginning of the Great Exception Handling Rewrite. by Bill Wendling · 14 years ago
- 337a1b2 Do a topological sort of the types before writing them out. by Rafael Espindola · 14 years ago
- 35315d0 enhance vmcore to know that udiv's can be exact, and add a trivial by Chris Lattner · 15 years ago
- 45e6c19 First step in fixing PR8927: by Rafael Espindola · 15 years ago
- 0de20af Add missing standard headers. Patch by Joerg Sonnenberger! by Nick Lewycky · 15 years ago
- 6f3a90b Generalize the darwin wrapper hack to work with generic macho triples as well as darwin ones. by Chris Lattner · 15 years ago
- 447762d Merge System into Support. by Michael J. Spencer · 15 years ago
- baa5d04 Add X86 MMX type to bitcode and Type. by Dale Johannesen · 15 years ago
- 6dbbab6 Discard metadata produced by LLVM 2.7. The value enumeration it used by Dan Gohman · 15 years ago
- 13ee795 remove unions from LLVM IR. They are severely buggy and not by Chris Lattner · 15 years ago
- 578ee40 Create the new linker type "linker_private_weak_def_auto". by Bill Wendling · 15 years ago
- 79102d9 avoid undefined behavior negating minint. by Chris Lattner · 15 years ago
- 2637cc1 Make NamedMDNode not be a subclass of Value, and simplify the interface by Dan Gohman · 15 years ago
- 47dc8fd Add some debug output to help diagnose PR7689. by Dan Gohman · 15 years ago
- 093cb79 Disallow null as a named metadata operand. by Dan Gohman · 15 years ago
- 43aa8f0 Add support for remapping metadata kind IDs when reading in a by Dan Gohman · 15 years ago
- 03bcd6e Implement the "linker_private_weak" linkage type. This will be used for by Bill Wendling · 15 years ago
- 3632171 Revert r107205 and r107207. by Bill Wendling · 15 years ago