1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/lib/Transforms
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
..
Hello Finegrainify namespacification 2004-01-09 06:12:26 +00:00
Instrumentation Finegrainify namespacification 2004-01-09 06:12:26 +00:00
IPO Remove dependence on structure index type. s/MT/FT 2004-01-09 06:02:51 +00:00
Scalar * Implement minor performance optimization for the getelementptr case 2004-01-12 04:29:41 +00:00
Utils Implement Transforms/ScalarRepl/phinodepromote.ll, which is an important 2004-01-12 01:18:32 +00:00
ExprTypeConvert.cpp Finegrainify namespacification 2004-01-09 05:53:38 +00:00
LevelRaise.cpp Finegrainify namespacification 2004-01-09 05:53:38 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
TransformInternals.cpp Finegrainify namespacification 2004-01-09 05:53:38 +00:00
TransformInternals.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00