1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/lib
Chandler Carruth cbac5b4434 Explicitly cast the second argument to unsigned in order to select the
desired overload.

This is a bit of a hackish workaround to fix the compile after r135259.
Let me know if there is a better approach.

llvm-svn: 135261
2011-07-15 07:31:10 +00:00
..
Analysis Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef. 2011-07-13 10:26:04 +00:00
Archive
AsmParser Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef. 2011-07-13 10:26:04 +00:00
Bitcode Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef. 2011-07-13 10:26:04 +00:00
CodeGen Reverting r135232. It's causing infinite looping in DbgScope::openInsnRange. 2011-07-15 06:26:35 +00:00
CompilerDriver
ExecutionEngine Add to RuntimeDyld support different object formats 2011-07-13 07:57:58 +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 Output MachO section names in the form SEGMENT,section. 2011-07-15 00:29:02 +00:00
Support Explicitly cast the second argument to unsigned in order to select the 2011-07-15 07:31:10 +00:00
Target remove the InvalidateStructLayoutInfo API, which is dead and unnecessary now 2011-07-15 05:21:59 +00:00
Transforms start using the new helper methods a bit. 2011-07-15 06:08:15 +00:00
VMCore remove the old and dangerous uncheckedReplaceAllUsesWith method, 2011-07-15 06:18:52 +00:00
CMakeLists.txt
Makefile