summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Add support for the 's' operation to llvm-ar.Rafael Espindola2013-07-29
* MC: Support larger COFF string tablesNico Rieck2013-07-29
* Some Intel Penryn CPUs come with SSE4 disabled. Detect them as core 2.Benjamin Kramer2013-07-29
* Allow generation of vmla.f32 instructions when targeting Cortex-A15. The patc...Silviu Baranga2013-07-29
* test commitRobert Lytton2013-07-29
* Teach the AllocaPromoter which is wrapped around the SSAUpdaterChandler Carruth2013-07-29
* Don't vectorize when the attribute NoImplicitFloat is used.Nadav Rotem2013-07-29
* Fix -Wdocumentation warnings.Rafael Espindola2013-07-28
* Update comments for SSAUpdater to use the modern doxygen commentChandler Carruth2013-07-28
* Temporarily revert r187323 until I update SSAUpdater to match mem2reg.Chandler Carruth2013-07-28
* Added encoding prefixes for KNL instructions (EVEX).Elena Demikhovsky2013-07-28
* Now that mem2reg understands how to cope with a slightly wider set ofChandler Carruth2013-07-28
* Thread DataLayout through the callers and into mem2reg. This will beChandler Carruth2013-07-28
* [PowerPC] Add comment explaining preprocessor directive.Bill Schmidt2013-07-28
* Revert 187318Bill Schmidt2013-07-28
* [PowerPC] Remove unnecessary preprocessor checking.Bill Schmidt2013-07-28
* Update the commentNadav Rotem2013-07-27
* [APFloat] Make all arithmetic operations with NaN produce positive NaNs.Michael Gottesman2013-07-27
* [APFloat] Move setting fcNormal in zeroSignificand() to calling code.Michael Gottesman2013-07-27
* Minor code simplification suggested by DuncanMatt Arsenault2013-07-27
* DwarfDebug: MD5 is always little endian, bswap on big endian platforms.Benjamin Kramer2013-07-27
* Create a constant pool symbol for the GOT in the ARMCGBR the same way weChandler Carruth2013-07-27
* Fix yet another memory leak found by the vg-leak bot. Folks (includingChandler Carruth2013-07-27
* Fix a memory leak in the debug emission by simply not allocating memory.Chandler Carruth2013-07-27
* Fix a memory leak in the hexagon scheduler. We call initialize here moreChandler Carruth2013-07-27
* Don't use all the #ifdefs to hide the stats counters and instead rely onChandler Carruth2013-07-27
* Merge the removal of dead instructions and lifetime markers with theChandler Carruth2013-07-27
* Debug Info Verifier: verify SPs in llvm.dbg.sp.Manman Ren2013-07-27
* Also update CMakeLists.txt for r187283.Nick Lewycky2013-07-27
* Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky2013-07-27
* SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-27
* SLP Vectorier: Don't vectorize really short chains because they are already ...Nadav Rotem2013-07-26
* SLP Vectorizer: Disable the vectorization of non power of two chains, such as...Nadav Rotem2013-07-26
* Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."Rafael Espindola2013-07-26
* Fix variable name.Owen Anderson2013-07-26
* When InstCombine tries to fold away (fsub x, (fneg y)) into (fadd x, y), it isOwen Anderson2013-07-26
* [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.Bill Schmidt2013-07-26
* Use more parens to clarify assert.Eric Christopher2013-07-26
* Remove addLetterToHash, no functional change.Eric Christopher2013-07-26
* [mips] Implement llvm.trap intrinsic.Akira Hatanaka2013-07-26
* [mips] Fix FP conditional move instructions to have explicit FP condition codeAkira Hatanaka2013-07-26
* Add missing 'n'.Rafael Espindola2013-07-26
* [mips] Fix FP branch instructions to have explicit FP condition code registerAkira Hatanaka2013-07-26
* Debug Info Verifier: enable verification of DICompileUnit.Manman Ren2013-07-26
* [mips] Increase the number of floating point condition code registers to eight.Akira Hatanaka2013-07-26
* [mips] Fix floating point branch, comparison, and conditional move instructionsAkira Hatanaka2013-07-26
* [mips] Delete register print method MipsInstPrinter::printCPURegs that is notAkira Hatanaka2013-07-26
* [mips] Print instructions "beq", "bne" and "or" using assembler pseudoAkira Hatanaka2013-07-26
* Correct case of m_UIToFp to m_UIToFP to match instruction name, add m_SIToFP ...Stephen Lin2013-07-26
* Collapse conditional and add an assert for unhandled scope types.Eric Christopher2013-07-26