aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-07[mips] Remove unnecessary predicates.Akira Hatanaka
2012-12-07Add support to ValueTracking for determining that a pointer is non-nullChandler Carruth
2012-12-07Add manualRetain() and manualRelease() to ImmutableMapRef, and add a new cons...Ted Kremenek
2012-12-07Makefile.common: Update a description, s/Source/SOURCES/ , according to Makef...NAKAMURA Takumi
2012-12-07unittest/googletest/Makefile: Unbreak out-of-tree build.NAKAMURA Takumi
2012-12-07Add convenience accessor to Triple for OS == NaClEli Bendersky
2012-12-06Try to unbreak makefile build by excluding gtest-all.cc sourceAlexey Samsonov
2012-12-06Add a 'using' declaration to suppress GCC's -Woverloaded-virtual while weMatt Beaumont-Gay
2012-12-06Modify the LLVM checkout of googletest:Alexey Samsonov
2012-12-06fixed valgrind issues of prior commit, this change applies r169456 changes ba...Pedro Artigas
2012-12-06Remove unused field.Jakub Staszak
2012-12-06Remove trailing spaces.Jakub Staszak
2012-12-06Fix typos in CHECK lines.Dmitri Gribenko
2012-12-06Documentation: fix typos and formatting.Dmitri Gribenko
2012-12-06Revert "Allow modifying an ImmutableMap without canonicalizing it immediately."Ted Kremenek
2012-12-06Replace r169459 with something safer. Rather than having computeMaskedBits toEvan Cheng
2012-12-06Remove unneeded function, since PR8156 was fixed over a year ago.Jakub Staszak
2012-12-06Allow modifying an ImmutableMap without canonicalizing it immediately.Jordan Rose
2012-12-06Simplify code.Jakub Staszak
2012-12-06Fix a bug in the code that merges consecutive stores. Previously we did notNadav Rotem
2012-12-06MemorySanitizer.cpp: Suppress a warning. [-Wunused-variable]NAKAMURA Takumi
2012-12-06[msan] Fix a typo in a comment.Evgeniy Stepanov
2012-12-06[msan] Do not store origin for clean values.Evgeniy Stepanov
2012-12-06s/getLowerBoundDefault/getDefaultLowerBound/ for consistency. Also put the mo...Bill Wendling
2012-12-06Handle non-default array bounds.Bill Wendling
2012-12-06Remove intrinsic specific instructions for (V)MOVQUmr with patterns pointing ...Craig Topper
2012-12-06Mark MOVDQ(A/U)rm as ReMaterializable. Mark all MOVDQ(A/U) instructions as ne...Craig Topper
2012-12-06Properly fix the tes.Evan Cheng
2012-12-06llvm/test/CodeGen/ARM/extload-knownzero.ll: Try to unbreak, to add -O0. I gue...NAKAMURA Takumi
2012-12-06Revert r169456, "change MCContext to work on the doInitialization/doFinalizat...NAKAMURA Takumi
2012-12-06[arm fast-isel] Make the fast-isel implementation of memcpy respect alignment.Chad Rosier
2012-12-06Let targets provide hooks that compute known zero and ones for any_extendEvan Cheng
2012-12-06change MCContext to work on the doInitialization/doFinalization modelPedro Artigas
2012-12-06Set the 'MadeChange' variable if we are deleting blocks.Bill Wendling
2012-12-06Have CannotBeNegativeZero() be aware of the nsz fast-math flagMichael Ilseman
2012-12-05Taking ownership of indvars/lsr.Andrew Trick
2012-12-05PR10867: Analogue of r169441 for when using external 'sh'. And actually run t...Richard Smith
2012-12-05RegPressureTracker::dump(): Remove unnecessary argument.Andrew Trick
2012-12-05PR10867. lit would interpretRichard Smith
2012-12-05Do not run tests MappedMemoryTest.BasicWrite and MultipleWrite unless bothAkira Hatanaka
2012-12-05Quick build fix for c++03 clang. This needs a proper solution. Note that thes...Michael J. Spencer
2012-12-05Change std::vector to SmallVector<4> and remove some unused methods.Eli Bendersky
2012-12-05Define new-value store instructions with base+immediate addressing modeJyotsna Verma
2012-12-05Fix name. The array is unboundED.Bill Wendling
2012-12-05RegisterPressureTracker: fix findUseBetween to handle DebugValueAndrew Trick
2012-12-05RegisterPressureTracker: unify virtual registers and physical regunits.Andrew Trick
2012-12-05RegisterPresssureTracker: Track live physical register by unit.Andrew Trick
2012-12-05Cost Model: change the default cost of control flow instructions (br / ret / ...Nadav Rotem
2012-12-05Correct ARM NOP encodingDavid Sehr
2012-12-05Remove unused methodsEli Bendersky