1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/test
Reid Kleckner 85e933eefe [IR] Keep a double break between functions when printing a module
This behavior appears to have changed unintentionally in
b0e979724f2679e4e6f5b824144ea89289bd6d56.

Instead of printing the leading newline in printFunction, print it when
printing a module. This ensures that `OS << *Func` starts printing
immediately on the current line, but whole modules are printed nicely.

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D73505
2020-01-27 15:31:09 -08:00
..
Analysis Support zero size types in StackSafetyAnalysis. 2020-01-27 15:22:59 -08:00
Assembler [IR] masked gather/scatter alignment should be set 2020-01-26 18:51:36 +01:00
Bindings
Bitcode
BugPoint
CodeGen [WinEH] Re-run stack coloring test for i686 2020-01-27 15:26:03 -08:00
DebugInfo Fix an assertion failure in DwarfExpression's subregister composition 2020-01-27 12:44:37 -08:00
Demangle
Examples
ExecutionEngine
Feature [IR] Keep a double break between functions when printing a module 2020-01-27 15:31:09 -08:00
FileCheck FileCheck [9/12]: Add support for matching formats 2020-01-24 14:15:28 +00:00
Instrumentation [msan] Instrument x86.pclmulqdq* intrinsics. 2020-01-24 14:31:06 -08:00
Integer
JitListener
Linker
LTO
MachineVerifier
MC [PowerPC][Future] Add prefixed instruction paddi to future CPU 2020-01-24 07:27:25 -06:00
Object [llvm-readobj] - Refine --needed-libs implementation and add a test. 2020-01-27 13:29:28 +03:00
ObjectYAML
Other
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen TableGen/GlobalISel: Handle non-leaf EXTRACT_SUBREG 2020-01-24 12:15:10 -08:00
ThinLTO/X86 Restore "[LTO/WPD] Enable aggressive WPD under LTO option" 2020-01-27 07:55:05 -08:00
tools Restore "[LTO/WPD] Enable aggressive WPD under LTO option" 2020-01-27 07:55:05 -08:00
Transforms [InstCombine] allow more narrowing of casted select 2020-01-27 16:35:50 -05:00
Unit
Verifier Add function attribute "patchable-function-prefix" to support -fpatchable-function-entry=N,M where M>0 2020-01-23 17:02:27 -08:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh