llvm-6502/lib
Alp Toker 22e0e0c1de Add missing escape characters to the new Regex::escape() function
The old AddFixedStringToRegEx() it was based on got away with this for the
longest time, but the problem became easy to spot after the cleanup in r197096.

Also add a quick unit test to cover regex escaping.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197121 91177308-0d34-0410-b5e6-96231b3b80d8
2013-12-12 02:51:58 +00:00
..
Analysis
AsmParser
Bitcode
CodeGen Fix an over-constrained assertion in MachineFunction::addLiveIn. 2013-12-12 00:15:47 +00:00
DebugInfo
ExecutionEngine
IR
IRReader
Linker
LTO Add TargetLibraryInfo in LTO passes builder 2013-12-12 01:37:39 +00:00
MC Revert "DebugInfo: Move type units into the debug_types section with appropriate comdat grouping and type unit headers" 2013-12-11 22:08:39 +00:00
Object
Option
Support Add missing escape characters to the new Regex::escape() function 2013-12-12 02:51:58 +00:00
TableGen
Target Check for null pointer before dereferencing. A careless typo on my part. 2013-12-12 02:41:11 +00:00
Transforms Resubmit r196544: Apply transformation on OS X 10.9+ and iOS 7.0+: pow(10, x) ―> __exp10(x) 2013-12-12 01:55:04 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile