summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic
AgeCommit message (Expand)AuthorFilesLines
2016-05-10llc: Rework -run-pass optionMatthias Braun1-7/+0
2016-04-22Introduce llvm.load.relative intrinsic.Peter Collingbourne1-1/+1
2016-04-05Add missing test for the "Don't delete empty preheaders" added in r265397Chuang-Yu Cheng1-0/+39
2016-03-31Move asm-printer-topological-order.ll to PowerPC backendTim Shen1-15/+0
2016-03-31[AsmPrinter] Print aliases in topological orderTim Shen1-0/+15
2016-03-29[Codegen] Decrease minimum jump table density.Kyle Butt1-7/+7
2016-02-25Move test/CodeGen/Generic/pr26652.ll to test/CodeGen/X86/pr26652.ll and test ...Cong Hou1-8/+0
2016-02-24Detecte vector reduction operations just before instruction selection.Cong Hou2-0/+245
2016-02-17Revert r261070, it caused PR26652 / PR26653.Nico Weber1-85/+0
2016-02-17Detecte vector reduction operations just before instruction selection.Cong Hou1-0/+85
2016-01-26Remove autoconf supportChris Bieneman1-23/+0
2016-01-14Unxfail passing testcase on HexagonKrzysztof Parzyszek1-1/+1
2015-12-26[gc.statepoint] Change gc.statepoint intrinsic's return type to token type in...Chen Li1-16/+16
2015-12-04Move llvm/test/CodeGen/Generic/function-alias.ll to X86. It is incompatible t...NAKAMURA Takumi1-10/+0
2015-12-04Fix function-alias.ll test on non-X86 targets.Evgeniy Stepanov1-2/+0
2015-12-04Emit function alias to data as a function symbol.Evgeniy Stepanov1-0/+12
2015-12-01Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou1-4/+4
2015-12-01Revert r254348: "Replace all weight-based interfaces in MBB with probability-...Hans Wennborg1-4/+4
2015-12-01Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou1-4/+4
2015-11-24Let SelectionDAG start to use probability-based interface to add successors.Cong Hou1-4/+4
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2-4/+4
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2-4/+4
2015-10-29Revert "[ARM] Remove XFAIL on test/CodeGen/Generic/MachineBranchProb.ll"Weiming Zhao1-1/+2
2015-10-29[ARM] Remove XFAIL on test/CodeGen/Generic/MachineBranchProb.llWeiming Zhao1-2/+1
2015-10-17[Hexagon] Reverting test file change.Colin LeMahieu1-1/+2
2015-10-17[Hexagon] Adding skeleton of HVX extension instructions.Colin LeMahieu1-2/+1
2015-10-09Fix assert in X86 backend.James Y Knight1-0/+6
2015-09-16Make the default triple optional by allowing an empty stringMehdi Amini1-1/+1
2015-09-11Use function attribute "stackrealign" to decide whether stackAkira Hatanaka1-1/+1
2015-09-11[opaque pointer type] Add textual IR support for explicit type parameter for ...David Blaikie1-14/+14
2015-09-01Distribute the weight on the edge from switch to default statement to edges g...Cong Hou1-2/+2
2015-08-28DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith1-2/+3
2015-08-04Update test suite to make "ninja check" succeed without native backend builtinMehdi Amini1-0/+3
2015-07-31DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith1-1/+1
2015-07-28Move unit tests to target specific directories.Chih-Hung Hsieh1-298/+0
2015-07-28Implement target independent TLS compatible with glibc's emutls.c.Chih-Hung Hsieh1-0/+298
2015-07-24DI/Verifier: Fix argument bitrot in DILocalVariableDuncan P. N. Exon Smith1-1/+1
2015-07-20Targets: commonize some stack realignment codeJF Bastien1-0/+27
2015-07-06llc: Add a 'run-pass' option.Alex Lorenz1-0/+7
2015-07-03whitespace tidyup. NFC.Simon Pilgrim1-28/+28
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer8-18/+18
2015-05-27Resubmit r237954 (MIR Serialization: print and parse LLVM IR using MIR format).Alex Lorenz1-1/+2
2015-05-22Revert r237954, "Resubmit r237708 (MIR Serialization: print and parse LLVM IR...NAKAMURA Takumi1-2/+1
2015-05-21Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format).Alex Lorenz1-1/+2
2015-05-20Fix icmp loweringPawel Bylica1-0/+50
2015-05-19Revert r237708 (MIR serialization) - incremental buildbots became unstable.Alex Lorenz1-2/+1
2015-05-19MIR Serialization: print and parse LLVM IR using MIR format.Alex Lorenz1-1/+2
2015-05-12[Statepoints] Support for "patchable" statepoints.Sanjoy Das1-11/+11
2015-05-12Migrate existing backends that care about software floating pointEric Christopher1-2/+6
2015-05-08Extend the statepoint intrinsic to allow statepoints to be marked as transiti...Pat Gavlin1-10/+10