1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/lib
Philip Reames 4e43cc3a25 [IndVars] Remove a bit of manual constant folding [NFC]
SCEV is more than capable of folding (add x, trunc(0)) to x.  

llvm-svn: 364693
2019-06-29 00:19:31 +00:00
..
Analysis Use "willreturn" in isGuaranteedToTransferExecutionToSuccessor 2019-06-27 19:29:48 +00:00
AsmParser [Attr] Add "willreturn" function attribute 2019-06-27 15:51:40 +00:00
BinaryFormat [WebAssembly] Fix list of relocations with addends in lld 2019-06-26 00:52:42 +00:00
Bitcode [Attr] Add "willreturn" function attribute 2019-06-27 15:51:40 +00:00
CodeGen [HardwareLoops] Loop counter guard intrinsic 2019-06-28 07:38:16 +00:00
DebugInfo [DebugInfo] Simplify GSYM::AddressRange and GSYM::AddressRanges 2019-06-28 10:06:11 +00:00
Demangle
ExecutionEngine
Fuzzer
FuzzMutate
IR [Attr] Add "willreturn" function attribute 2019-06-27 15:51:40 +00:00
IRReader
LineEditor [CMake] Delete redundant DEPENDS/LINK_LIBS from LineEditor/XRay 2019-06-22 01:50:21 +00:00
Linker
LTO
MC [WebAssembly] Allow @object in .type directives. 2019-06-28 21:53:11 +00:00
MCA
Object
ObjectYAML [yaml2obj] - Allow overriding e_shentsize, e_shoff, e_shnum and e_shstrndx fields in the YAML. 2019-06-27 11:08:42 +00:00
Option Make AddLastArg() variadic and use it more. No behavior change. 2019-06-26 17:51:47 +00:00
Passes [clang][NewPM] Do not eliminate available_externally durng -O2 -flto runs 2019-06-20 19:44:51 +00:00
ProfileData Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFC 2019-06-21 05:40:31 +00:00
Remarks
Support [Support] Add fs::getUmask() function and change fs::setPermissions 2019-06-28 03:21:00 +00:00
TableGen
Target [WebAssembly] Assembler: support .int16/32/64 directives. 2019-06-28 22:20:33 +00:00
Testing
TextAPI Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFC 2019-06-21 05:40:31 +00:00
ToolDrivers
Transforms [IndVars] Remove a bit of manual constant folding [NFC] 2019-06-29 00:19:31 +00:00
WindowsManifest
XRay [CMake] Delete redundant DEPENDS/LINK_LIBS from LineEditor/XRay 2019-06-22 01:50:21 +00:00
CMakeLists.txt
LLVMBuild.txt