aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-2835-624/+624
* This patch follows is a follow up to r178171, which uses the register Preston Gurd2013-03-274-5/+422
* For the current Atom processor, the fastest way to handle a callPreston Gurd2013-03-271-0/+45
* R600/SI: add SETO/SETUO patternsChristian Konig2013-03-272-0/+26
* Print PPC ZERO as 0 (not r0) even on DarwinHal Finkel2013-03-271-3/+3
* Enabling the generation of dependency breakers for partial updates on Cortex-...Silviu Baranga2013-03-272-2/+41
* R600/SI: add cummuting of rev instructionsChristian Konig2013-03-273-3/+3
* R600/SI: add mulhu/mulhs patternsChristian Konig2013-03-271-0/+16
* R600/SI: add srl/sha patterns for SIChristian Konig2013-03-272-0/+28
* Allocate r0 on PPCHal Finkel2013-03-271-0/+18
* Remove the link register from the GPR classes on PowerPC.Bill Schmidt2013-03-277-15/+15
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-2735-624/+624
* Don't spill PPC VRSAVE on non-Darwin (even in SjLj)Hal Finkel2013-03-272-5/+10
* Add XTEST codegen supportMichael Liao2013-03-261-0/+11
* Enable SandyBridgeModel for all modern Intel P6 descendants.Jakob Stoklund Olesen2013-03-262-3/+3
* Use multiple virtual registers in PPC CR spillingHal Finkel2013-03-261-17/+23
* Update PEI's virtual-register-based scavenging to support multiple simultaneo...Hal Finkel2013-03-261-3/+3
* Fix PRFCHW test on non-x86 buildsMichael Liao2013-03-261-1/+1
* Add PREFETCHW codegen supportMichael Liao2013-03-261-0/+3
* Hexagon: Use multiclass for aslh, asrh, sxtb, sxth, zxtb and zxth.Jyotsna Verma2013-03-261-0/+21
* R600/SI: mark most intrinsics as readnone v2Christian Konig2013-03-262-49/+84
* Revise alignment checking/calculation on 256-bit unaligned memory accessMichael Liao2013-03-251-1/+23
* Enhance folding of (extract_subvec (insert_subvec V1, V2, IIdx), EIdx)Michael Liao2013-03-251-0/+13
* Add an -mcpu option to a test that is apparently scheduler-sensitive.Jakob Stoklund Olesen2013-03-251-1/+1
* Disable some unsafe-fp-math DAG-combine transformation after legalization.Shuxin Yang2013-03-251-0/+14
* llvm/test/CodeGen/X86/atomic{32|64}.ll: Unmark them out of XFAIL:win32.NAKAMURA Takumi2013-03-252-2/+2
* XFAIL some of the generic CodeGen tests for Hexagon.Jyotsna Verma2013-03-254-3/+4
* Remove unnecessary attributes from test case.Chad Rosier2013-03-251-3/+1
* Add a GC plugin for ErlangYiannis Tsiouris2013-03-251-0/+25
* [NVPTX] Fix handling of vector argumentsJustin Holewinski2013-03-241-0/+27
* Remove the type legality check from the SelectionDAGBuilder when it lowers @l...Owen Anderson2013-03-231-0/+20
* Hexagon: Add and enable memops setbit, clrbit, &,|,+,- for byte, short, and w...Jyotsna Verma2013-03-224-0/+1465
* Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...David Blaikie2013-03-223-4/+4
* R600: Fix up test/CodeGen/R600/llvm.pow.ll for r177730Michel Danzer2013-03-221-1/+1
* Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...David Blaikie2013-03-2222-59/+59
* Fix a register-class comparison bug in PPCCTRLoopsHal Finkel2013-03-211-1/+2
* Move the DIFile in DISubprogram to the beginning to be a common prefix along ...David Blaikie2013-03-215-17/+17
* Implement builtin_{setjmp/longjmp} on PPCHal Finkel2013-03-211-0/+108
* Fix Darwin NEON FP and increase coverageRenato Golin2013-03-216-13/+19
* Remove unused field in DISubprogramDavid Blaikie2013-03-2135-72/+70
* Add support for spilling VRSAVE on PPCHal Finkel2013-03-211-0/+18
* Correct PPC FRAMEADDR lowering using a pseudo-registerHal Finkel2013-03-211-0/+47
* Avoid NEON SP-FP unless unsafe-math or DarwinRenato Golin2013-03-218-11/+120
* Debug info: refactor the first field of DICompileUnit to be a raw file/direct...David Blaikie2013-03-2015-15/+15
* When computing the demanded bits of Load SDNodes, make sure that we are looki...Nadav Rotem2013-03-201-0/+35
* Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...David Blaikie2013-03-2015-15/+15
* Remove unused field in DICompileUnitDavid Blaikie2013-03-2039-39/+39
* Add a test case for PR15318 fixed in r177472Hao Liu2013-03-201-0/+7
* Fix PR15296Michael Liao2013-03-201-0/+46
* Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...David Blaikie2013-03-2013-123/+123