1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2024-12-15 04:30:12 +00:00
llvm-6502/lib/Transforms
Chris Lattner ad3448c917 4 new transformations:
* X*C + X --> X * (C+1)
  * X + X*C --> X * (C+1)
  * X - X*C --> X * (1-C)
  * X*C - X --> X * (C-1)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5592 91177308-0d34-0410-b5e6-96231b3b80d8
2003-02-18 19:57:07 +00:00
..
Hello Initial checkin of the "Hello World" Pass. 2002-08-08 20:10:38 +00:00
Instrumentation Changes to runtime framework 2003-02-14 20:41:53 +00:00
IPO Fix a bug that cause a crash resolving questionable function calls 2003-02-14 19:12:29 +00:00
Scalar 4 new transformations: 2003-02-18 19:57:07 +00:00
Utils * Fix linking of opaque types and their non-opaque versions 2003-01-30 20:53:43 +00:00
ExprTypeConvert.cpp Fix bug: LevelRaise/2003-02-13-CallRaise.ll 2003-02-14 03:07:17 +00:00
LevelRaise.cpp - Eliminated the deferred symbol table stuff in Module & Function, it really 2002-11-20 18:36:02 +00:00
Makefile Convert DIRS to PARALLEL_DIRS. They can be built independently. 2002-09-29 11:52:14 +00:00
TransformInternals.cpp Fix bug: LevelRaise/2003-01-22-GEPProblem.ll 2003-01-23 02:39:10 +00:00
TransformInternals.h Fix: test/Regression/LLC/badidx.c problem 2002-09-16 18:32:33 +00:00