1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/lib
Gabor Buella a61216fec2 NFC Avoid a warning in WasmEHPrepare.cpp
```
../lib/CodeGen/WasmEHPrepare.cpp:166:30: warning: extra ‘;’ [-Wpedantic]
                 false, false);
                              ^
```

llvm-svn: 333732
2018-06-01 07:47:46 +00:00
..
Analysis [DA] Fix direction vectors for weakZeroSrcSIV 2018-05-31 14:55:29 +00:00
AsmParser [ThinLTO] Print module summary index to assembly 2018-05-26 02:34:13 +00:00
BinaryFormat
Bitcode
CodeGen NFC Avoid a warning in WasmEHPrepare.cpp 2018-06-01 07:47:46 +00:00
DebugInfo DWARFAcceleratorTable: fix equal_range iterators 2018-05-31 08:47:00 +00:00
Demangle Reverted commits 333390, 333391 and 333394 2018-05-29 07:05:41 +00:00
ExecutionEngine [ORC] Add a getRequestedSymbols method to MaterializationResponsibility. 2018-05-31 19:29:03 +00:00
Fuzzer
FuzzMutate
IR [ADT] Make escaping fn conform to coding guidelines 2018-05-31 17:01:42 +00:00
IRReader
LineEditor
Linker
LTO IRGen: Write .dwo files when -split-dwarf-file is used together with -fthinlto-index. 2018-05-31 18:25:59 +00:00
MC [MCSchedule] Add the ability to compute the latency and throughput information for MCInst. 2018-05-31 13:30:42 +00:00
Object MC: Remove redundant substr() call 2018-05-30 03:37:26 +00:00
ObjectYAML
Option
Passes [PM/LoopUnswitch] When using the new SimpleLoopUnswitch pass, schedule 2018-05-30 02:46:45 +00:00
ProfileData
Support [ADT] Make escaping fn conform to coding guidelines 2018-05-31 17:01:42 +00:00
TableGen TableGen: add some more helpful error messages 2018-05-29 17:12:20 +00:00
Target [AArch64][SVE] Asm: Support for DUPM (masked immediate) instruction. 2018-06-01 07:25:46 +00:00
Testing
ToolDrivers
Transforms [LoopIdiomRecognize] Only convert loops to ctlz if we can prove that the input is non-negative. 2018-05-31 22:16:55 +00:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt