summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Split the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h header to smaller...Eli Bendersky2012-01-22
* Make code a little less verbose.Craig Topper2012-01-22
* Help GCC along with code that's actually unreachable.David Blaikie2012-01-22
* Remove unused X86 ISD node type defines.Craig Topper2012-01-22
* Move some vector shift patterns into their instruction definitions.Craig Topper2012-01-22
* Add memory patterns for some of the fp<->integer conversion instructions. Fol...Craig Topper2012-01-21
* Remove unreachable defaults from gtest.David Blaikie2012-01-21
* Remove unused variables.Benjamin Kramer2012-01-21
* Fix PR11819 introduced by r148537. I'd commit the test case, but the generate...Craig Topper2012-01-21
* Fix an obvious typo.Evan Cheng2012-01-21
* Handle register masks in LiveVariables.Jakob Stoklund Olesen2012-01-21
* RuntimeDyld alignment adjustment from MachO file.Jim Grosbach2012-01-21
* Thumb2 'add rd, pc, imm' alternate form for 'adr' instruction.Jim Grosbach2012-01-21
* Delete an unused member variable.Jakob Stoklund Olesen2012-01-20
* Fix inverted condition.Jim Grosbach2012-01-20
* Intel syntax: Robustify register parsing.Devang Patel2012-01-20
* Support register masks in MachineLICM.Jakob Stoklund Olesen2012-01-20
* Handle register masks in DeadMachineInstructionElim.Jakob Stoklund Olesen2012-01-20
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Handle a corner case with IV chain collection with bailout instead of assert.Andrew Trick2012-01-20
* Test case comments missing from my previous checkin.Andrew Trick2012-01-20
* Intel syntax: Parse ... PTR [-8]Devang Patel2012-01-20
* Intel syntax: For now, disable ambiguous JMP64pcrel32 for intel syntax.Devang Patel2012-01-20
* ARM vector any_extends need to be selected to vmovl. <rdar://problem/10723651>Bob Wilson2012-01-20
* TblGen diagnostic for mismatched template instantiation.Jim Grosbach2012-01-20
* VST2 four-register w/ update pseudos for fixed/register update.Jim Grosbach2012-01-20
* NEON use vmov.i32 to splat some f32 values into vectors.Jim Grosbach2012-01-20
* Don't use my favorite C++11 feature (comma at end of enum).Benjamin Kramer2012-01-20
* Extend Attributes to 64 bitsKostya Serebryany2012-01-20
* Protect SmallVectorImpl's constructor and a few other methods that aren't mea...Benjamin Kramer2012-01-20
* Add missing breaks to switch.Benjamin Kramer2012-01-20
* Remove a bunch of unused variable assignments.Benjamin Kramer2012-01-20
* Remove obviously invalid early exit that prevented analyzing ConstantAggregat...Benjamin Kramer2012-01-20
* Don't use -fvisibility-inlines-hidden on mingw to try to avoid a lot ofRafael Espindola2012-01-20
* Improve 256-bit shuffle splitting to allow 2 sources in each 128-bit lane. As...Craig Topper2012-01-20
* Fix CountCodeReductionForAlloca to more accurately represent what SROA can andNick Lewycky2012-01-20
* SCEVExpander fixes. Affects LSR and indvars.Andrew Trick2012-01-20
* Add support for selecting 256-bit PALIGNR.Craig Topper2012-01-20
* cmake: pass -fvisibility-inlines-hidden if it is supported. In aRafael Espindola2012-01-20
* Remove a low-quality test which was failing on Windows; test/CodeGen/X86/sret...Eli Friedman2012-01-20
* When lowering the 'resume' instruction, look to see if we can eliminate theBill Wendling2012-01-20
* Support MSVC x86-32 sret convention. PR11688. Patch by Joe Groff.Eli Friedman2012-01-20
* Fix typo.Chad Rosier2012-01-19
* Silence warnings about mixing enums.Benjamin Kramer2012-01-19
* Add a dump() implementation for sub-instruction MCOperands.Owen Anderson2012-01-19
* Add a new form of MCOperand, for representing sub-instructions. This is inte...Owen Anderson2012-01-19
* Set the "tail" flag on pattern-matched objc_storeStrong calls.Dan Gohman2012-01-19
* Post process 'and', 'sub' instructions and select better encoding, if available.Devang Patel2012-01-19
* Actually, this code handles wrapped sets just fine. Noticed by inspection.Nick Lewycky2012-01-19
* Intel syntax: There is no need to create unary expr for simple negative displ...Devang Patel2012-01-19