1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/test
Jessica Paquette d1afddc21f Add size remarks to MachineFunctionPass
This adds per-function size remarks to codegen, similar to what we have in the
IR layer as of r341588. This only impacts MachineFunctionPasses.

This does the same thing, but for `MachineInstr`s instead of just
`Instructions`. After this, when a `MachineFunctionPass` modifies the number of
`MachineInstr`s in the function it ran on, you'll get a remark.

To enable this, use the size-info analysis remark as before.

llvm-svn: 341876
2018-09-10 22:24:10 +00:00
..
Analysis [AST] Visit memtransfer arguments in order 2018-09-10 16:00:27 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [X89] Explicitly enable aes in aes-schedule.ll to fix failures after r341861. 2018-09-10 21:49:01 +00:00
DebugInfo AMDGPU: Fix tests using old number for constant address space 2018-09-10 02:54:25 +00:00
Demangle [MS Demangler] Add support for $$Z parameter pack separator. 2018-08-30 20:53:29 +00:00
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [MSan] Add KMSAN instrumentation to MSan pass 2018-09-07 09:10:30 +00:00
Integer
JitListener
Linker
LTO
MC [WebAssembly] v8x16.shuffle 2018-09-07 21:54:46 +00:00
Object
ObjectYAML
Other Add size remarks to MachineFunctionPass 2018-09-10 22:24:10 +00:00
SafepointIRVerifier
SymbolRewriter
TableGen
ThinLTO/X86
tools [XRay] Fix buildbot failure 2018-09-10 05:29:49 +00:00
Transforms HotColdSplitting: fix test failing because of last commit 2018-09-10 15:42:17 +00:00
Unit
Verifier Remove addBlockByrefAddress(), it is dead code as far as clang is concerned. 2018-09-08 00:21:55 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in Import lit.llvm after rL341135 2018-08-31 00:22:20 +00:00
TestRunner.sh