1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib
Chris Lattner f1a2a9c168 * Convert CallMap to be a vector, because the keys can change, and the map
doesn't resort!
* Be more generous with the cached matches that we allow now.
* Recursive calls should all work now!

llvm-svn: 2061
2002-03-31 07:13:27 +00:00
..
Analysis * Convert CallMap to be a vector, because the keys can change, and the map 2002-03-31 07:13:27 +00:00
AsmParser Change references from Method to Function 2002-03-26 18:01:55 +00:00
Bytecode s/Method/Function 2002-03-29 03:51:11 +00:00
CodeGen Change references from Method to Function 2002-03-26 18:01:55 +00:00
ExecutionEngine s/Method/Function 2002-03-29 03:57:15 +00:00
Support
Target Fix CreateUIntSetInstruction() to handle sign extensions correctly. 2002-03-31 00:13:12 +00:00
Transforms * Catch and ignore (for now) return instructions in tranformed functions 2002-03-30 20:53:14 +00:00
VMCore * s/Method/Function 2002-03-29 19:06:18 +00:00
Makefile