OSDN Git Service

Update LLVM for rebase to r212749.
[android-x86/external-llvm.git] / include / llvm / ADT / APSInt.h
2014-07-25 Stephen HinesUpdate LLVM for rebase to r212749.
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 1f3d12be: am b5eb99b8: am 37a6adeb: Merge "Update...
2014-04-25 Stephen Hinesam b5eb99b8: am 37a6adeb: Merge "Update to LLVM 3.5a."
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-22 Elliott Hughesam d4008b87: am 719ea6d0: am a01b0ad9: am c27b10b1...
2014-02-22 Ian Rogersam 47de7d9d: am 12969fbe: am c150d210: am 877a6e14...
2014-02-22 Ian Rogersam 17ee97d8: am 001b0120: am 2e072618: am 5fdf6cf6...
2014-02-22 Ian Rogersam 0c8e5e4f: am 7de9c005: am 2ef279b3: am 8d2ad1af...
2014-02-22 Colin Crossam e0f86198: am 14604412: am ef5a4427: am 13607273...
2014-02-22 Stephen Hinesam d36d4a35: am 30dce365: am b2713ca8: am c27b99f0...
2014-02-22 Ben Chengam 51196932: am ca8e1270: am 987f85d3: am 6562c95b...
2014-02-22 Todd Fialaam dd979b93: am 0a944a8c: am da96b641: am 0de283df...
2014-02-22 Todd Fialaam 6832e344: am 735d70fa: am 5803f741: am ba309b04...
2014-02-22 Stephen Hinesam d6d44c6c: am 475301ec: am ef13f53c: am 1255ecdd...
2014-02-22 Stephen Hinesam 4df7251e: am 59e238e6: am fbafaf4f: am c0c7ba11...
2014-02-22 Stephen Hinesam b7beb609: am 74ec609a: am 82b5399b: am 917ae8fb...
2014-02-22 Stephen Hinesam 42d669a6: (-s ours) am 92debeec: am f36bad31: (...
2014-02-22 Stephen Hinesam bdaf806f: am 008f5bfe: am ce9904c6: Merge remote...
2014-02-22 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-11-16 Benjamin KramerAnnotate APInt methods where it's not clear whether...
2013-09-24 Stephen Hinesam 8e708faf: am 5edef2e8: Merge "x86_64/x32: Avoid...
2013-08-27 Stephen Hinesam 3acb57db: (-s ours) am f31eb8ab: (-s ours) Merge...
2013-08-03 Stephen Hinesam 5dba1170: am c7ef4e40: Fix Windows build issues...
2013-05-16 The Android Open... am 1a961143: (-s ours) Reconcile with jb-mr2-release...
2013-05-02 Stephen HinesMerge remote-tracking branch 'upstream/master' into...
2013-03-20 Jakub StaszakUse pre-inc, pre-dec when possible.
2013-03-06 Stephen HinesMerge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5...
2013-01-21 Stephen HinesMerge remote-tracking branch 'upstream/master' into...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-20 Richard SmithDon't leave IsUnsigned uninitialized in a default-const...
2012-08-17 Joe Onoratoam c0944da4: Merge "Host tools don\'t need LOCAL_MODULE...
2012-08-03 Shih-wei LiaoMerge with LLVM upstream r160668 (Jul 24th 2012)
2012-07-23 Richard TrieuAdd operator== to APSInt. This will compare the signed...
2012-07-15 Eric ChristopherMove IsSameValue from clang's ASTImporter to be methods...
2011-03-09 Jush LuMerge upstream r127116
2010-12-07 Jay FoadPR5207: Change APInt methods trunc(), sext(), zext...
2010-02-10 Shih-wei LiaoCheck in LLVM r95781.
2009-02-16 Ted KremenekFix bug where APSInt::operator-- incremented instead...
2009-02-16 Ted KremenekFix bug where APSInt::operator-- incremented instead...
2009-02-09 Bill WendlingThese function return 'void'. Don't have 'return' retur...
2009-02-09 Bill WendlingThese function return 'void'. Don't have 'return' retur...
2009-01-30 Chris LattnerFix a bug in getMaxValue/getMinValue to pass the right...
2009-01-30 Chris LattnerFix a bug in getMaxValue/getMinValue to pass the right...
2009-01-09 Misha BrukmanRemoved trailing whitespace.
2009-01-09 Misha BrukmanRemoved trailing whitespace.
2008-09-19 Ted KremenekAdded static methods to APSInt: getMinValue and getMaxV...
2008-09-19 Ted KremenekAdded static methods to APSInt: getMinValue and getMaxV...
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-08-17 Chris LattnerRework the routines that convert AP[S]Int into a string...
2008-08-17 Chris LattnerRework the routines that convert AP[S]Int into a string...
2008-08-13 Daniel DunbarAdd default constructor to APSInt
2008-08-13 Daniel DunbarAdd default constructor to APSInt
2008-02-08 Ted KremenekConstified operator<< in APSInt.
2008-02-08 Ted KremenekConstified operator<< in APSInt.
2008-02-04 Ted Kremenekconstified operator~().
2008-02-04 Ted Kremenekconstified operator~().
2008-01-29 Ted KremenekAltered ctor for APSInt to accept an optional "isUnsign...
2008-01-29 Ted KremenekAltered ctor for APSInt to accept an optional "isUnsign...
2008-01-24 Ted KremenekAdded additional overloaded operators for APSInt to...
2008-01-24 Ted KremenekAdded additional overloaded operators for APSInt to...
2008-01-19 Ted KremenekAdded FoldingSet style 'profiling' support for APSInt.
2008-01-19 Ted KremenekAdded FoldingSet style 'profiling' support for APSInt.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-26 Ted KremenekFixed incorrect "path name" in preamble (comment) of...
2007-10-26 Ted KremenekFixed incorrect "path name" in preamble (comment) of...
2007-10-17 Hartmut KaiserUpdated VC++ build system.
2007-10-17 Hartmut KaiserUpdated VC++ build system.
2007-08-23 Chris Lattnerdefault this to radix 10 like the toString(Un)Signed...
2007-08-23 Chris Lattnerdefault this to radix 10 like the toString(Un)Signed...
2007-08-23 Chris LattnerAvoid hiding issues.
2007-08-23 Chris LattnerAvoid hiding issues.
2007-08-23 Chris Lattnerrename APInt::toString -> toStringUnsigned for symmetry...
2007-08-23 Chris Lattnerrename APInt::toString -> toStringUnsigned for symmetry...
2007-08-02 Anders CarlssonFix bug spotted by Chris.
2007-08-02 Anders CarlssonFix bug spotted by Chris.
2007-08-02 Anders CarlssonAdd extend and extOrTrunc methods that do sign or zero...
2007-08-02 Anders CarlssonAdd extend and extOrTrunc methods that do sign or zero...
2007-07-18 Dan GohmanIt's not necessary to do rounding for alloca operations...
2007-07-15 Chris Lattneradd a helper method.
2007-04-10 Chris Lattneradd missing methods, mark stuff const
2007-04-05 Chris LattnerAdd a helper class (APSInt) which can represent an...