Make one of the AttributeSet ctors maintain the invariant that the
[oota-llvm.git] / lib / Bitcode /
2013-07-26 Tobias GrosserMake .bc en/decoding of AttrKind stable
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-07-11 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-05-24 Benjamin KramerRemove the Copied parameter from MemoryObject::readBytes.
2013-05-10 Jordan RoseMicro-optimization: don't shift an entire bitcode recor...
2013-05-05 Dmitri GribenkoAdd ArrayRef constructor from None, and do the cleanups...
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-04-22 Eric ChristopherMove C++ code out of the C headers and into either...
2013-04-01 Joe AbbeyWhitespace cleanup
2013-02-19 Jakub StaszakSimplify code. No functionality change.
2013-02-12 Bill WendlingHave the bitcode writer and reader handle the new attri...
2013-02-12 Bill WendlingUse the AttributeSet as the 'key' to the map instead...
2013-02-11 Bill WendlingRename AttributeSets to AttributeGroups so that it...
2013-02-11 Bill WendlingUse a std::map so that we record the group ID.
2013-02-11 Kostya Serebryany[tsan/msan] adding thread_safety and uninitialized_chec...
2013-02-11 David BlaikieFix unnecessary removal of const through cast machinery
2013-02-10 Bill WendlingAdd support in the bitcode reader to read the attribute...
2013-02-10 Bill WendlingAdd code for emitting the attribute groups.
2013-02-10 Bill WendlingAdd support for attribute groups in the value enumerator.
2013-02-09 Chris LattnerFix the underlying problem that was causing read(0...
2013-02-06 Joe AbbeyCode Custodian (trivial whitespace cleanup)
2013-02-05 Michael GottesmanAdded LLVM Asm/Bitcode Reader/Writer support for new...
2013-02-04 Bill WendlingInitial cleanups of the param-attribute code in the...
2013-01-29 Bill WendlingUse an AttrBuilder to generate the correct AttributeSet.
2013-01-27 Bill WendlingUse the AttributeSet instead of AttributeWithIndex...
2013-01-25 Bill WendlingRemove some introspection functions.
2013-01-25 Bill WendlingUse the new 'getSlotIndex' method to retrieve the attri...
2013-01-22 Tim NorthoverMake APFloat constructor require explicit semantics.
2013-01-21 Chris LattnerFix a heinous inefficiency introduced in r149918, where...
2013-01-21 Chris Lattnerwean Blob handling logic off of banging on NextChar...
2013-01-21 Chris Lattnerrename "SkipToWord" to "SkipToFourByteBoundary" since...
2013-01-20 Chris Lattnertrivial micro-optimization: lazily call the virtual...
2013-01-20 Chris Lattnerconvert the bitstream reader itself and the IR .bc...
2013-01-20 Chris Lattnerstringref'ize readRecord and properly capitalize it...
2013-01-20 Chris Lattnermove some private methods out of line, add a skipRecord...
2013-01-19 Chris LattnerAdd a new BitstreamEntry concept, and add two helper...
2013-01-19 Chris LattnerBitstreamReader hasn't aged well. It's been hacked...
2013-01-09 Bill WendlingRevert s/Raw/getBitMask/g name change. This is possibly...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-30 Bill Wendlings/Raw/getBitMask/g to be more in line with current...
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-09 Michael IlsemanReorganize FastMathFlags to be a wrapper around unsigne...
2012-12-09 Michael IlsemanHave the bitcode reader/writer just use FPMathOperator...
2012-12-07 Bill Wendlings/AttrListPtr/AttributeSet/g to better label what this...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-12-03 Michael IlsemanMinor tweaking to SmallVector static size.
2012-12-03 Michael IlsemanSince this SmallVector immediately grows on the next...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-28 Bill WendlingAdd back support for reading and parsing 'deplibs'.
2012-11-27 Bill WendlingRemove the dependent libraries feature.
2012-11-27 Joe AbbeyCode pretification
2012-11-27 Michael IlsemanFast-math flags for the bitcode
2012-11-25 Joe AbbeyCode Custodian:
2012-11-20 Bill WendlingMake the AttrListPtr object a part of the LLVMContext.
2012-11-19 Joe Abbey80 cols
2012-11-15 Michael IlsemanRemove trailing whitespace
2012-11-13 Duncan SandsRelax the restrictions on vector of pointer types,...
2012-10-15 Bill WendlingMove the Attributes::Builder outside of the Attributes...
2012-10-15 Bill WendlingAttributes Rewrite
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-10-11 Jan Wen VoungFix some typos 165739, spotted by Duncan.
2012-10-11 Jan Wen VoungChange encoding of instruction operands in bitcode...
2012-10-04 Bill WendlingUse method to query if there are attributes.
2012-09-25 Bill WendlingMove remaining methods inside the Attributes class...
2012-09-21 Benjamin KramerBitcodeReader: Correctly insert blockaddress constant...
2012-09-15 Craig TopperUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2012-09-06 Roman DivackyDont cast away const needlessly. Found by gcc48 -Wcast...
2012-09-05 Chad Rosier[ms-inline asm] Enumerate the InlineAsm dialects and...
2012-09-05 Chad RosierAdd a FIXME that assumes we maintain backward compatibi...
2012-09-05 Chad Rosier[ms-inline asm] Add support for the nsdialect keyword...
2012-08-17 Bill WendlingChange the `linker_private_weak_def_auto' linkage to...
2012-07-19 Bill WendlingRemove tabs.
2012-06-24 NAKAMURA Takumillvm/lib: [CMake] Add explicit dependency to intrinsics...
2012-06-23 Hans WennborgExtend the IL for selecting TLS models (PR9788)
2012-06-23 Stepan DyatkovskiyOptimized usage of new SwitchInst case values (Integers...
2012-06-02 Stepan DyatkovskiyPR1255: case ranges.
2012-05-29 Stepan DyatkovskiyConstantRangesSet renamed to IntegersSubset. CRSBuilder...
2012-05-28 David BlaikieRemove unused variable.
2012-05-28 Meador IngePR12696: Attribute bits above 1<<30 are not encoded...
2012-05-28 Benjamin KramerRandom BitcodeReader cleanups.
2012-05-28 Stepan DyatkovskiyPR1255: Case Ranges
2012-05-28 Chris Lattnerswitch AttrListPtr::get to take an ArrayRef, simplifyin...
2012-05-23 Nuno Lopesrevert r156383: removal of TYPE_CODE_FUNCTION_OLD
2012-05-14 Stepan DyatkovskiySwitchInst cosmetics: renamed "Hash" method to "hash"
2012-05-12 Stepan DyatkovskiyRecommited r156374 with critical fixes in BitcodeReader...
2012-05-08 Nuno Lopesremove autoupgrade code for old function attributes...
2012-05-08 Nuno Lopesremove TYPE_CODE_FUNCTION_OLD type code. it is no longe...
2012-05-08 Stepan DyatkovskiyRejected r156374: Ordinary PR1255 patch. Due to clang...
2012-05-08 Stepan DyatkovskiyOrdinary patch for PR1255.
2012-03-11 Stepan Dyatkovskiyllvm::SwitchInst
2012-03-08 Stepan DyatkovskiyTaken into account Duncan's comments for r149481 dated...
2012-02-29 Daniel DunbarBitstreamWriter: Change primary output buffer to be...
2012-02-29 Daniel DunbarBitcodeWriter: Expose less implementation details ...
2012-02-29 Daniel DunbarBitcode: Don't expose WriteBitcodeToStream to clients.
2012-02-29 Derek SchuffFix PR12080 by ensuring that MaterializeModule actually...
2012-02-06 Derek SchuffEnable streaming of bitcode
2012-02-06 Bill Wendling[unwind removal] Don't write out the dead 'unwind'...
2012-02-06 Bill Wendling[unwind removal] Remove the 'unwind' instruction parsin...
2012-02-06 Derek SchuffTest commit; also removes some trailing whitespace
2012-02-05 Chris LattnerImprove the bitcode reader's handling of constant strin...
next