1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/lib
Simon Pilgrim 18a9db3146 X86Subtarget.h - remove unnecessary TargetMachine.h include. NFC.
By moving X86Subtarget::isPositionIndependent() into X86Subtarget.cpp we can remove the header dependency and move the few uses into source files.
2020-05-24 12:30:22 +01:00
..
Analysis [ValueTracking] Use assumptions in computeConstantRange. 2020-05-23 20:07:52 +01:00
AsmParser
BinaryFormat [MsgPack] Added convenience assignment to MsgPackDocument 2020-05-21 22:13:19 +01:00
Bitcode [BitcodeReader] Simplify code. NFCI. 2020-05-21 16:03:09 +02:00
Bitstream
CodeGen [TargetLowering] Improve expandFunnelShift shift amount masking 2020-05-24 11:25:09 +01:00
DebugInfo Give microsoftDemangle() an outparam for how many input bytes were consumed. 2020-05-20 16:17:31 -04:00
Demangle Give microsoftDemangle() an outparam for how many input bytes were consumed. 2020-05-20 16:17:31 -04:00
DWARFLinker
ExecutionEngine Fix msvc "switch statement contains 'default' but no 'case' labels" warning. NFC. 2020-05-22 10:49:10 +01:00
Extensions
Frontend
Fuzzer
FuzzMutate
IR [Align] Remove operations on MaybeAlign that asserted that it had a defined value. 2020-05-22 21:54:28 -07:00
IRReader
LineEditor
Linker
LTO TargetLowering.h - remove unnecessary TargetMachine.h include. NFC 2020-05-23 19:49:38 +01:00
MC [MC] Fix double negation of DW_CFA_def_cfa 2020-05-22 21:02:53 -07:00
MCA
Object
ObjectYAML [yaml2obj] - Move "repeated section/fill name" check earlier. 2020-05-23 17:40:48 +03:00
Option
Passes [VectorCombine] position pass after SLP in the optimization pipeline rather than before 2020-05-22 12:22:44 -04:00
ProfileData
Remarks
Support [X86] Add family/model for Intel Comet Lake CPUs for -march=native and function multiversioning 2020-05-24 00:29:25 -07:00
TableGen
Target X86Subtarget.h - remove unnecessary TargetMachine.h include. NFC. 2020-05-24 12:30:22 +01:00
Testing
TextAPI
ToolDrivers
Transforms SimplifyCFG: Clean up optforfuzzing implementation 2020-05-23 13:49:50 -04:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt