aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM build docs easier for copy&pasteRenato Golin2013-02-251-5/+5
* 'Hexadecimal' has two 'a's and only one 'i'.Matt Beaumont-Gay2013-02-254-6/+6
* Fix missing relocation for TLS addressing peephole optimization.Bill Schmidt2013-02-253-6/+15
* Fix spelling noticed by Duncan.Chandler Carruth2013-02-251-3/+3
* Fix the root cause of PR15348 by correctly handling alignment 0 onChandler Carruth2013-02-254-0/+38
* Make pseudos FEXT_CCRX16_ins and FEXT_CCRXI16_ins into custom emitters.Reed Kotler2013-02-255-69/+70
* DIBuilder: support structs with vtable pointers in the same way as classesDavid Blaikie2013-02-252-12/+18
* Make psuedo FEXT_T8I816_ins into a custom emitter.Reed Kotler2013-02-245-61/+39
* Fix PR14364.Bill Schmidt2013-02-244-20/+27
* CVP: If we have a PHI with an incoming select, try to skip the select.Benjamin Kramer2013-02-242-5/+44
* Fix invalid IR in test, missing incoming value for PHI node.Benjamin Kramer2013-02-241-1/+1
* TypoFrancois Pichet2013-02-241-1/+1
* Revert r169638 because it broke Mesa llvmpipe tests.Nadav Rotem2013-02-243-8/+3
* Make psuedo FEXT_T8I816_ins a custom inserter. It should be expandedReed Kotler2013-02-244-22/+34
* Add a use of an otherwise unused variable to remove a warning in non-AssertsCameron Zwarich2013-02-241-0/+1
* TwoAddressInstructionPass::tryInstructionTransform() only potentially returnsCameron Zwarich2013-02-241-5/+4
* TwoAddrInstructionPass::tryInstructionTransform() has a case where it callsCameron Zwarich2013-02-241-5/+10
* Add new base instruction def for cmpi, cmp, slt and sltu so that def/usesReed Kotler2013-02-231-5/+10
* TargetInstrInfo::commuteInstruction() doesn't actually return a new instructionCameron Zwarich2013-02-231-13/+3
* Add global structure vectorization to docsRenato Golin2013-02-231-0/+19
* Some more tests for the global structure vectorizerRenato Golin2013-02-231-20/+596
* X86: Disable cmov-memory patterns on subtargets without cmov.Benjamin Kramer2013-02-232-6/+19
* Make some fixes for LiveInterval repair with debug info. Debug valueCameron Zwarich2013-02-232-2/+6
* Fix a bug with the LiveIntervals updating in the two-address pass found byCameron Zwarich2013-02-231-1/+1
* Make TwoAddressInstructionPass::sink3AddrInstruction() LiveIntervals-aware.Cameron Zwarich2013-02-231-15/+34
* Make rescheduleMIBelowKill() and rescheduleKillAboveMI() LiveIntervals-aware inCameron Zwarich2013-02-231-30/+85
* Expand pseudos/macros for Selt. This is the last of the complexReed Kotler2013-02-235-10/+93
* ARM: Convenience aliases for 'srs*' instructions.Jim Grosbach2013-02-235-0/+97
* Fixed a careless mistake.Michael Gottesman2013-02-231-1/+1
* Use getSplitDebugFilename when constructing the skeleton cu andEric Christopher2013-02-222-5/+3
* Add a field to the compile unit of where we plan on splitting outEric Christopher2013-02-223-4/+10
* Add a TODO and explain when we can get rid of the isMain field.Eric Christopher2013-02-222-2/+2
* Formatting.Eric Christopher2013-02-221-1/+1
* SelectionDAG compile time improvement.Nadav Rotem2013-02-221-0/+19
* [mips] Emit call16 operator instead of got_disp. The former allows lazy binding.Akira Hatanaka2013-02-223-17/+30
* Fix test by matching movaps instead of AVX-only vmovapsPeter Collingbourne2013-02-221-2/+2
* x86_64: designate most general purpose and SSE registers as callee save under...Peter Collingbourne2013-02-223-21/+52
* Revert "Test commit"Peter Collingbourne2013-02-221-1/+0
* Test commitPeter Collingbourne2013-02-221-0/+1
* An Optional<T> is pod-like if the inner type is.Benjamin Kramer2013-02-221-0/+6
* Remove unused CHECK lines copied from another testPete Cooper2013-02-221-8/+0
* More tests to global struct vectorizerRenato Golin2013-02-221-0/+146
* Made it more explicit that the self-referential llvm.loop identifier metadata Pekka Jaaskelainen2013-02-221-1/+7
* R600/SI: Add pattern for sign extension of i1 to i32.Michel Danzer2013-02-221-0/+5
* R600/SI: Add pattern for logical or of i1 values.Michel Danzer2013-02-221-0/+4
* R600/SI: Add pattern for fceil.Michel Danzer2013-02-221-1/+3
* Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...Kristof Beyls2013-02-2228-409/+408
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-2240-158/+248
* Fix a nomenclature mistake. Slt->Slti in the functions. The "i" refersReed Kotler2013-02-222-8/+8
* Expand mips16 SelT form pseudso/macros.Reed Kotler2013-02-2210-4/+166