1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/lib
Benjamin Kramer 6f39531981 Don't store Twine temporaries, it's not safe.
And don't append the name over and over again in the loop.

llvm-svn: 129210
2011-04-09 11:26:27 +00:00
..
Analysis PR9604; try to deal with RAUW updates correctly in the AST. I'm not convinced 2011-04-09 06:55:46 +00:00
Archive
AsmParser
Bitcode
CodeGen Avoid excess precision issues that lead to generating host-compiler-specific code. 2011-04-09 06:57:13 +00:00
CompilerDriver
ExecutionEngine Make error message more useful. 2011-04-09 10:10:35 +00:00
Linker
MC Don't store Twine temporaries, it's not safe. 2011-04-09 11:26:27 +00:00
Object
Support regexes are allowed to match empty things, e.g. {{.*}} in filecheck. 2011-04-09 06:29:24 +00:00
Target Fix an apparent typo that made GCC complain 2011-04-08 21:59:49 +00:00
Transforms Add back a couple checks removed by r129128; the fact that an intitializer 2011-04-09 09:11:09 +00:00
VMCore
CMakeLists.txt
Makefile