aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Force a CPU that doesn't have AVX, otherwise this test fails.Benjamin Kramer2013-10-061-3/+3
* X86: Don't fold spills into SSE operations if the stack is unaligned.Benjamin Kramer2013-10-062-0/+53
* AVX-512: added scalar convert instructions and intrinsics.Elena Demikhovsky2013-10-066-13/+308
* [Mips] Add MIPS program header types.Simon Atanasyan2013-10-061-1/+6
* [Sparc] Do not emit nop after fcmp* instruction with V9.Venkatraman Govindaraju2013-10-064-7/+27
* AVX-512: fixed shuffle loweringElena Demikhovsky2013-10-063-1/+31
* [Sparc] Custom lower addc/adde/subc/sube on i64 in sparc64.Venkatraman Govindaraju2013-10-063-7/+66
* [Sparc] Use addxcc/subxcc for adde/sube instead of addx/subx.Venkatraman Govindaraju2013-10-062-4/+43
* Add TBM instructions to loading folding tables.Craig Topper2013-10-051-1/+21
* Rename this feature to "cx16" to match gcc's flag name. Apparently these stringsNick Lewycky2013-10-051-1/+1
* Silencing an MSVC warning.Aaron Ballman2013-10-051-2/+2
* Emit a better error when running out of registers on inline asm.Benjamin Kramer2013-10-053-5/+7
* Remove underscores from TBM instruction names for consistency with other inst...Craig Topper2013-10-051-24/+24
* Remove unneeded TBM intrinsics. The arithmetic/logical operation patterns are...Craig Topper2013-10-053-477/+23
* Add an additional pattern for BLCI since opt can turn (not (add x, 1)) into (...Craig Topper2013-10-052-0/+26
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-0527-315/+244
* lli: Plug leaks in the remote target external implementation.Benjamin Kramer2013-10-056-1/+16
* Implement aarch64 neon instruction set AdvSIMD (Across).Jiangning Liu2013-10-057-1/+904
* Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper2013-10-056-1/+75
* Convert test to FileCheck.Rafael Espindola2013-10-051-5/+12
* [Sparc] Use correct alignment while loading/storing fp128 values.Venkatraman Govindaraju2013-10-052-4/+34
* Updating XFAILs for recent GOT testsAndrew Kaylor2013-10-054-0/+4
* Adding tests for multiple GOTs with MCJITAndrew Kaylor2013-10-054-0/+44
* Adding multiple GOT handling to RuntimeDyldELFAndrew Kaylor2013-10-052-59/+81
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-0510-96/+271
* Reorganize some member variables and update a comment.Eric Christopher2013-10-051-6/+6
* Fix one comment and update another. Slightly reformat.Eric Christopher2013-10-052-4/+3
* [Sparc] Respect hasHardQuad parameter correctly when lowering SINT_TO_FP with...Venkatraman Govindaraju2013-10-052-1/+14
* Add a resolve method on CompileUnit that forwards to DwarfDebug.Eric Christopher2013-10-052-8/+13
* Debug info: Don't crash in SelectionDAGISel when a vreg that is beingAdrian Prantl2013-10-052-3/+142
* Make a bunch of CompileUnit member functions private.Eric Christopher2013-10-052-36/+38
* [Sparc] Correct the floating point conditional code mapping in GetOppositeBra...Venkatraman Govindaraju2013-10-042-8/+40
* Minor formatting/comment rewording/etc.David Blaikie2013-10-041-5/+3
* Remove odd use of this.Eric Christopher2013-10-041-1/+1
* Reformat some odd formattings.Eric Christopher2013-10-041-32/+19
* Tighten up some type arguments to functions. Where we expect aEric Christopher2013-10-042-6/+6
* UpdatePHINodes in BasicBlockUtils should not crash on duplicate predecessorsHal Finkel2013-10-042-2/+52
* Remove some dead code.David Blaikie2013-10-042-7/+0
* Pull this out for a bit of readability.Eric Christopher2013-10-041-15/+18
* Simplify setting of DIE tag for type DIEs by setting it in one* place.David Blaikie2013-10-041-16/+8
* Reformat.Eric Christopher2013-10-041-832/+791
* Formatting.Eric Christopher2013-10-041-1/+1
* Prune includes.Eric Christopher2013-10-041-2/+0
* forgot to remove this file as wellJack Carter2013-10-041-53/+0
* reverting per requestJack Carter2013-10-047-56/+6
* Use addFlag to add the enum class attribute.Eric Christopher2013-10-042-3/+3
* Use Die->addValue and DIEIntegerOne directly when we want to addEric Christopher2013-10-041-3/+2
* Fix DAGCombiner::visitFP_EXTEND to ignore indexed loadsHal Finkel2013-10-041-1/+1
* Support tblockaddr for static compilation in Mips16.Reed Kotler2013-10-042-1/+14
* Fix object file writing in llvm-lto on Windows.Rafael Espindola2013-10-043-5/+3