1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/lib/CodeGen/MIRParser
Evgeny Leviant dc367e49cc [MIR] Speedup parsing of function with large number of basic blocks
Patch eliminates string length calculation when lexing a token. Speedup can be up to
1000x.

Differential revision: https://reviews.llvm.org/D83389
2020-07-08 18:50:00 +03:00
..
CMakeLists.txt [cmake] LLVMMIRParser - add include/llvm/CodeGen/LLVMMIRParser header path 2020-04-18 12:31:41 +01:00
LLVMBuild.txt Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
MILexer.cpp MILexer.h/cpp - remove unused includes. NFC. 2020-05-22 10:49:10 +01:00
MILexer.h MILexer.h/cpp - remove unused includes. NFC. 2020-05-22 10:49:10 +01:00
MIParser.cpp [MIR] Speedup parsing of function with large number of basic blocks 2020-07-08 18:50:00 +03:00
MIRParser.cpp Infer alignment of unmarked loads in IR/bitcode parsing. 2020-05-14 13:03:50 -07:00