index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
Age
Commit message (
Expand
)
Author
2002-11-19
Ignore options that are ""
Chris Lattner
2002-11-18
Add facility to compute peak memory usage
Chris Lattner
2002-11-10
Fix a problem where bad graphs could be generated
Chris Lattner
2002-11-04
Allow memory sizes to be negative, eliminate TmpRSS
Chris Lattner
2002-10-28
Don't #include <Support/*>, #include "Support/*"
Chris Lattner
2002-10-27
Old GCC's don't have an <ostream>
Chris Lattner
2002-10-18
Don't emit braces around something without outgoing edges
Chris Lattner
2002-10-17
Break up the GraphWriter into smaller chunks to be used in different ways
Chris Lattner
2002-10-17
As wierd as it feels to type it, const void* is more generic than void*
Chris Lattner
2002-10-16
Allow simple nodes to have outgoing edges
Chris Lattner
2002-10-16
* Factor printing code again, add emitSimpleNode method
Chris Lattner
2002-10-16
* Add new DOTGraphTraits::addCustomGraphFeatures method
Chris Lattner
2002-10-16
* Significantly refactor GraphWriter into a class.
Chris Lattner
2002-10-16
- Generic graph printing infrastructure changes:
Chris Lattner
2002-10-10
Expose API to graph library to allow iteration over all nodes, even unreachab...
Chris Lattner
2002-10-10
* Don't only print out reachable nodes in the graph.
Chris Lattner
2002-10-10
Add new getGraphProperties that may be specialized by graphs
Chris Lattner
2002-10-07
Don't rotate paper.
Chris Lattner
2002-10-07
- Allow printing generic LLVM graphs to 'dot' files, so they can be
Chris Lattner
2002-10-07
Fix bug in last checkin
Chris Lattner
2002-10-07
Implement operator= for SuccIterators
Chris Lattner
2002-10-03
The wall clock timer (implementing using the RTC or cycle counter on x86) is
Chris Lattner
2002-10-01
Checkin generic interval timer support
Chris Lattner
2002-09-17
Fix ambiguity problem due to builtin log2(double) function
Chris Lattner
2002-09-16
*** empty log message ***
Vikram S. Adve
2002-09-13
Checkin patch written by Casey Carter, enabling support for the redhat GCC 2.96
Chris Lattner
2002-09-10
Eliminate the GenericBinaryInst class
Chris Lattner
2002-09-08
Checkin initial support for automatic memory leak detection routines
Chris Lattner
2002-09-03
Implement operator== and != for ranges
Chris Lattner
2002-09-02
Add printing support to ConstantRange class
Chris Lattner
2002-09-01
Initial implementation of ConstantRange support
Chris Lattner
2002-08-22
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-22
Load & Store Inst now no longer derive from MemAccessInst
Chris Lattner
2002-08-21
Add missing forward decl
Chris Lattner
2002-08-14
Remove support for unary instructions
Chris Lattner
2002-08-07
Simplify interface to parsers.
Chris Lattner
2002-07-26
Factor PassNameParser out of opt.cpp so that analyze and eventually llc can u...
Chris Lattner
2002-07-25
*** empty log message ***
Chris Lattner
2002-07-25
*** empty log message ***
Chris Lattner
2002-07-24
*** empty log message ***
Chris Lattner
2002-07-24
Changes to build with GCC 3.1
Chris Lattner
2002-07-24
Add missing typename's that GCC3.1 is whining about.
Chris Lattner
2002-07-24
Disable the operator= in Value
Chris Lattner
2002-07-23
Initial checkin
Chris Lattner
2002-07-23
Add support for removing an option from a genericparser
Chris Lattner
2002-07-23
Change to avoid bug in GCC 3.0.4
Chris Lattner
2002-07-22
Checkin CommandLine 2.0
Chris Lattner
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-05-22
Add ability to update existing variables with values read from the command line
Chris Lattner
2002-05-19
Cleanups, rename IsPowerOf2 to isPowerOf2
Chris Lattner
[next]