projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2002-03-11
Chris Lattner
Implement TODO for better diagnostic output
commit
|
commitdiff
|
tree
|
snapshot
2002-03-11
Chris Lattner
Fix bug: test/Regression/Other/2002-03-11-ConstPropCrash.ll
commit
|
commitdiff
|
tree
|
snapshot
2002-03-11
Chris Lattner
New testcase for failure
commit
|
commitdiff
|
tree
|
snapshot
2002-03-11
Chris Lattner
Bugfix for test/Regression/Other/2002-03-11-ExprAsserti...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-11
Chris Lattner
Testcase that causes an assertion failure in lib/Analys...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-11
Chris Lattner
New testcase for broken GCCism
commit
|
commitdiff
|
tree
|
snapshot
2002-03-11
Chris Lattner
Remove runtime library in favor of users linking agains...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-11
Chris Lattner
Do not link in runtime library anymore, assume that...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-11
Chris Lattner
* Implement linking to libraries
commit
|
commitdiff
|
tree
|
snapshot
2002-03-11
Chris Lattner
Add strcat function
commit
|
commitdiff
|
tree
|
snapshot
2002-03-11
Chris Lattner
Add var to find GCCLD tool
commit
|
commitdiff
|
tree
|
snapshot
2002-03-11
Chris Lattner
Fix bug: test/Regression/Other/2002-03-11-LevelRaiseCal...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-11
Chris Lattner
New testcase for crashing bug
commit
|
commitdiff
|
tree
|
snapshot
2002-03-08
Chris Lattner
Checkin library infrastructure for building stuff to...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-08
Chris Lattner
Implement a bunch of new functions to support the SPECI...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-08
Chris Lattner
* Add new method localLookup
commit
|
commitdiff
|
tree
|
snapshot
2002-03-08
Chris Lattner
Fix bug: test/Regression/2002-03-08-NameCollision2.ll
commit
|
commitdiff
|
tree
|
snapshot
2002-03-08
Chris Lattner
New testcase
commit
|
commitdiff
|
tree
|
snapshot
2002-03-08
Chris Lattner
Fix minor memory leak
commit
|
commitdiff
|
tree
|
snapshot
2002-03-08
Chris Lattner
Fix for: test/Regression/Assembler/2002-03-08-NameColli...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-08
Chris Lattner
New testcase
commit
|
commitdiff
|
tree
|
snapshot
2002-03-08
Chris Lattner
Fix typo in comment
commit
|
commitdiff
|
tree
|
snapshot
2002-03-07
Chris Lattner
We were not correctly burrowing down multiple levels...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-07
Chris Lattner
Support changing the pointer type of a store for the...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-07
Chris Lattner
Initial checkin
commit
|
commitdiff
|
tree
|
snapshot
2002-03-06
Chris Lattner
Clean up call graph, add comments, and fix test/Regress...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-06
Chris Lattner
Pull interprocedural analyses out of Analysis library...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-06
Chris Lattner
Don't forget to build gccld!
commit
|
commitdiff
|
tree
|
snapshot
2002-03-06
Chris Lattner
Move call graph printing support out of Writer.h into...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-06
Chris Lattner
Move callgraph printing out of writer.h into callgraph.h
commit
|
commitdiff
|
tree
|
snapshot
2002-03-06
Chris Lattner
Since verifier and SlotCalculator are now in VMCore...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-06
Chris Lattner
Pull callgraph out of Cfg namespace
commit
|
commitdiff
|
tree
|
snapshot
2002-03-06
Chris Lattner
Pull Callgraph out of the cfg namespace
commit
|
commitdiff
|
tree
|
snapshot
2002-03-06
Chris Lattner
Take CallGraph out of the CFG namespace. It has nothin...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-03
Vikram S. Adve
Fix include error.
commit
|
commitdiff
|
tree
|
snapshot
2002-02-26
Chris Lattner
Add a clean target stub
commit
|
commitdiff
|
tree
|
snapshot
2002-02-26
Chris Lattner
Change to use new pass accessor functions
commit
|
commitdiff
|
tree
|
snapshot
2002-02-26
Chris Lattner
Change over to use new style pass mechanism, now passes...
commit
|
commitdiff
|
tree
|
snapshot
2002-02-26
Chris Lattner
Expose more entry points to the verifier
commit
|
commitdiff
|
tree
|
snapshot
2002-02-26
Chris Lattner
Expose verifier for method and module, and accept const...
commit
|
commitdiff
|
tree
|
snapshot
2002-02-26
Chris Lattner
* Make all command line arguments static
commit
|
commitdiff
|
tree
|
snapshot
2002-02-26
Chris Lattner
Move ProfilePaths class into ProfilePaths library,...
commit
|
commitdiff
|
tree
|
snapshot
2002-02-26
Anand Shukla
Includes -paths option to trace paths in the program
commit
|
commitdiff
|
tree
|
snapshot
2002-02-26
Chris Lattner
Pass stuff by reference instead of by copy. Copying...
commit
|
commitdiff
|
tree
|
snapshot
2002-02-26
Chris Lattner
Move processGraph down lower in the file so all of...
commit
|
commitdiff
|
tree
|
snapshot
2002-02-26
Chris Lattner
* Changes to compile successfully with GCC 3.0
commit
|
commitdiff
|
tree
|
snapshot
2002-02-26
Anand Shukla
Makefile for profile-paths
commit
|
commitdiff
|
tree
|
snapshot
2002-02-26
Anand Shukla
Initial checkin: functions on Graph used for path profi...
commit
|
commitdiff
|
tree
|
snapshot
2002-02-26
Anand Shukla
Initial checkin: instrument code to get path execution...
commit
|
commitdiff
|
tree
|
snapshot
2002-02-26
Anand Shukla
Initial checkin: helper file to insert instrumentation...
commit
|
commitdiff
|
tree
|
snapshot
2002-02-26
Anand Shukla
Initial check in of graph.cpp: implements graph interfa...
commit
|
commitdiff
|
tree
|
snapshot
2002-02-26
Anand Shukla
Change to make it build with GCC 2.95.3
commit
|
commitdiff
|
tree
|
snapshot
2002-02-26
Anand Shukla
Initial check in of header file for profile-paths pass
commit
|
commitdiff
|
tree
|
snapshot
2002-02-26
Anand Shukla
Link in the PathProfiles library
commit
|
commitdiff
|
tree
|
snapshot
2002-02-26
Anand Shukla
New makefile to include ProfilePaths dir
commit
|
commitdiff
|
tree
|
snapshot
2002-02-25
Chris Lattner
Fix bug: test/Regression/Other/2002-02-24-InlineBrokePH...
commit
|
commitdiff
|
tree
|
snapshot
2002-02-25
Chris Lattner
Testcase for new bug
commit
|
commitdiff
|
tree
|
snapshot
2002-02-25
Chris Lattner
When inlining basic blocks and instructions, give them...
commit
|
commitdiff
|
tree
|
snapshot
2002-02-24
Chris Lattner
Remove hack. This is better fixed in Makefile.common
commit
|
commitdiff
|
tree
|
snapshot
2002-02-24
Chris Lattner
Cleanup to build with GCC 3.0.4
commit
|
commitdiff
|
tree
|
snapshot
2002-02-24
Chris Lattner
Build with newer compiler, with same bug
commit
|
commitdiff
|
tree
|
snapshot
2002-02-24
Chris Lattner
GCC3.0.4 crashes when compiling this. Comment it out...
commit
|
commitdiff
|
tree
|
snapshot
2002-02-24
Chris Lattner
Namespaces
commit
|
commitdiff
|
tree
|
snapshot
2002-02-24
Chris Lattner
Clean up std namespace issues
commit
|
commitdiff
|
tree
|
snapshot
2002-02-24
Chris Lattner
64 bit clean now
commit
|
commitdiff
|
tree
|
snapshot
2002-02-24
Chris Lattner
* Make it compile with GCC 3.0.4
commit
|
commitdiff
|
tree
|
snapshot
2002-02-24
Chris Lattner
* Silence signed/unsigned warnings
commit
|
commitdiff
|
tree
|
snapshot
2002-02-24
Chris Lattner
Make it compile with GCC 3.0.4
commit
|
commitdiff
|
tree
|
snapshot
2002-02-24
Chris Lattner
Genericize the ReversePostOrderIterator.
commit
|
commitdiff
|
tree
|
snapshot
2002-02-20
Chris Lattner
Close input file if exception is thrown
commit
|
commitdiff
|
tree
|
snapshot
2002-02-20
Chris Lattner
* Expose the verifier pass as one that can be ran
commit
|
commitdiff
|
tree
|
snapshot
2002-02-20
Chris Lattner
Change to verifier interface
commit
|
commitdiff
|
tree
|
snapshot
2002-02-20
Chris Lattner
Actually implement some checking in the verifier.
commit
|
commitdiff
|
tree
|
snapshot
2002-02-20
Chris Lattner
Modernize verifier interface
commit
|
commitdiff
|
tree
|
snapshot
2002-02-19
Chris Lattner
Fix isArrayAllocation() to be correct
commit
|
commitdiff
|
tree
|
snapshot
2002-02-19
Chris Lattner
Minor cleanups I missed
commit
|
commitdiff
|
tree
|
snapshot
2002-02-19
Chris Lattner
These constructors are for internal use only. These...
commit
|
commitdiff
|
tree
|
snapshot
2002-02-19
Chris Lattner
Keep track of memory allocated by alloca so that it...
commit
|
commitdiff
|
tree
|
snapshot
2002-02-18
Chris Lattner
New testcase
commit
|
commitdiff
|
tree
|
snapshot
2002-02-18
Chris Lattner
Implement exp function
commit
|
commitdiff
|
tree
|
snapshot
2002-02-18
Chris Lattner
Handle more cases in the linker
commit
|
commitdiff
|
tree
|
snapshot
2002-02-17
Chris Lattner
New testcase
commit
|
commitdiff
|
tree
|
snapshot
2002-02-14
Chris Lattner
Bug fix for test/Regression/Other/2002-02-14-LevelRaise...
commit
|
commitdiff
|
tree
|
snapshot
2002-02-14
Chris Lattner
Checking regression test for bugfix
commit
|
commitdiff
|
tree
|
snapshot
2002-02-14
Chris Lattner
Implement conversion of method pointer parameter in...
commit
|
commitdiff
|
tree
|
snapshot
2002-02-14
Chris Lattner
* Check in fix for: llvm/test/Regression/Other/2002...
commit
|
commitdiff
|
tree
|
snapshot
2002-02-14
Chris Lattner
New testcase for bug in levelraise
commit
|
commitdiff
|
tree
|
snapshot
2002-02-14
Chris Lattner
New testcase for fixed GCC bug
commit
|
commitdiff
|
tree
|
snapshot
2002-02-14
Chris Lattner
NEw testcase for bugfix
commit
|
commitdiff
|
tree
|
snapshot
2002-02-13
Chris Lattner
Checking testcase for reload problem
commit
|
commitdiff
|
tree
|
snapshot
2002-02-13
Chris Lattner
New testcase for fixed bug
commit
|
commitdiff
|
tree
|
snapshot
2002-02-12
Chris Lattner
* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
commit
|
commitdiff
|
tree
|
snapshot
2002-02-12
Chris Lattner
* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
commit
|
commitdiff
|
tree
|
snapshot
2002-02-12
Chris Lattner
* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
commit
|
commitdiff
|
tree
|
snapshot
2002-02-12
Chris Lattner
Pull BasicBlock::pred_* and BasicBlock::succ_* out...
commit
|
commitdiff
|
tree
|
snapshot
2002-02-12
Chris Lattner
Method.h no longer includes BasicBlock.h
commit
|
commitdiff
|
tree
|
snapshot
2002-02-12
Chris Lattner
Method.h no longer includes BasicBlock.h
commit
|
commitdiff
|
tree
|
snapshot
2002-02-12
Chris Lattner
* Move BasicBlock and Method graph stuff to new "llvm...
commit
|
commitdiff
|
tree
|
snapshot
2002-02-12
Chris Lattner
* Move BasicBlock and Method graph stuff to new "llvm...
commit
|
commitdiff
|
tree
|
snapshot
2002-02-12
Chris Lattner
Add neccesary #include
commit
|
commitdiff
|
tree
|
snapshot
next