1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 13:02:52 +02:00
llvm-mirror/lib/Transforms
Bill Wendling c926e2a691 Convert typeIncompatible to return an AttributeSet.
There are still places which treat the Attribute object as a collection of
attributes. I'm systematically removing them.

llvm-svn: 173990
2013-01-30 23:07:40 +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 Convert typeIncompatible to return an AttributeSet. 2013-01-30 23:07:40 +00:00
Instrumentation Fixing warnings revealed by gcc release build 2013-01-29 17:42:24 +00:00
IPO Convert typeIncompatible to return an AttributeSet. 2013-01-30 23:07:40 +00:00
ObjCARC Made certain small functions in PtrState inlined. 2013-01-29 22:29:59 +00:00
Scalar Fixing warnings revealed by gcc release build 2013-01-29 17:42:24 +00:00
Utils Linker: correctly link in dbg.declare 2013-01-30 17:42:15 +00:00
Vectorize LoopVectorize: convert TinyTripCountVectorThreshold constant 2013-01-29 21:42:08 +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