index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't #include <Support/*>, #include "Support/*"
Chris Lattner
2002-10-28
1
-1
/
+1
*
Old GCC's don't have an <ostream>
Chris Lattner
2002-10-27
1
-1
/
+1
*
Don't emit braces around something without outgoing edges
Chris Lattner
2002-10-18
1
-3
/
+5
*
Break up the GraphWriter into smaller chunks to be used in different ways
Chris Lattner
2002-10-17
1
-10
/
+17
*
As wierd as it feels to type it, const void* is more generic than void*
Chris Lattner
2002-10-17
1
-9
/
+19
*
Allow simple nodes to have outgoing edges
Chris Lattner
2002-10-16
1
-5
/
+16
*
* Factor printing code again, add emitSimpleNode method
Chris Lattner
2002-10-16
1
-8
/
+29
*
* Add new DOTGraphTraits::addCustomGraphFeatures method
Chris Lattner
2002-10-16
2
-0
/
+13
*
* Significantly refactor GraphWriter into a class.
Chris Lattner
2002-10-16
1
-41
/
+69
*
- Generic graph printing infrastructure changes:
Chris Lattner
2002-10-16
1
-18
/
+19
*
Expose API to graph library to allow iteration over all nodes, even unreachab...
Chris Lattner
2002-10-10
1
-1
/
+10
*
* Don't only print out reachable nodes in the graph.
Chris Lattner
2002-10-10
1
-7
/
+7
*
Add new getGraphProperties that may be specialized by graphs
Chris Lattner
2002-10-10
1
-0
/
+8
*
Don't rotate paper.
Chris Lattner
2002-10-07
1
-2
/
+1
*
- Allow printing generic LLVM graphs to 'dot' files, so they can be
Chris Lattner
2002-10-07
2
-0
/
+188
*
Fix bug in last checkin
Chris Lattner
2002-10-07
1
-0
/
+1
*
Implement operator= for SuccIterators
Chris Lattner
2002-10-07
1
-0
/
+5
*
The wall clock timer (implementing using the RTC or cycle counter on x86) is
Chris Lattner
2002-10-03
1
-7
/
+1
*
Checkin generic interval timer support
Chris Lattner
2002-10-01
1
-0
/
+136
*
Fix ambiguity problem due to builtin log2(double) function
Chris Lattner
2002-09-17
1
-1
/
+1
*
*** empty log message ***
Vikram S. Adve
2002-09-16
1
-1
/
+2
*
Checkin patch written by Casey Carter, enabling support for the redhat GCC 2.96
Chris Lattner
2002-09-13
1
-0
/
+4
*
Eliminate the GenericBinaryInst class
Chris Lattner
2002-09-10
1
-1
/
+0
*
Checkin initial support for automatic memory leak detection routines
Chris Lattner
2002-09-08
1
-0
/
+79
*
Implement operator== and != for ranges
Chris Lattner
2002-09-03
1
-0
/
+9
*
Add printing support to ConstantRange class
Chris Lattner
2002-09-02
1
-0
/
+14
*
Initial implementation of ConstantRange support
Chris Lattner
2002-09-01
1
-0
/
+97
*
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-22
1
-3
/
+2
*
Load & Store Inst now no longer derive from MemAccessInst
Chris Lattner
2002-08-22
1
-2
/
+2
*
Add missing forward decl
Chris Lattner
2002-08-21
1
-0
/
+1
*
Remove support for unary instructions
Chris Lattner
2002-08-14
1
-3
/
+1
*
Simplify interface to parsers.
Chris Lattner
2002-08-07
1
-92
/
+77
*
Factor PassNameParser out of opt.cpp so that analyze and eventually llc can u...
Chris Lattner
2002-07-26
1
-0
/
+106
*
*** empty log message ***
Chris Lattner
2002-07-25
1
-3
/
+2
*
*** empty log message ***
Chris Lattner
2002-07-25
1
-0
/
+9
*
*** empty log message ***
Chris Lattner
2002-07-24
1
-3
/
+7
*
Changes to build with GCC 3.1
Chris Lattner
2002-07-24
1
-11
/
+11
*
Add missing typename's that GCC3.1 is whining about.
Chris Lattner
2002-07-24
1
-11
/
+12
*
Disable the operator= in Value
Chris Lattner
2002-07-24
1
-0
/
+3
*
Initial checkin
Chris Lattner
2002-07-23
1
-0
/
+65
*
Add support for removing an option from a genericparser
Chris Lattner
2002-07-23
1
-1
/
+16
*
Change to avoid bug in GCC 3.0.4
Chris Lattner
2002-07-23
1
-3
/
+4
*
Checkin CommandLine 2.0
Chris Lattner
2002-07-22
1
-229
/
+762
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
4
-80
/
+304
*
Add ability to update existing variables with values read from the command line
Chris Lattner
2002-05-22
1
-9
/
+48
*
Cleanups, rename IsPowerOf2 to isPowerOf2
Chris Lattner
2002-05-19
1
-27
/
+18
*
Added log2 for log-base-2 and also modified IsPower2 to use it.
Vikram S. Adve
2002-05-19
1
-9
/
+15
*
Make sure to call the derived visit versions from the ranged iterator.
Chris Lattner
2002-05-10
1
-1
/
+1
*
Add explicit abort so optimized build knows that the function does not return
Chris Lattner
2002-05-10
1
-0
/
+1
*
Update header after moving file
Chris Lattner
2002-05-07
1
-4
/
+3
[next]