1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/lib
Chris Lattner a523d45c39 * Implement minor performance optimization for the getelementptr case
* Implement SCCP of load instructions, implementing Transforms/SCCP/loadtest.ll
  This allows us to fold expressions like "foo"[2], even if the pointer is only
  a conditional constant.

llvm-svn: 10767
2004-01-12 04:29:41 +00:00
..
Analysis Live var is now in lib/Target/Sparc 2004-01-09 18:16:20 +00:00
AsmParser Minor code cleanups. The only bugfix is to the UR_DEBUG stuff which didn't 2003-12-31 02:18:11 +00:00
Bytecode Do not bother to emit a BytecodeBlock for an empty symbol table. This commonly 2004-01-10 19:56:59 +00:00
CodeGen Make LiveVariables::HandlePhysRegUse and 2004-01-11 09:18:45 +00:00
CWriter Turn off "attribute weak" to pacify Mac OS X's system compiler, which prints a 2003-12-11 00:24:36 +00:00
Debugger Fix some typos and copy-and-paste-os in comments, and doxygenify. 2004-01-05 17:22:52 +00:00
ExecutionEngine Add new ExecutionEngine::getGlobalValueAtAddress method, which can efficiently 2003-12-31 20:21:04 +00:00
Support Remove config wrapper around <cerrno> 2004-01-10 19:15:14 +00:00
Target Move sparc-specific livevar code into lib/Target/Sparc 2004-01-09 18:15:24 +00:00
Transforms * Implement minor performance optimization for the getelementptr case 2004-01-12 04:29:41 +00:00
VMCore Implement: Assembler/2004-01-11-getelementptrfolding.llx 2004-01-11 23:56:33 +00:00
Makefile Add new dir 2004-01-05 05:25:59 +00:00