Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
b24196f5aed14160d2a921de8fcdd2c3b5a97fbb
b24196f
* Fix bug: test/Regression/Other/2002-03-11-LevelRaiseIterInvalidate.ll
by Chris Lattner
· 23 years ago
1340f76
New testcase
by Chris Lattner
· 23 years ago
749ce03
Implement TODO for better diagnostic output
by Chris Lattner
· 23 years ago
0fce76a
Fix bug: test/Regression/Other/2002-03-11-ConstPropCrash.ll
by Chris Lattner
· 23 years ago
81ba704
New testcase for failure
by Chris Lattner
· 23 years ago
cb05e78
Bugfix for test/Regression/Other/2002-03-11-ExprAssertion.ll
by Chris Lattner
· 23 years ago
6a314b5
Testcase that causes an assertion failure in lib/Analysis/Expressions.cpp
by Chris Lattner
· 23 years ago
2286a9c
New testcase for broken GCCism
by Chris Lattner
· 23 years ago
2dc7808
Remove runtime library in favor of users linking against real libraries.
by Chris Lattner
· 23 years ago
7b83b1d
Do not link in runtime library anymore, assume that user manually links in
by Chris Lattner
· 23 years ago
41c3465
* Implement linking to libraries
by Chris Lattner
· 23 years ago
4ee8dd7
Add strcat function
by Chris Lattner
· 23 years ago
9dfdf0f
Add var to find GCCLD tool
by Chris Lattner
· 23 years ago
e1a52f6
Fix bug: test/Regression/Other/2002-03-11-LevelRaiseCalls.ll
by Chris Lattner
· 23 years ago
4a24792
New testcase for crashing bug
by Chris Lattner
· 23 years ago
c1e20ac
Checkin library infrastructure for building stuff to be linked with gccld
by Chris Lattner
· 23 years ago
665ee88
Implement a bunch of new functions to support the SPECINT mcf benchmark
by Chris Lattner
· 23 years ago
e82f1c6
* Add new method localLookup
by Chris Lattner
· 23 years ago
3453814
Fix bug: test/Regression/2002-03-08-NameCollision2.ll
by Chris Lattner
· 23 years ago
df00605
New testcase
by Chris Lattner
· 23 years ago
9176fe4
Fix minor memory leak
by Chris Lattner
· 23 years ago
f28d6c9
Fix for: test/Regression/Assembler/2002-03-08-NameCollision.ll
by Chris Lattner
· 23 years ago
57232c5
New testcase
by Chris Lattner
· 23 years ago
fad8369
Fix typo in comment
by Chris Lattner
· 23 years ago
4736d06
We were not correctly burrowing down multiple levels to get to a leaf. Fix this now
by Chris Lattner
· 23 years ago
921ef3a
Support changing the pointer type of a store for the case where we are
by Chris Lattner
· 23 years ago
9c85fa6
Initial checkin
by Chris Lattner
· 23 years ago
d4d427b
Clean up call graph, add comments, and fix test/Regression/Other/2002-01-31-CallGraph.ll
by Chris Lattner
· 23 years ago
71e7bb4
Pull interprocedural analyses out of Analysis library into their own lib
by Chris Lattner
· 23 years ago
cabc17a
Don't forget to build gccld!
by Chris Lattner
· 23 years ago
8d5a16c
Move call graph printing support out of Writer.h into Callgraph.h
by Chris Lattner
· 23 years ago
bf4bf53
Move callgraph printing out of writer.h into callgraph.h
by Chris Lattner
· 23 years ago
70d12b0
Since verifier and SlotCalculator are now in VMCore library, libanalysis is
by Chris Lattner
· 23 years ago
e2aed35
Pull callgraph out of Cfg namespace
by Chris Lattner
· 23 years ago
e1755d3
Pull Callgraph out of the cfg namespace
by Chris Lattner
· 23 years ago
4ce0f8a
Take CallGraph out of the CFG namespace. It has nothing to do with CFGs
by Chris Lattner
· 23 years ago
9ee9d71
Fix include error.
by Vikram S. Adve
· 23 years ago
0305141
Add a clean target stub
by Chris Lattner
· 23 years ago
417fbe5
Change to use new pass accessor functions
by Chris Lattner
· 23 years ago
bd0ef77
Change over to use new style pass mechanism, now passes only expose small
by Chris Lattner
· 23 years ago
3b25414
Expose more entry points to the verifier
by Chris Lattner
· 23 years ago
9039ba9
Expose verifier for method and module, and accept constant structures
by Chris Lattner
· 23 years ago
4ddcd54
* Make all command line arguments static
by Chris Lattner
· 23 years ago
eded491
Move ProfilePaths class into ProfilePaths library, only expose a creation function
by Chris Lattner
· 23 years ago
dc9a1f5
Includes -paths option to trace paths in the program
by Anand Shukla
· 23 years ago
905ac5e
Pass stuff by reference instead of by copy. Copying entire graphs seems like
by Chris Lattner
· 23 years ago
5fb52fb
Move processGraph down lower in the file so all of the forward declarations
by Chris Lattner
· 23 years ago
fd1717d
* Changes to compile successfully with GCC 3.0
by Chris Lattner
· 23 years ago
2d9bbfd
Makefile for profile-paths
by Anand Shukla
· 23 years ago
c3e6969
Initial checkin: functions on Graph used for path profile pass
by Anand Shukla
· 23 years ago
070834a0
Initial checkin: instrument code to get path execution frequency
by Anand Shukla
· 23 years ago
0b8066c
Initial checkin: helper file to insert instrumentation code along edges
by Anand Shukla
· 23 years ago
d940c7d
Initial check in of graph.cpp: implements graph interface used in path profiles
by Anand Shukla
· 23 years ago
155d2c9
Change to make it build with GCC 2.95.3
by Anand Shukla
· 23 years ago
c8e6b10
Initial check in of header file for profile-paths pass
by Anand Shukla
· 23 years ago
06e84ed
Link in the PathProfiles library
by Anand Shukla
· 23 years ago
fb1d93c
New makefile to include ProfilePaths dir
by Anand Shukla
· 23 years ago
e8e320d
Fix bug: test/Regression/Other/2002-02-24-InlineBrokePHINodes.ll
by Chris Lattner
· 23 years ago
664c953
Testcase for new bug
by Chris Lattner
· 23 years ago
41b66b1
When inlining basic blocks and instructions, give them a name!
by Chris Lattner
· 23 years ago
ec4913e
Remove hack. This is better fixed in Makefile.common
by Chris Lattner
· 23 years ago
5b077b0
by Chris Lattner
· 23 years ago
1156edf
Build with newer compiler, with same bug
by Chris Lattner
· 23 years ago
bee1940
GCC3.0.4 crashes when compiling this. Comment it out for now
by Chris Lattner
· 23 years ago
4fb71ba
Namespaces
by Chris Lattner
· 23 years ago
49b8a9c
Clean up std namespace issues Silence warning
by Chris Lattner
· 23 years ago
7f1576f
64 bit clean now
by Chris Lattner
· 23 years ago
b91ca1f
* Make it compile with GCC 3.0.4
by Chris Lattner
· 23 years ago
dfb8b95
* Silence signed/unsigned warnings * Make it compile with GCC 3.0.4
by Chris Lattner
· 23 years ago
1ddf664
Make it compile with GCC 3.0.4
by Chris Lattner
· 23 years ago
04bb837
Genericize the ReversePostOrderIterator.
by Chris Lattner
· 23 years ago
fbdb1da
Close input file if exception is thrown
by Chris Lattner
· 23 years ago
22d26d7
* Expose the verifier pass as one that can be ran
by Chris Lattner
· 23 years ago
0b91acf
Change to verifier interface
by Chris Lattner
· 23 years ago
44d5bd9
Actually implement some checking in the verifier.
by Chris Lattner
· 23 years ago
62cca70
Modernize verifier interface
by Chris Lattner
· 23 years ago
a9a16c7
Fix isArrayAllocation() to be correct
by Chris Lattner
· 23 years ago
b41f94b
Minor cleanups I missed
by Chris Lattner
· 23 years ago
0b6727d
These constructors are for internal use only. These should have been
by Chris Lattner
· 23 years ago
9bffa73
Keep track of memory allocated by alloca so that it is freed appropriately
by Chris Lattner
· 23 years ago
ae50560
New testcase
by Chris Lattner
· 23 years ago
34dd24b
Implement exp function
by Chris Lattner
· 23 years ago
e0f2753
Handle more cases in the linker
by Chris Lattner
· 23 years ago
6374a52
New testcase
by Chris Lattner
· 23 years ago
868c2d3
Bug fix for test/Regression/Other/2002-02-14-LevelRaiseBadAssert.ll
by Chris Lattner
· 23 years ago
4ed5534a8
Checking regression test for bugfix
by Chris Lattner
· 23 years ago
54d1e6c
Implement conversion of method pointer parameter in Call instruction
by Chris Lattner
· 23 years ago
9750b61
* Check in fix for: llvm/test/Regression/Other/2002-02-14-LevelRaiseInstDelete.ll
by Chris Lattner
· 23 years ago
9ab91af
New testcase for bug in levelraise
by Chris Lattner
· 23 years ago
d1ba447
New testcase for fixed GCC bug
by Chris Lattner
· 23 years ago
efa4ec0
NEw testcase for bugfix
by Chris Lattner
· 23 years ago
b3cd2c1
Checking testcase for reload problem
by Chris Lattner
· 23 years ago
11b89dc
New testcase for fixed bug
by Chris Lattner
· 23 years ago
455889a
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
by Chris Lattner
· 23 years ago
cc179d3
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
by Chris Lattner
· 23 years ago
ababfa5
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
by Chris Lattner
· 23 years ago
d16aa16
Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
by Chris Lattner
· 23 years ago
221d688
Method.h no longer includes BasicBlock.h
by Chris Lattner
· 23 years ago
3c34a46
Method.h no longer includes BasicBlock.h
by Chris Lattner
· 23 years ago
428039a
* Move BasicBlock and Method graph stuff to new "llvm/Support/CFG.h" file
by Chris Lattner
· 23 years ago
Next »