1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib
Reid Spencer ce8f14e07e For PR351:
* Remove isExecutable as its now implemented by sys::Path::executable
* Make FindExecutable a thin veneer over sys::Program::FindProgramByName.

llvm-svn: 18918
2004-12-13 23:41:37 +00:00
..
Analysis Add testcase and fix for yet another case where we query the size an 2004-12-08 23:56:15 +00:00
AsmParser Do not allow empty label names. 2004-12-10 05:40:19 +00:00
Bytecode For PR351: 2004-12-13 18:25:27 +00:00
CodeGen Move virtual function call out of loop to speed up getFreePhysReg by about 2004-12-07 05:25:53 +00:00
Debugger For PR351: \ 2004-12-13 17:01:53 +00:00
ExecutionEngine Get rid of some leaks found by VC leak detector. 2004-12-13 16:04:04 +00:00
Linker * Fix header block. 2004-12-13 03:50:50 +00:00
Support For PR351: 2004-12-13 23:41:37 +00:00
System For PR351: 2004-12-13 19:59:50 +00:00
Target When generating code for X86 targets, make sure the fp control word is set 2004-12-13 21:52:52 +00:00
Transforms Fix link error in PPC optimized build of 'opt'. 2004-12-13 21:28:39 +00:00
VMCore Change this method to return ulong, not uint, for 64-bit targets. 2004-12-13 19:48:51 +00:00
Makefile Add the Linker library 2004-11-14 21:54:41 +00:00