1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 14:32:51 +01:00
llvm-mirror/lib
Chris Lattner 119c675af7 * Add a file header with some information
* Delete the DelaySlotInfo objects created by the SchedulingManager class.
  These leaked objects were accounting for 3/4 of the memory leaked by the
  backend, so this is a relatively major win.
* Reorganize SchedulingManager::getDelaySlotInfoForInstr so that it has
  better code locality (making it easier to read).

llvm-svn: 2197
2002-04-09 05:45:58 +00:00
..
Analysis Don't leak all of the Loop objects created... 2002-04-09 05:43:19 +00:00
AsmParser isLabelType is obsolete 2002-04-08 21:59:08 +00:00
Bytecode s/method/function 2002-04-08 22:01:15 +00:00
CodeGen * Add a file header with some information 2002-04-09 05:45:58 +00:00
ExecutionEngine Remove extranous #include 2002-04-08 22:05:10 +00:00
Support 64 bit clean now 2002-02-24 23:02:12 +00:00
Target * Add a useful file comment 2002-04-09 05:21:26 +00:00
Transforms s/Method/Function 2002-04-08 22:03:00 +00:00
VMCore *blush* somehow this debugging code got checked in... 2002-04-09 05:10:39 +00:00
Makefile Moved assembly writer library into its own top level directory. 2002-04-08 19:42:33 +00:00