aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added a option to the disassembler to print immediates as hex.Kevin Enderby2012-12-059-16/+71
* - Added calls to doInitialization/doFinalization to immutable passesPedro Artigas2012-12-053-15/+56
* [msan] Instrument bswap intrinsic.Evgeniy Stepanov2012-12-052-6/+37
* [msan] Initialize callbacks in runOnFunction as opposed to doInitialization.Evgeniy Stepanov2012-12-051-37/+49
* [msan] Change linkage type of __msan_track_origins.Evgeniy Stepanov2012-12-052-1/+4
* Simplified BLEND pattern matching for shuffles.Elena Demikhovsky2012-12-056-84/+121
* RegisterPressure API. Add support for physical register units.Andrew Trick2012-12-054-11/+144
* Added RegisterPressureTracker::dump() for debugging.Andrew Trick2012-12-052-5/+18
* Comment formatting.Andrew Trick2012-12-051-1/+1
* docs: Explain plain preformatted textSean Silva2012-12-051-0/+20
* fix a typoShuxin Yang2012-12-051-1/+1
* Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer2012-12-0524-3/+2622
* docs: Sphinxify `docs/tutorial/`Sean Silva2012-12-0534-19074/+17106
* Add x86 isel lowering logic to form bit test with inverted condition. e.g.Evan Cheng2012-12-052-9/+114
* Appease GCC's -Wparentheses.Matt Beaumont-Gay2012-12-041-2/+2