llvm-project/llvm/test/CodeGen
Tim Northover e5102de678 GlobalISel: forbid physical registers on generic MIs.
We're intending to move to a world where the type of a register is determined
by its (unique) def. This is incompatible with physregs, which are untyped.

It also means the other passes don't have to worry quite so much about
register-class compatibility and inserting COPYs appropriately.

llvm-svn: 280132
2016-08-30 18:52:46 +00:00
..
AArch64 GlobalISel: forbid physical registers on generic MIs. 2016-08-30 18:52:46 +00:00
AMDGPU AMDGPU/SI: Implement a custom MachineSchedStrategy 2016-08-29 19:42:52 +00:00
ARM Use the correct ctor/dtor section for dynamic-no-pic. 2016-08-29 12:47:22 +00:00
BPF
Generic CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses 2016-08-24 01:52:46 +00:00
Hexagon Propagate TBAA info in SelectionDAG::getIndexedLoad 2016-08-29 19:50:15 +00:00
Inputs
Lanai Add a REQUIRES: assert on a Lanai test that uses a -debug-only flag 2016-07-29 19:35:22 +00:00
MIR GlobalISel: forbid physical registers on generic MIs. 2016-08-30 18:52:46 +00:00
MSP430 Revert r279242 - it's failing the tests 2016-08-19 14:18:34 +00:00
Mips [mips] Preparatory work for a generic scheduler 2016-08-24 13:00:47 +00:00
NVPTX [NVPTX] Switch nvptx-use-infer-addrspace to true. 2016-08-19 20:46:45 +00:00
PowerPC [PowerPC] Force entry alignment in .got2 2016-08-30 01:43:38 +00:00
SPARC Revert "[Sparc] Leon errata fix passes." 2016-08-12 14:48:09 +00:00
SystemZ [SystemZ] Use valid base/index regs for inline asm 2016-08-18 21:44:15 +00:00
Thumb [ARM] Generate consistent frame records for Thumb2 2016-08-23 09:19:22 +00:00
Thumb2 CodeGen: If Convert blocks that would form a diamond when tail-merged. 2016-08-24 21:34:27 +00:00
WebAssembly [WebAssembly] Disable the store-results optimization. 2016-08-18 17:51:27 +00:00
WinEH Revert EH-specific checks in BranchFolding that were causing blow ups in compile time. 2016-07-27 17:55:33 +00:00
X86 Make vec_fabs.ll pass with MSVC 2013 2016-08-29 16:35:43 +00:00
XCore IR: Introduce Module::global_objects(). 2016-06-22 20:29:42 +00:00