projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2003-02-09
Chris Lattner
* Fix a bug where global incompleteness marking would...
commit
|
commitdiff
|
tree
|
snapshot
2003-02-09
Chris Lattner
TD Pass now does not cause globals to mark nodes incomp...
commit
|
commitdiff
|
tree
|
snapshot
2003-02-08
Chris Lattner
Add a special case for main because we know it's incomi...
commit
|
commitdiff
|
tree
|
snapshot
2003-02-08
Chris Lattner
Fix a bug where we would mark the callees arguments...
commit
|
commitdiff
|
tree
|
snapshot
2003-02-08
Chris Lattner
Fix division by zero problem
commit
|
commitdiff
|
tree
|
snapshot
2003-02-08
Chris Lattner
Remove explicit result counters
commit
|
commitdiff
|
tree
|
snapshot
2003-02-08
Chris Lattner
Add a flag which effectively disables field sensitivity
commit
|
commitdiff
|
tree
|
snapshot
2003-02-07
Chris Lattner
Don't bother counting alias results, allow the AliasAna...
commit
|
commitdiff
|
tree
|
snapshot
2003-02-07
Chris Lattner
Allow counting multiple passes, and print the pass...
commit
|
commitdiff
|
tree
|
snapshot
2003-02-07
Chris Lattner
New general purpose alias analysis result auditor
commit
|
commitdiff
|
tree
|
snapshot
2003-02-07
Chris Lattner
Add notes from Vikram's email
commit
|
commitdiff
|
tree
|
snapshot
2003-02-07
Chris Lattner
Remove obsolete page
commit
|
commitdiff
|
tree
|
snapshot
2003-02-06
Chris Lattner
Add a summary
commit
|
commitdiff
|
tree
|
snapshot
2003-02-06
Chris Lattner
Fix a problem Sumant was running into
commit
|
commitdiff
|
tree
|
snapshot
2003-02-06
Chris Lattner
Simple N^2 alias anlysis accuracy checker
commit
|
commitdiff
|
tree
|
snapshot
2003-02-06
Chris Lattner
New "open projects" document
commit
|
commitdiff
|
tree
|
snapshot
2003-02-06
Chris Lattner
Fix an assertion failure
commit
|
commitdiff
|
tree
|
snapshot
2003-02-05
Chris Lattner
Implement optimization for direct function call case...
commit
|
commitdiff
|
tree
|
snapshot
2003-02-05
Chris Lattner
Squelch warning
commit
|
commitdiff
|
tree
|
snapshot
2003-02-05
Chris Lattner
Allow the addition of edge source labels
commit
|
commitdiff
|
tree
|
snapshot
2003-02-04
Chris Lattner
Remove bogus assertion
commit
|
commitdiff
|
tree
|
snapshot
2003-02-04
Chris Lattner
Fix a huge bug with handling non-pointer instructions
commit
|
commitdiff
|
tree
|
snapshot
2003-02-04
Chris Lattner
Make the TD pass not include all of the call nodes...
commit
|
commitdiff
|
tree
|
snapshot
2003-02-04
Chris Lattner
Add sanity check
commit
|
commitdiff
|
tree
|
snapshot
2003-02-04
Chris Lattner
Fix steensgaard to work on a lot more cases...
commit
|
commitdiff
|
tree
|
snapshot
2003-02-04
Chris Lattner
Fix printing of nonfunction graphs
commit
|
commitdiff
|
tree
|
snapshot
2003-02-03
Chris Lattner
Rename variable
commit
|
commitdiff
|
tree
|
snapshot
2003-02-03
Chris Lattner
Hack to work around deficiency in pass infrastructure
commit
|
commitdiff
|
tree
|
snapshot
2003-02-03
Chris Lattner
Initial implementation of ds-aa
commit
|
commitdiff
|
tree
|
snapshot
2003-02-03
Chris Lattner
Check field sensitivity
commit
|
commitdiff
|
tree
|
snapshot
2003-02-03
Chris Lattner
Build DS-AA tests
commit
|
commitdiff
|
tree
|
snapshot
2003-02-03
Chris Lattner
Initial tests for DS alias analysis
commit
|
commitdiff
|
tree
|
snapshot
2003-02-03
Chris Lattner
Add statistics to basicAA pass
commit
|
commitdiff
|
tree
|
snapshot
2003-02-03
Chris Lattner
* Fix a bug introduced in the last checkin wrt Stack...
commit
|
commitdiff
|
tree
|
snapshot
2003-02-03
Chris Lattner
Implement feof and xmalloc
commit
|
commitdiff
|
tree
|
snapshot
2003-02-03
Chris Lattner
Implement the globals graph!
commit
|
commitdiff
|
tree
|
snapshot
2003-02-03
Chris Lattner
Add better debug output
commit
|
commitdiff
|
tree
|
snapshot
2003-02-03
Chris Lattner
Eliminate unused resolving caller stuff
commit
|
commitdiff
|
tree
|
snapshot
2003-02-03
Chris Lattner
* Add a bunch of stuff for checking the integrity of...
commit
|
commitdiff
|
tree
|
snapshot
2003-02-03
Chris Lattner
Remove pool alloc accessor
commit
|
commitdiff
|
tree
|
snapshot
2003-02-03
Chris Lattner
Split public interface out into header file
commit
|
commitdiff
|
tree
|
snapshot
2003-02-03
Chris Lattner
Expose information about pool allocation
commit
|
commitdiff
|
tree
|
snapshot
2003-02-02
Chris Lattner
Indent for uniformity
commit
|
commitdiff
|
tree
|
snapshot
2003-02-02
Chris Lattner
Be a bit more specific in caption
commit
|
commitdiff
|
tree
|
snapshot
2003-02-02
Chris Lattner
Allow modifying a global variables constness property
commit
|
commitdiff
|
tree
|
snapshot
2003-02-02
Chris Lattner
Fix bug: Assembler/2003-02-02-ConstGlobal.ll
commit
|
commitdiff
|
tree
|
snapshot
2003-02-02
Chris Lattner
New testcase
commit
|
commitdiff
|
tree
|
snapshot
2003-02-01
Chris Lattner
Fix a bug where we would delete neccesary calls in...
commit
|
commitdiff
|
tree
|
snapshot
2003-02-01
Chris Lattner
Fix a bug where we would incorrectly delete globals...
commit
|
commitdiff
|
tree
|
snapshot
2003-02-01
Chris Lattner
Delete nodes more efficiently
commit
|
commitdiff
|
tree
|
snapshot
2003-02-01
Chris Lattner
Remove dead nodes more efficiently
commit
|
commitdiff
|
tree
|
snapshot
2003-02-01
Chris Lattner
Improve efficiency of aliveness traversal code
commit
|
commitdiff
|
tree
|
snapshot
2003-02-01
Chris Lattner
Change DSGraph stuff to use hash_(set|map) instead...
commit
|
commitdiff
|
tree
|
snapshot
2003-02-01
Chris Lattner
Add a bunch more stubs
commit
|
commitdiff
|
tree
|
snapshot
2003-02-01
Chris Lattner
Fix typo
commit
|
commitdiff
|
tree
|
snapshot
2003-02-01
Chris Lattner
Add hash_multimap support
commit
|
commitdiff
|
tree
|
snapshot
2003-02-01
Chris Lattner
Remove using declarations
commit
|
commitdiff
|
tree
|
snapshot
2003-02-01
Chris Lattner
Simplify assertions
commit
|
commitdiff
|
tree
|
snapshot
2003-02-01
Chris Lattner
Add new composition mask
commit
|
commitdiff
|
tree
|
snapshot
2003-02-01
Joel Stanley
Added protos for two alternate, convenient CallInst...
commit
|
commitdiff
|
tree
|
snapshot
2003-02-01
Joel Stanley
Added implementation of alternate CallInst constructors...
commit
|
commitdiff
|
tree
|
snapshot
2003-01-31
Chris Lattner
Remove globals on the bottom up pass which do not conta...
commit
|
commitdiff
|
tree
|
snapshot
2003-01-31
Chris Lattner
Add functions to the ban list
commit
|
commitdiff
|
tree
|
snapshot
2003-01-31
Chris Lattner
Fix strip issue Joel ran into
commit
|
commitdiff
|
tree
|
snapshot
2003-01-30
Chris Lattner
* Add new -track-memory option to tools which enables...
commit
|
commitdiff
|
tree
|
snapshot
2003-01-30
Chris Lattner
Fix a bug resolving sprintf(...) to sprintf(char*,...
commit
|
commitdiff
|
tree
|
snapshot
2003-01-30
Chris Lattner
Fix bug: Assembler/2003-01-30-UnsignedString.ll
commit
|
commitdiff
|
tree
|
snapshot
2003-01-30
Chris Lattner
New testcase
commit
|
commitdiff
|
tree
|
snapshot
2003-01-30
Chris Lattner
Actually print the function _name_ if there is a problem
commit
|
commitdiff
|
tree
|
snapshot
2003-01-30
Chris Lattner
Add new function to allow removal of typed named elements
commit
|
commitdiff
|
tree
|
snapshot
2003-01-30
Chris Lattner
* Fix linking of opaque types and their non-opaque...
commit
|
commitdiff
|
tree
|
snapshot
2003-01-30
Chris Lattner
New testcase
commit
|
commitdiff
|
tree
|
snapshot
2003-01-30
Chris Lattner
Eliminate using decls
commit
|
commitdiff
|
tree
|
snapshot
2003-01-30
Chris Lattner
NEw testcase
commit
|
commitdiff
|
tree
|
snapshot
2003-01-30
Chris Lattner
* Fix function resolution for varargs function to gener...
commit
|
commitdiff
|
tree
|
snapshot
2003-01-30
Chris Lattner
Bug that is unfixable with current frontend
commit
|
commitdiff
|
tree
|
snapshot
2003-01-30
Chris Lattner
Fix levelraise/2003-01-30-ShiftCrash.ll
commit
|
commitdiff
|
tree
|
snapshot
2003-01-30
Chris Lattner
New testcase
commit
|
commitdiff
|
tree
|
snapshot
2003-01-29
Chris Lattner
Initial checkin of pool allocation code
commit
|
commitdiff
|
tree
|
snapshot
2003-01-29
Chris Lattner
Use and implement API for graph traversals
commit
|
commitdiff
|
tree
|
snapshot
2003-01-29
Chris Lattner
New API for traversing graph
commit
|
commitdiff
|
tree
|
snapshot
2003-01-29
Chris Lattner
Initial checkin of pool allocator library
commit
|
commitdiff
|
tree
|
snapshot
2003-01-29
Chris Lattner
Fix build problem on sparc
commit
|
commitdiff
|
tree
|
snapshot
2003-01-29
Chris Lattner
Fix warnings on sparc
commit
|
commitdiff
|
tree
|
snapshot
2003-01-29
Chris Lattner
Fix warning on sparc
commit
|
commitdiff
|
tree
|
snapshot
2003-01-28
Chris Lattner
free instructions mark their operands as being heap...
commit
|
commitdiff
|
tree
|
snapshot
2003-01-28
Chris Lattner
Initial checking: defult the make_vector function
commit
|
commitdiff
|
tree
|
snapshot
2003-01-27
Chris Lattner
New helper header
commit
|
commitdiff
|
tree
|
snapshot
2003-01-24
Chris Lattner
Disable construction of pool allocator
commit
|
commitdiff
|
tree
|
snapshot
2003-01-24
Chris Lattner
Make sure the files get sorted correctly
commit
|
commitdiff
|
tree
|
snapshot
2003-01-23
Chris Lattner
* Eliminate boolean arguments in favor of using enums
commit
|
commitdiff
|
tree
|
snapshot
2003-01-23
Chris Lattner
* Eliminate boolean arguments in favor of using enums
commit
|
commitdiff
|
tree
|
snapshot
2003-01-23
Chris Lattner
Slight efficiency improvement
commit
|
commitdiff
|
tree
|
snapshot
2003-01-23
Chris Lattner
Add notes about LLVM and CygWin from Brian Gaeke
commit
|
commitdiff
|
tree
|
snapshot
2003-01-23
Chris Lattner
Fix broken testcase
commit
|
commitdiff
|
tree
|
snapshot
2003-01-23
Chris Lattner
Remove testcases that never could have worked anyway...
commit
|
commitdiff
|
tree
|
snapshot
2003-01-23
Chris Lattner
Compress large logs
commit
|
commitdiff
|
tree
|
snapshot
2003-01-23
Chris Lattner
Limit the amount of time the test will run
commit
|
commitdiff
|
tree
|
snapshot
2003-01-23
Chris Lattner
Dont' stop the build
commit
|
commitdiff
|
tree
|
snapshot
2003-01-23
Chris Lattner
* Only run LLVM tests so that testing is not stopped.
commit
|
commitdiff
|
tree
|
snapshot
next