1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib
Jakob Stoklund Olesen 9cd01b82ea Remove the old TRI::ResolveRegAllocHint() and getRawAllocationOrder() hooks.
These functions have been replaced by TRI::getRegAllocationHints() which
provides the same capabilities.

llvm-svn: 169192
2012-12-04 00:46:13 +00:00
..
Analysis constify the cost API 2012-12-03 22:47:12 +00:00
Archive Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
AsmParser Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
Bitcode Minor tweaking to SmallVector static size. 2012-12-03 22:57:47 +00:00
CodeGen Remove VirtRegMap::getRegAllocPref(). 2012-12-04 00:35:59 +00:00
DebugInfo The section is .debug_line. 2012-11-27 01:40:36 +00:00
ExecutionEngine RuntimeDyld: Fix up r169178. MSVC doesn't like "or". 2012-12-04 00:08:14 +00:00
Linker Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
MC Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
Object Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
Support [Support] Make FileOutputBuffer work on Windows. 2012-12-03 22:09:52 +00:00
TableGen Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
Target Remove the old TRI::ResolveRegAllocHint() and getRawAllocationOrder() hooks. 2012-12-04 00:46:13 +00:00
Transforms rdar://12329730 (2nd part) 2012-12-04 00:04:54 +00:00
VMCore moves doInitialization and doFinalization to the Pass class and removes some unreachable code in MachineModuleInfo 2012-12-03 21:56:57 +00:00
CMakeLists.txt
LLVMBuild.txt LLVMBuild: Introduce a common section which currently has a list of the 2011-12-12 22:45:54 +00:00
Makefile