aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow generation of vmla.f32 instructions when targeting Cortex-A15. The patc...Silviu Baranga2013-07-295-5/+31
* test commitRobert Lytton2013-07-291-0/+1
* Teach the AllocaPromoter which is wrapped around the SSAUpdaterChandler Carruth2013-07-291-15/+51
* Don't vectorize when the attribute NoImplicitFloat is used.Nadav Rotem2013-07-292-0/+30
* Fix -Wdocumentation warnings.Rafael Espindola2013-07-282-6/+6
* Update comments for SSAUpdater to use the modern doxygen commentChandler Carruth2013-07-282-88/+60
* Remove use of sprintf added to X86 disassembler tablegen code. Send message w...Craig Topper2013-07-281-4/+2
* Partial revert of 187310; it seems MSVC 10 still spits out this warning, but ...Aaron Ballman2013-07-281-1/+2
* Temporarily revert r187323 until I update SSAUpdater to match mem2reg.Chandler Carruth2013-07-281-81/+12
* fixed compilation issueElena Demikhovsky2013-07-281-0/+1
* Added encoding prefixes for KNL instructions (EVEX).Elena Demikhovsky2013-07-2817-33/+703
* Now that mem2reg understands how to cope with a slightly wider set ofChandler Carruth2013-07-281-12/+81
* Thread DataLayout through the callers and into mem2reg. This will beChandler Carruth2013-07-285-14/+23
* [PowerPC] Add comment explaining preprocessor directive.Bill Schmidt2013-07-281-0/+2
* Revert 187318Bill Schmidt2013-07-281-1/+1
* [PowerPC] Remove unnecessary preprocessor checking.Bill Schmidt2013-07-281-1/+1
* Update the commentNadav Rotem2013-07-271-0/+1
* [APFloat] Make all arithmetic operations with NaN produce positive NaNs.Michael Gottesman2013-07-272-93/+46
* [APFloat] Move setting fcNormal in zeroSignificand() to calling code.Michael Gottesman2013-07-271-2/+4
* [APFloat] Removed nextafter from missing operations since it is implemented i...Michael Gottesman2013-07-271-1/+1
* Re-enabling some more MSVC warnings; all of these compile cleanly with no fur...Aaron Ballman2013-07-271-2/+0
* Minor code simplification suggested by DuncanMatt Arsenault2013-07-271-2/+1
* DwarfDebug: MD5 is always little endian, bswap on big endian platforms.Benjamin Kramer2013-07-272-2/+3
* Create a constant pool symbol for the GOT in the ARMCGBR the same way weChandler Carruth2013-07-271-7/+8
* Fix yet another memory leak found by the vg-leak bot. Folks (includingChandler Carruth2013-07-271-2/+6
* Fix a memory leak in the debug emission by simply not allocating memory.Chandler Carruth2013-07-271-2/+2
* Fix a memory leak in the hexagon scheduler. We call initialize here moreChandler Carruth2013-07-271-0/+2
* Don't use all the #ifdefs to hide the stats counters and instead rely onChandler Carruth2013-07-271-18/+0
* Merge the removal of dead instructions and lifetime markers with theChandler Carruth2013-07-271-41/+32
* Re-enabling a warning in MSVC mode now that r187292 fixed the only instance o...Aaron Ballman2013-07-271-1/+0
* SimplifyCFG: Add missing tests from r187278Tom Stellard2013-07-273-0/+125
* Update this CMakeLists.txt for r187283 too.Nick Lewycky2013-07-271-0/+1
* Debug Info Verifier: verify SPs in llvm.dbg.sp.Manman Ren2013-07-2738-164/+209
* Also update CMakeLists.txt for r187283.Nick Lewycky2013-07-271-0/+1
* Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky2013-07-2713-142/+666
* Re-enabling some more MSVC warnings; all of these compile cleanly with no fur...Aaron Ballman2013-07-271-4/+0
* SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-2717-40/+629
* Move the default back to pipefail. I accidentally reverted it before.Rafael Espindola2013-07-261-1/+1
* Propagate pipefail when cloning.Rafael Espindola2013-07-261-4/+6
* SLP Vectorier: Don't vectorize really short chains because they are already ...Nadav Rotem2013-07-262-3/+9
* SLP Vectorizer: Disable the vectorization of non power of two chains, such as...Nadav Rotem2013-07-263-49/+39
* Use pipefail when available.Rafael Espindola2013-07-266-3/+18
* next batch of -disable-debug-info-verifierRafael Espindola2013-07-265-5/+5
* Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."Rafael Espindola2013-07-265-9/+8
* Fix variable name.Owen Anderson2013-07-261-2/+2
* Re-enabling the C4065 warning for MSVC builds as it no longer fires due to ta...Aaron Ballman2013-07-261-1/+0
* Use a non-c'tor for converting a boolean into a StringRef.Bill Wendling2013-07-261-4/+4
* When InstCombine tries to fold away (fsub x, (fneg y)) into (fadd x, y), it isOwen Anderson2013-07-262-1/+25
* [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.Bill Schmidt2013-07-265-8/+9
* Use more parens to clarify assert.Eric Christopher2013-07-261-1/+1