Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
7d093d42319e24ccf5c48a1147ec2f03362ff367
7d093d4
* Rename UnlinkUndistinguishableShadowNodes & RemoveUnreachableShadowNodes
by Chris Lattner
· 23 years ago
d38cadb
* Remove RemoveUnreachableShadowNodes & UnlinkUndistinguishableShadowNodes
by Chris Lattner
· 23 years ago
cdae0b2
Ooops, I did such a great job pruning nodes, that I accidentally deleted
by Chris Lattner
· 23 years ago
846f1c3
Add subdirs to makefile
by Chris Lattner
· 23 years ago
c4d5fec
Initial checkin of first regression test for mem2reg pass
by Chris Lattner
· 23 years ago
bfd3a6a
Makefile change for IPO's that use the Datastructure analysis stuff
by Chris Lattner
· 23 years ago
bda28f7
Initial checkin of Noop pass that will be the pool allocator
by Chris Lattner
· 23 years ago
328207c
Add hook for pool allocation pass
by Chris Lattner
· 23 years ago
25f5009
New file for new pass
by Chris Lattner
· 23 years ago
fe59454
Checking for Cameron
by Chris Lattner
· 23 years ago
1120c8b
Many changes
by Chris Lattner
· 23 years ago
1d8ec61
* Define some operators on PointerVal and PVS's
by Chris Lattner
· 23 years ago
0732c70
Rename constructor function for mem2reg pass.
by Cameron Buschardt
· 23 years ago
b1be061
* Move classes around
by Cameron Buschardt
· 23 years ago
5758eec
Rename constructor function
by Cameron Buschardt
· 23 years ago
98a37c2
Implemented promote mem->reg pass.
by Cameron Buschardt
· 23 years ago
2ba3a72
* Add #define to enabled debug messages
by Chris Lattner
· 23 years ago
6088c4f
* Implement DSNode::removeAllIncomingEdges
by Chris Lattner
· 23 years ago
f4066b3
* Add critical node support
by Chris Lattner
· 23 years ago
ea4af65
* Destroy alloca nodes when a graph gets inlined
by Chris Lattner
· 23 years ago
b3ebdad
* Add a nice utility method to DSNode
by Chris Lattner
· 23 years ago
9d42a1d
* Optimizers return true on change
by Chris Lattner
· 23 years ago
dd3fc18
Fix long line
by Chris Lattner
· 23 years ago
df8af1c
* Because of optimization, the shadow nodes between arguments might get
by Chris Lattner
· 23 years ago
26f8a40
Allow isa<DSNode>(..) Simplification routines return true on change
by Chris Lattner
· 23 years ago
bc132d6
* Add support for DataStructure analysis
by Chris Lattner
· 23 years ago
bb2a28f
Initial checkin of Datastructure analysis.
by Chris Lattner
· 23 years ago
d9ddf05
New header file for datastructure analysis
by Chris Lattner
· 23 years ago
9a3d696
Change from Method to Function
by Chris Lattner
· 23 years ago
79df7c0
Change references from Method to Function
by Chris Lattner
· 23 years ago
b0d0472
Convert to use new style casts instead of direct checking
by Chris Lattner
· 23 years ago
e590ff2
change refs to Method to Function
by Chris Lattner
· 23 years ago
0fc0c1d
Change uses of Method to Function
by Chris Lattner
· 23 years ago
b277d1d
by Chris Lattner
· 23 years ago
19b0411
Transform uses of Method into uses of Function.
by Chris Lattner
· 23 years ago
7797946
Allow clients to use FunctionType as well as MethodType for now
by Chris Lattner
· 23 years ago
12bcf84
Make test more rigorous. It was never reading the non-scalar variables
by Vikram S. Adve
· 23 years ago
dea73e5
initialize sum variable
by Chris Lattner
· 23 years ago
dfe412d
Refix bug: Add back method MachineCodeForInstruction::dropAllReferences.
by Vikram S. Adve
· 23 years ago
4cbd550
Fix padding when allocating local variables on stack.
by Vikram S. Adve
· 23 years ago
4fad513
Add methods to support type inquiry. Rename TmpInstruction values.
by Vikram S. Adve
· 23 years ago
b6efb36
Moved to directory Scalar/ and renamed.
by Vikram S. Adve
· 23 years ago
9c4f726
Destroy MethodLiveVarInfo after register allocation.
by Vikram S. Adve
· 23 years ago
97fb99b
Use deterministic iterator for SchedGraphs. This is actually not
by Vikram S. Adve
· 23 years ago
1392d69
Bug fix: nextToTry was not being initialized in one case.
by Vikram S. Adve
· 23 years ago
7c7e46a
Add option to disable scheduling.
by Vikram S. Adve
· 23 years ago
802cec4
Add option to disable scheduling.
by Vikram S. Adve
· 23 years ago
cf8a98f
Minor changes.
by Vikram S. Adve
· 23 years ago
ded1bf8
Re-fix bug: Put back MachineCodeForInstruction::dropAllReferences.
by Vikram S. Adve
· 23 years ago
e4e4d4e
Fix padding for variables allocated on stack.
by Vikram S. Adve
· 23 years ago
c941b87
Major overhaul to FoldGetElemPtr to handle mixed array and struct refs.
by Vikram S. Adve
· 23 years ago
4e7bc49
Use deterministic iterator for treeRoots.
by Vikram S. Adve
· 23 years ago
d7e6bec
Bug re-fix: put back MachineCodeForInstruction::get(*I).dropAllReferences().
by Vikram S. Adve
· 23 years ago
585612e
Change latencies for Load, Store and Branch instructions.
by Vikram S. Adve
· 23 years ago
fd3900a
Major enhancements to how array and structure indices are handled.
by Vikram S. Adve
· 23 years ago
6be4ebe
Change treeRoots data structure to make enumeration deterministic.
by Vikram S. Adve
· 23 years ago
d95919c
Change treeRoots data structure to make enumeration deterministic.
by Vikram S. Adve
· 23 years ago
98d64f8
Major overhaul to support arbitrary mixed array and structure indices.
by Vikram S. Adve
· 23 years ago
d32e70a
Rename pass to DecomposeMultiDimRefs.
by Vikram S. Adve
· 23 years ago
c99afb8
Fix out-of-date name.
by Vikram S. Adve
· 23 years ago
79c7385
Regression tests for DecomposeMultiDimRefs pass.
by Vikram S. Adve
· 23 years ago
e7506a3
Rename Method to Function
by Chris Lattner
· 23 years ago
bcd8e03
Remove extranous forward decl
by Chris Lattner
· 23 years ago
a4d63bc
Remove unneccesary forward definitions
by Chris Lattner
· 23 years ago
ff9ffa9
Add transition header file
by Chris Lattner
· 23 years ago
79cc5bc
Update documentation, rename Method to Function, move typedef to Value.h for now.
by Chris Lattner
· 23 years ago
b6e0c85
Change Method to Function
by Chris Lattner
· 23 years ago
1b139b4
Add transition typedef to Function
by Chris Lattner
· 23 years ago
c8394f6
New pass to convert Convert multi-dimensional
by Vikram S. Adve
· 23 years ago
c7b439d
Moved to Scalar/ directory.
by Vikram S. Adve
· 23 years ago
dfbbf7a
New pass to decompose multi-dimensional array references into
by Vikram S. Adve
· 23 years ago
812d8be
Remove compilation of __main because we now link -lgcc into programs
by Chris Lattner
· 23 years ago
bbe7bbe
Add an assertion that would hopefully catch a problem that was tripping
by Chris Lattner
· 23 years ago
5f4a528
Fix bug test/Regression/Transforms/LevelRaise/2002-03-21-MissedRaise3.ll
by Chris Lattner
· 23 years ago
df268ce
New testcase
by Chris Lattner
· 23 years ago
8e640f1
Fix test/Regression/Transforms/LevelRaise/2002-03-21-MissedRaise2.ll
by Chris Lattner
· 23 years ago
41e8e9d
New testcase
by Chris Lattner
· 23 years ago
4fe130c
* AllocationInst ctor moved here from iMemory.h
by Chris Lattner
· 23 years ago
05c0e9e
* Make AllocationInst ctor protected
by Chris Lattner
· 23 years ago
2e5c295
Rerun test if opt gets changed
by Chris Lattner
· 23 years ago
7b3c34b
Run all testcases
by Chris Lattner
· 23 years ago
4837414
Build LevelRaise subdirectory
by Chris Lattner
· 23 years ago
081c409
Add a debugging option to gccas to cause it to not do level raise or anything
by Chris Lattner
· 23 years ago
599ca72
Fix test/Regression/Other/2002-03-21-LevelRaiseMiss.ll
by Chris Lattner
· 23 years ago
6e848ea
Testcase for a missed level raise opportunity
by Chris Lattner
· 23 years ago
9e77f7e
Make ConvertableToGEP handle cases where the user is indexing into the
by Chris Lattner
· 23 years ago
8e86542
Implement the new InsertInstBeforeInst function
by Chris Lattner
· 23 years ago
45ef5c2
Fix the: test/Regression/Other/2002-03-20-LevelRaiseCrash.ll bug. It turned
by Chris Lattner
· 23 years ago
3519176
Fix bug in testcase
by Chris Lattner
· 23 years ago
f78642b
Declare the new InsertInstBeforeInst function
by Chris Lattner
· 23 years ago
af2d701
Remove a misguided API extension
by Chris Lattner
· 23 years ago
774888c
New testcase for YALRB (yet another level raise bug)
by Chris Lattner
· 23 years ago
150dcb9
Add an assertion to catch a misuse of replaceAllUsesWith
by Chris Lattner
· 23 years ago
60091fa
Checkin testcase that was just sitting in my tree. Looks like backreferences
by Chris Lattner
· 23 years ago
99fb91c
1. Fix bug test/Regression/Other/2002-03-20-LevelRaiseBadCodegen.ll
by Chris Lattner
· 23 years ago
ebcd28e
Namespace qualify debugging code
by Chris Lattner
· 23 years ago
f7f0409
New testcase
by Chris Lattner
· 23 years ago
99584c6
Allow implementation of all HANDLE_*_INST macros at once by defining HANDLE_INST
by Chris Lattner
· 23 years ago
07fb6e6
New pass to convert Convert multi-dimensional
by Vikram S. Adve
· 23 years ago
06fa17c
Big bug fix: killed uses were being inserted instead of erased!
by Vikram S. Adve
· 23 years ago
Next »