index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
Support
Age
Commit message (
Expand
)
Author
2003-10-20
This #include is no longer necessary
Chris Lattner
2003-10-20
Added LLVM notice.
John Criswell
2003-10-15
This file uses assert and doesn't include anything which already #includes <c...
Chris Lattner
2003-10-13
Add missing default argument
Chris Lattner
2003-10-13
add support for "external" depth first iterators, which store the 'visited' set
Chris Lattner
2003-10-13
Extricate the "reverse" support from the depth-first iterator. This is really
Chris Lattner
2003-10-10
Add my abstracted dynamic linker support files.
Brian Gaeke
2003-10-06
Moved to llvm/include/llvm/Support because it is LLVM-specific.
Misha Brukman
2003-10-06
Doxygenize class comments. Add new NamedRegionTimer class
Chris Lattner
2003-10-05
Output a very high-precision number
Chris Lattner
2003-09-30
Standardize header file comments
Chris Lattner
2003-09-30
Add a file header
Chris Lattner
2003-09-30
Remove unused header
Chris Lattner
2003-09-29
Abstracted away the process of running our tools + gcc from bugpoint.
Misha Brukman
2003-09-29
Tersified and fixed whitespace (tabs -> spaces).
Misha Brukman
2003-09-17
In ExecWait(), made the child process exit if it can't execve() the new
John Criswell
2003-09-17
Added the ExecWait() function.
John Criswell
2003-09-10
Fix spello
Chris Lattner
2003-09-02
Added the MakeFileReadable() method.
John Criswell
2003-09-02
Added the MakeFileExecutable() method. This method takes a filename and
John Criswell
2003-08-31
Rename TarjanSCCIterator -> scc_iterator
Chris Lattner
2003-08-31
ELIMINATE the SCC class completely. One less thing deriving from std::vector
Chris Lattner
2003-08-31
Move the HasLoop method from the SCC class to the iterator class
Chris Lattner
2003-08-31
* Cleanups
Chris Lattner
2003-08-31
Remove usage of unsigned long: unsigned should be enough!
Chris Lattner
2003-08-31
This file uses cerr without including <iostream>. Since it's just for debugg...
Chris Lattner
2003-08-29
Fix compilation problems with G++ 3.4
Chris Lattner
2003-08-27
Spell `incompatible' correctly.
Misha Brukman
2003-08-22
Changes to work better with GCC3.4/LLVM G++
Chris Lattner
2003-08-21
Remove unused file
Chris Lattner
2003-08-19
Make assertion message more helpful in a case that might happen...
Chris Lattner
2003-08-18
Spell `necessary' correctly.
Misha Brukman
2003-08-15
lib/Support/CommandLine.cpp:
Brian Gaeke
2003-08-15
hash_map and hash_set:
Misha Brukman
2003-08-15
Reordered includes to be consistent with the LLVM style.
Misha Brukman
2003-08-14
Remove extraneous cl:: namespace qualifiers
Chris Lattner
2003-08-14
Add support for reading command line arguments from an environment variable.
Brian Gaeke
2003-08-11
If we can't find INT64_MAX, set it to a reasonable default value,
Brian Gaeke
2003-08-07
Remove references to `bugpoint' from the now-generic system utilities.
Misha Brukman
2003-08-07
Moved removeFile() and getUniqueFilename() into FileUtilities.
Misha Brukman
2003-08-01
Move debugging support out of Statistic.h into Debug.h, implement the new DEB...
Chris Lattner
2003-08-01
Including statistics into an anonymous namespace that gets #included into
Chris Lattner
2003-08-01
New file
Chris Lattner
2003-08-01
This file doesn't need this include
Chris Lattner
2003-07-29
Enable JIT when the platform supports it.
John Criswell
2003-07-25
Fix another accessibility problem illuminated by GCC 3.3
Chris Lattner
2003-07-25
Fix visibility problem exposed by GCC 3.3
Chris Lattner
2003-07-25
Use the C++ <cassert> header, not the C <assert.h> header
Chris Lattner
2003-07-25
Add includes of assert
Chris Lattner
2003-07-25
Fix accessibility problems GCC 3.3
Chris Lattner
[next]