aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaces.Jakub Staszak2012-12-061-25/+25
* Fix typos in CHECK lines.Dmitri Gribenko2012-12-064-5/+5
* Documentation: fix typos and formatting.Dmitri Gribenko2012-12-061-3/+3
* Revert "Allow modifying an ImmutableMap without canonicalizing it immediately."Ted Kremenek2012-12-061-18/+5
* Replace r169459 with something safer. Rather than having computeMaskedBits toEvan Cheng2012-12-068-111/+65
* Remove unneeded function, since PR8156 was fixed over a year ago.Jakub Staszak2012-12-061-18/+1
* Allow modifying an ImmutableMap without canonicalizing it immediately.Jordan Rose2012-12-061-5/+18
* Simplify code.Jakub Staszak2012-12-061-3/+1
* Fix a bug in the code that merges consecutive stores. Previously we did notNadav Rotem2012-12-062-10/+37
* MemorySanitizer.cpp: Suppress a warning. [-Wunused-variable]NAKAMURA Takumi2012-12-061-0/+1
* [msan] Fix a typo in a comment.Evgeniy Stepanov2012-12-061-1/+1
* [msan] Do not store origin for clean values.Evgeniy Stepanov2012-12-062-17/+83
* s/getLowerBoundDefault/getDefaultLowerBound/ for consistency. Also put the mo...Bill Wendling2012-12-062-5/+7
* Handle non-default array bounds.Bill Wendling2012-12-064-15/+108
* Remove intrinsic specific instructions for (V)MOVQUmr with patterns pointing ...Craig Topper2012-12-062-14/+9
* Mark MOVDQ(A/U)rm as ReMaterializable. Mark all MOVDQ(A/U) instructions as ne...Craig Topper2012-12-062-4/+9
* Properly fix the tes.Evan Cheng2012-12-061-2/+1
* llvm/test/CodeGen/ARM/extload-knownzero.ll: Try to unbreak, to add -O0. I gue...NAKAMURA Takumi2012-12-061-1/+1
* Revert r169456, "change MCContext to work on the doInitialization/doFinalizat...NAKAMURA Takumi2012-12-063-47/+6
* [arm fast-isel] Make the fast-isel implementation of memcpy respect alignment.Chad Rosier2012-12-062-14/+116
* Let targets provide hooks that compute known zero and ones for any_extendEvan Cheng2012-12-068-7/+137
* change MCContext to work on the doInitialization/doFinalization modelPedro Artigas2012-12-063-6/+47
* Set the 'MadeChange' variable if we are deleting blocks.Bill Wendling2012-12-061-0/+1
* Have CannotBeNegativeZero() be aware of the nsz fast-math flagMichael Ilseman2012-12-061-1/+6
* Taking ownership of indvars/lsr.Andrew Trick2012-12-051-1/+1
* PR10867: Analogue of r169441 for when using external 'sh'. And actually run t...Richard Smith2012-12-052-1/+2
* RegPressureTracker::dump(): Remove unnecessary argument.Andrew Trick2012-12-052-2/+2
* PR10867. lit would interpretRichard Smith2012-12-052-5/+19
* Do not run tests MappedMemoryTest.BasicWrite and MultipleWrite unless bothAkira Hatanaka2012-12-051-4/+6
* Quick build fix for c++03 clang. This needs a proper solution. Note that thes...Michael J. Spencer2012-12-051-4/+4
* Change std::vector to SmallVector<4> and remove some unused methods.Eli Bendersky2012-12-052-7/+4
* Define new-value store instructions with base+immediate addressing modeJyotsna Verma2012-12-051-128/+53
* Fix name. The array is unboundED.Bill Wendling2012-12-051-1/+1
* RegisterPressureTracker: fix findUseBetween to handle DebugValueAndrew Trick2012-12-052-0/+51
* RegisterPressureTracker: unify virtual registers and physical regunits.Andrew Trick2012-12-053-261/+226
* RegisterPresssureTracker: Track live physical register by unit.Andrew Trick2012-12-054-99/+133
* Cost Model: change the default cost of control flow instructions (br / ret / ...Nadav Rotem2012-12-057-10/+10
* Correct ARM NOP encodingDavid Sehr2012-12-052-2/+2
* Remove unused methodsEli Bendersky2012-12-051-4/+0
* [NVPTX] Fix crash with unnamed struct argumentsJustin Holewinski2012-12-052-1/+6
* Add dump of Win64 EH unwind data.Michael J. Spencer2012-12-055-3/+497
* Updates to Win64EH.h structures.Michael J. Spencer2012-12-051-23/+58
* Test commit.David Sehr2012-12-051-1/+1
* Use multiclass to define store instructions with base+immediate offsetJyotsna Verma2012-12-053-142/+71
* Remove the non-const getInst accessor. It wasn't being used, and isn't veryEli Bendersky2012-12-051-3/+0
* Adjust JIT target triple on OS X to match the current architecture.Bob Wilson2012-12-051-1/+11
* Fix misplaced closing brace.Matthew Curtis2012-12-051-1/+2
* Remove two dead functions resulting from a bad rebase.Andrew Trick2012-12-051-22/+0
* Try to unbreak the build on hosts that don't transitively pull in a definitio...Benjamin Kramer2012-12-052-2/+3
* Remove unused MachineInstr constructors.Jakob Stoklund Olesen2012-12-052-37/+0