Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
d3d086d6794e901bde43b1c1a374a4b1d571d7e7
/
llvm
/
lib
/
Transforms
/
TransformInternals.cpp
798e84f
Fix VS warnings
by Chris Lattner
· 21 years ago
fd7a2d4
Merge i*.h headers into Instructions.h as part of bug403.
by Alkis Evlogimenos
· 21 years ago
69193f9
Support getelementptr instructions which use uint's to index into structure
by Chris Lattner
· 22 years ago
ac6db75
Adjust to the changed StructType interface. In particular, getElementTypes() is gone.
by Chris Lattner
· 22 years ago
ff66958
Finegrainify namespacification add flags for PR82
by Chris Lattner
· 22 years ago
30513e0
rename ClassifyExpression -> ClassifyExpr
by Chris Lattner
· 22 years ago
960707c
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
482202a
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 22 years ago
1facf89
Do not crash on empty structures
by Chris Lattner
· 22 years ago
44d2c35
Regularize header file comments
by Chris Lattner
· 22 years ago
8b2bd4e
Fix spelling.
by Misha Brukman
· 22 years ago
bf2c462
avoid dividing by zero when dealing with zero sized types (like [0 x double])
by Chris Lattner
· 22 years ago
706548f
Fix bug: LevelRaise/2003-06-07-EmptyArrayTest.ll
by Chris Lattner
· 22 years ago
e5838c4
s/convertable/convertible/g
by Misha Brukman
· 22 years ago
c1f9206
Make the levelraise pass be well behaved w.r.t the TargetData that the current
by Chris Lattner
· 23 years ago
6a3586b
Fix bug: LevelRaise/2003-01-22-GEPProblem.ll
by Chris Lattner
· 23 years ago
0f5346d
Fix bug: 2002-10-02-SignExtensionProblem.ll
by Chris Lattner
· 23 years ago
ec3936a
Fix: test/Regression/LLC/badidx.c problem
by Chris Lattner
· 23 years ago
b9d9e0f
- Change getelementptr instruction to use long indexes instead of uint
by Chris Lattner
· 23 years ago
28a8d24
Simplify code (somtimes dramatically), by using the new "auto-insert" feature
by Chris Lattner
· 23 years ago
ed39cca
- Eliminate the last traces of the 'analysis' namespace
by Chris Lattner
· 23 years ago
10073a9
*** empty log message ***
by Chris Lattner
· 23 years ago
113f4f4
MEGAPATCH checkin.
by Chris Lattner
· 23 years ago
6a51585
Factor code out of TransformInternals into the Transform Utils library
by Chris Lattner
· 24 years ago
ca14237
Split ConstantVals.h into Constant.h and Constants.h
by Chris Lattner
· 24 years ago
28a01b2
* Clean up the code a bit
by Chris Lattner
· 24 years ago
fc67378
Implement TODO, fixing bug:
by Chris Lattner
· 24 years ago
06be180
Add explicit #includes of Function.h to make up for the removed #include
by Chris Lattner
· 24 years ago
62b7fd1
Change references to the Method class to be references to the Function
by Chris Lattner
· 24 years ago
0670776
Make ConvertableToGEP handle cases where the user is indexing into the
by Chris Lattner
· 24 years ago
b874cd9
Implement the new InsertInstBeforeInst function
by Chris Lattner
· 24 years ago
f6c6be2
1. Fix bug test/Regression/Other/2002-03-20-LevelRaiseBadCodegen.ll
by Chris Lattner
· 24 years ago
4ca6cd4
Fix bug: test/Regression/Other/2002-03-14-LevelRaiseHang.ll
by Chris Lattner
· 24 years ago
7e91634
update comments
by Chris Lattner
· 24 years ago
d7789cb
We were not correctly burrowing down multiple levels to get to a leaf. Fix this now
by Chris Lattner
· 24 years ago
4ed4caf
Bug fix for test/Regression/Other/2002-02-14-LevelRaiseBadAssert.ll
by Chris Lattner
· 24 years ago
8cc8361
Elminate an unused variable
by Chris Lattner
· 24 years ago
7f74a56
Changes to build successfully with GCC 3.02
by Chris Lattner
· 24 years ago
9dedd32
* add ReplaceInstWithInst
by Chris Lattner
· 24 years ago
72da446
Don't insert scales of 1 :)
by Chris Lattner
· 24 years ago
b1995e1
Fix bug that caused invalid transformations to be applied
by Chris Lattner
· 24 years ago
8d16760
Handle more complex array indexing expressions
by Chris Lattner
· 24 years ago
3462ae3
Rename ConstPoolVal -> Constant
by Chris Lattner
· 24 years ago
03386ec
losslessCastableTypes is moved to Type class
by Chris Lattner
· 24 years ago
abf40ba
Better heuristics for handling arrays
by Chris Lattner
· 24 years ago
583e95e
Improve raising significantly
by Chris Lattner
· 24 years ago
3084cb6
Refactor code to share stuff
by Chris Lattner
· 24 years ago