1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/lib
Matthias Braun 520d3c4f83 TableGen: Use more StringInit instead of StringRef
This forces the code to call StringInit::get on the string early and
avoids storing duplicates in std::string and sometimes allows pointer
comparisons instead of string comparisons.

llvm-svn: 288642
2016-12-05 06:00:36 +00:00
..
Analysis [InstSimplify] add more helper functions for SimplifyICmpInst; NFCI 2016-12-03 18:03:53 +00:00
AsmParser
Bitcode
CodeGen DAG: Fold out out of bounds insert_vector_elt 2016-12-03 23:03:26 +00:00
DebugInfo
Demangle
ExecutionEngine IR: Change the gep_type_iterator API to avoid always exposing the "current" type. 2016-12-02 02:24:42 +00:00
Fuzzer Resubmit "[LibFuzzer] Split FuzzerUtil for Posix and Windows." 2016-12-02 23:02:01 +00:00
IR IR: Move NumElements field from {Array,Vector}Type to SequentialType. 2016-12-02 03:20:58 +00:00
IRReader
LibDriver
LineEditor
Linker IR: Move NumElements field from {Array,Vector}Type to SequentialType. 2016-12-02 03:20:58 +00:00
LTO [LTOs] Allow generation of hotness information 2016-12-02 17:53:56 +00:00
MC [MC] Generalize MCContext's SectionSymbols field. 2016-12-03 23:55:57 +00:00
Object [Object][MachO] Reference-ify some helper function arguments. NFC. 2016-12-04 01:56:10 +00:00
ObjectYAML
Option
Passes
ProfileData
Support Support escaping in TrigramIndex. 2016-12-02 23:30:16 +00:00
TableGen TableGen: Use more StringInit instead of StringRef 2016-12-05 06:00:36 +00:00
Target [AVX-512] Teach fast isel to handle 512-bit vector bitcasts. 2016-12-05 05:50:51 +00:00
Transforms [InstCombine] change select type to eliminate bitcasts 2016-12-03 15:25:16 +00:00
CMakeLists.txt
LLVMBuild.txt