1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/lib/Transforms
Eric Christopher 8b4b95131b Add comparison operators for DIDescriptors to fix c++98 fallout
of operator bool change.

Also convert a variable in DebugIR.

llvm-svn: 186544
2013-07-17 23:25:22 +00:00
..
Hello Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00
InstCombine Restore r181216, which was partially reverted in r182499. 2013-07-17 20:06:03 +00:00
Instrumentation Add comparison operators for DIDescriptors to fix c++98 fallout 2013-07-17 23:25:22 +00:00
IPO Fix comparisons of alloca alignment in inliner merging 2013-07-17 14:32:41 +00:00
ObjCARC Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size. 2013-07-14 04:42:23 +00:00
Scalar Add 'const' qualifiers to static const char* variables. 2013-07-16 01:17:10 +00:00
Utils Make SpecialCaseList match full strings, as documented, using anchors. 2013-07-16 17:56:07 +00:00
Vectorize Fix a comment. 2013-07-17 22:41:16 +00:00
CMakeLists.txt Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer. 2013-01-28 01:35:51 +00:00
LLVMBuild.txt Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer. 2013-01-28 01:35:51 +00:00
Makefile Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer. 2013-01-28 01:35:51 +00:00