OSDN Git Service

Legalizer: Use the scalar bit width when promoting bit counting instrs on
[android-x86/external-llvm.git] / lib / AsmParser /
2014-08-12 Stephen HinesMerge "Fixes the build when NDEBUG is not defined."
2014-07-23 Stephen HinesMerge "Update LLVM for rebase to r212749."
2014-07-21 Stephen HinesUpdate LLVM for rebase to r212749.
2014-05-30 Stephen Hinesam cd06393a: Merge "Update LLVM for 3.5 rebase (r209712)."
2014-05-30 Stephen HinesMerge "Update LLVM for 3.5 rebase (r209712)."
2014-05-29 Stephen HinesUpdate LLVM for 3.5 rebase (r209712).
2014-05-05 Stephen HinesMerge "Don't try to use Clang on Windows yet."
2014-04-29 Bill YiMerge commit '2136801bbd32f5e9554aa8009d0e5f862744162b...
2014-04-25 Stephen Hinesam 37a6adeb: Merge "Update to LLVM 3.5a."
2014-04-25 Stephen HinesMerge "Update to LLVM 3.5a."
2014-04-24 Stephen HinesUpdate to LLVM 3.5a.
2014-03-10 Stephen Hinesam 008f5bfe: am ce9904c6: Merge remote-tracking branch...
2014-02-21 Stephen Hinesam ce9904c6: Merge remote-tracking branch \'upstream...
2014-02-18 Colin Crossam b7485134: am 449fc261: Merge "llvm: convert makefile...
2014-02-12 Stephen HinesMerge remote-tracking branch 'upstream/release_34'...
2013-12-09 Manman RenMerging r196158:
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-11-08 Juergen Ributzka[Stackmap] Add AnyReg calling convention support for...
2013-11-01 Rafael EspindolaRemove linkonce_odr_auto_hide.
2013-10-31 Andrew TrickAdd new calling convention for WebKit Java Script.
2013-10-27 Shuxin YangRevert r193251 : Use address-taken to disambiguate...
2013-10-23 Shuxin YangUse address-taken to disambiguate global variable and...
2013-10-09 Rafael EspindolaAdd a GlobalAlias::isValidLinkage to reduce code duplic...
2013-10-06 Rafael EspindolaAdd support for aliases with linkonce_odr.
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-09-28 Manman RenAutoUpgrade: upgrade from scalar TBAA format to struct...
2013-09-24 Stephen Hinesam 8e708faf: am 5edef2e8: Merge "x86_64/x32: Avoid...
2013-09-16 Peter CollingbourneImplement function prefix data as an IR feature.
2013-09-11 Benjamin KramerRevert "Give internal classes hidden visibility."
2013-09-11 Benjamin KramerGive internal classes hidden visibility.
2013-08-27 Stephen Hinesam 3acb57db: (-s ours) am f31eb8ab: (-s ours) Merge...
2013-08-23 Andrea Di BiagioAdd function attribute 'optnone'.
2013-08-07 Stephen HinesMerge commit '10251753b6897adcd22cc981c0cc42f348c109de...
2013-08-03 Stephen Hinesam 5dba1170: am c7ef4e40: Fix Windows build issues...
2013-07-12 Charles DavisTarget/X86: Add explicit Win64 and System V/x86-64...
2013-07-06 Nick LewyckyExtend 'readonly' and 'readnone' to work on function...
2013-06-27 Michael GottesmanAdded support for the Builtin attribute.
2013-06-25 Rafael Espindolakeep only the StringRef version of getFileOrSTDIN.
2013-06-12 Stephen HinesMerge commit '100fbdd06be7590b23c4707a98cd605bdb519498...
2013-05-24 Diego NovilloAdd a new function attribute 'cold' to functions.
2013-05-16 The Android Open... am 1a961143: (-s ours) Reconcile with jb-mr2-release...
2013-05-05 Dmitri GribenkoAdd ArrayRef constructor from None, and do the cleanups...
2013-05-02 Stephen HinesMerge remote-tracking branch 'upstream/master' into...
2013-04-22 Eli BenderskyFix for PR 14965: Better error message for GEP with...
2013-04-20 Stephen LinMove 'kw_align' case to proper section, reorganize...
2013-04-20 Stephen LinAdd CodeGen support for functions that always return...
2013-04-18 Bill WendlingFix comment. Patch by Stephen Lin.
2013-04-09 Chandler CarruthRationalize the formatting of these case labels. Having...
2013-03-19 Stephen HinesMerge branch 'upstream' into merge_2013_03_18
2013-03-06 Stephen HinesMerge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5...
2013-02-26 Kostya SerebryanyUnify clang/llvm attributes for asan/tsan/msan (LLVM...
2013-02-22 Bill WendlingImplement the NoBuiltin attribute.
2013-02-14 Chad RosierUpdate comment.
2013-02-12 Guy BenyeiAdd static cast to unsigned char whenever a character...
2013-02-12 Bill WendlingMerge the collected attributes into the call instructio...
2013-02-11 Kostya Serebryany[tsan/msan] adding thread_safety and uninitialized_chec...
2013-02-10 Bill WendlingEat the alignment keyword if we're in an attribute...
2013-02-10 Bill WendlingUse a 'continue' here to stop from double lexing.
2013-02-09 Bill WendlingTEMPORARY SYNTAX CHANGE!
2013-02-08 Bill WendlingParse the attribute group reference on a function.
2013-02-08 Bill WendlingUse ParseFnAttributeValuePairs instead of ParseOptional...
2013-02-06 Bill WendlingInitial submission for the attribute group feature.
2013-02-05 Bill WendlingUse the do-while(0) thing for this #define.
2013-02-05 Michael GottesmanAdded LLVM Asm/Bitcode Reader/Writer support for new...
2013-01-31 Bill WendlingMake sure that the Attribute object represents one...
2013-01-27 Bill WendlingUse the AttributeSet instead of AttributeWithIndex.
2013-01-23 Bill WendlingAdd the IR attribute 'sspstrong'.
2013-01-22 Tim NorthoverMake APFloat constructor require explicit semantics.
2013-01-21 Stephen HinesMerge remote-tracking branch 'upstream/master' into...
2013-01-18 Jordan RoseUse hexDigitValue in LLLexer.
2013-01-07 David TweedThere was a switch fall-through in the parser for textu...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-30 Bill WendlingUse the predicate methods off of AttributeSet instead...
2012-12-20 James MolloyAdd a new attribute, 'noduplicate'. If a function conta...
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-07 Bill Wendlings/AttrListPtr/AttributeSet/g to better label what this...
2012-12-04 Bill WendlingSplit up the ParseOptionalAttrs method into three diffe...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
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 Michael IlsemanFast-math flags for LLVM IR parsing and printing
2012-11-20 Bill WendlingMake the AttrListPtr object a part of the LLVMContext.
2012-11-16 Justin HolewinskiPreserve address space of forward-referenced global...
2012-11-16 Craig TopperFix typo in a comment.
2012-11-15 Michael IlsemanRemove trailing whitespace
2012-11-13 Duncan SandsRelax the restrictions on vector of pointer types,...
2012-10-30 Quentin ColombetChange ForceSizeOpt attribute into MinSize attribute
2012-10-24 Elena DemikhovskySpecial calling conventions for Intel OpenCL built...
2012-10-22 Nadav RotemAdd the "ForceSizeOpt" attribute.
2012-10-15 Bill WendlingMove the Attributes::Builder outside of the Attributes...
2012-10-15 Bill WendlingAdd an enum for the return and function indexes into...
2012-10-15 Bill WendlingAttributes Rewrite
2012-10-14 Bill WendlingRemove operator cast method in favor of querying with...
2012-10-11 Nick LewyckyDon't crash if a .ll file contains a forward-reference...
2012-10-09 Bill WendlingUse the enum value of the attributes when removing...
2012-10-09 Bill WendlingUse the enum value of the attributes when adding them...
2012-10-09 Bill WendlingCreate enums for the different attributes.
2012-10-09 Bill WendlingConvert to using the Attributes::Builder interface.
next