summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic
Commit message (Expand)AuthorAgeFilesLines
* Add missing test for the "Don't delete empty preheaders" added in r265397Chuang-Yu Cheng2016-04-051-0/+39
* Move asm-printer-topological-order.ll to PowerPC backendTim Shen2016-03-311-15/+0
* [AsmPrinter] Print aliases in topological orderTim Shen2016-03-311-0/+15
* [Codegen] Decrease minimum jump table density.Kyle Butt2016-03-291-7/+7
* Move test/CodeGen/Generic/pr26652.ll to test/CodeGen/X86/pr26652.ll and test ...Cong Hou2016-02-251-8/+0
* Detecte vector reduction operations just before instruction selection.Cong Hou2016-02-242-0/+245
* Revert r261070, it caused PR26652 / PR26653.Nico Weber2016-02-171-85/+0
* Detecte vector reduction operations just before instruction selection.Cong Hou2016-02-171-0/+85
* Remove autoconf supportChris Bieneman2016-01-261-23/+0
* Unxfail passing testcase on HexagonKrzysztof Parzyszek2016-01-141-1/+1
* [gc.statepoint] Change gc.statepoint intrinsic's return type to token type in...Chen Li2015-12-261-16/+16
* Move llvm/test/CodeGen/Generic/function-alias.ll to X86. It is incompatible t...NAKAMURA Takumi2015-12-041-10/+0
* Fix function-alias.ll test on non-X86 targets.Evgeniy Stepanov2015-12-041-2/+0
* Emit function alias to data as a function symbol.Evgeniy Stepanov2015-12-041-0/+12
* Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou2015-12-011-4/+4
* Revert r254348: "Replace all weight-based interfaces in MBB with probability-...Hans Wennborg2015-12-011-4/+4
* Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou2015-12-011-4/+4
* Let SelectionDAG start to use probability-based interface to add successors.Cong Hou2015-11-241-4/+4
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-192-4/+4
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-182-4/+4
* Revert "[ARM] Remove XFAIL on test/CodeGen/Generic/MachineBranchProb.ll"Weiming Zhao2015-10-291-1/+2
* [ARM] Remove XFAIL on test/CodeGen/Generic/MachineBranchProb.llWeiming Zhao2015-10-291-2/+1
* [Hexagon] Reverting test file change.Colin LeMahieu2015-10-171-1/+2
* [Hexagon] Adding skeleton of HVX extension instructions.Colin LeMahieu2015-10-171-2/+1
* Fix assert in X86 backend.James Y Knight2015-10-091-0/+6
* Make the default triple optional by allowing an empty stringMehdi Amini2015-09-161-1/+1
* Use function attribute "stackrealign" to decide whether stackAkira Hatanaka2015-09-111-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter for ...David Blaikie2015-09-111-14/+14
* Distribute the weight on the edge from switch to default statement to edges g...Cong Hou2015-09-011-2/+2
* DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith2015-08-281-2/+3
* Update test suite to make "ninja check" succeed without native backend builtinMehdi Amini2015-08-041-0/+3
* DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith2015-07-311-1/+1
* Move unit tests to target specific directories.Chih-Hung Hsieh2015-07-281-298/+0
* Implement target independent TLS compatible with glibc's emutls.c.Chih-Hung Hsieh2015-07-281-0/+298
* DI/Verifier: Fix argument bitrot in DILocalVariableDuncan P. N. Exon Smith2015-07-241-1/+1
* Targets: commonize some stack realignment codeJF Bastien2015-07-201-0/+27
* llc: Add a 'run-pass' option.Alex Lorenz2015-07-061-0/+7
* whitespace tidyup. NFC.Simon Pilgrim2015-07-031-28/+28
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-178-18/+18
* Resubmit r237954 (MIR Serialization: print and parse LLVM IR using MIR format).Alex Lorenz2015-05-271-1/+2
* Revert r237954, "Resubmit r237708 (MIR Serialization: print and parse LLVM IR...NAKAMURA Takumi2015-05-221-2/+1
* Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format).Alex Lorenz2015-05-211-1/+2
* Fix icmp loweringPawel Bylica2015-05-201-0/+50
* Revert r237708 (MIR serialization) - incremental buildbots became unstable.Alex Lorenz2015-05-191-2/+1
* MIR Serialization: print and parse LLVM IR using MIR format.Alex Lorenz2015-05-191-1/+2
* [Statepoints] Support for "patchable" statepoints.Sanjoy Das2015-05-121-11/+11
* Migrate existing backends that care about software floating pointEric Christopher2015-05-121-2/+6
* Extend the statepoint intrinsic to allow statepoints to be marked as transiti...Pat Gavlin2015-05-081-10/+10
* [Hexagon] r236351 fix does not work on builder configurations yet.Colin LeMahieu2015-05-011-1/+2
* [Hexagon] Adding expression MC emission and removing XFAIL from test that hit...Colin LeMahieu2015-05-011-2/+1
OpenPOWER on IntegriCloud