1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/lib
Matt Beaumont-Gay 8c4a5f3635 Silence unused variable warning
llvm-svn: 135339
2011-07-16 04:18:47 +00:00
..
Analysis Fix SCEVEXpander to handle arbitrary phi expansion. Includes two 2011-07-16 00:59:39 +00:00
Archive
AsmParser Convert CallInst and InvokeInst APIs to use ArrayRef. 2011-07-15 08:37:34 +00:00
Bitcode Convert CallInst and InvokeInst APIs to use ArrayRef. 2011-07-15 08:37:34 +00:00
CodeGen Silence unused variable warning 2011-07-16 04:18:47 +00:00
CompilerDriver
ExecutionEngine Convert CallInst and InvokeInst APIs to use ArrayRef. 2011-07-15 08:37:34 +00:00
Linker Link NamedMDNode before linking function bodies. 2011-07-14 22:13:07 +00:00
MC Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest 2011-07-15 02:09:41 +00:00
Object ObjectFile: Add a method to check whether a section contains a symbol. 2011-07-15 18:39:21 +00:00
Support In Twine::str(), if the Twine stores only a std::string, just return a direct copy of that instead of first copying to a SmallString and converting that to a std::string. Also fix some indentation. 2011-07-15 11:05:37 +00:00
Target Add AVX 128-bit patterns for sint_to_fp 2011-07-16 00:50:20 +00:00
Transforms indvars: fix a pass-sensitivity issue that would hit the SCEVExpander 2011-07-16 01:18:53 +00:00
VMCore deconstify getType()'s. 2011-07-15 23:15:45 +00:00
CMakeLists.txt
Makefile