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
/
lib
/
Support
Age
Commit message (
Expand
)
Author
2004-11-19
Patches to avoid "leaking" memory on process exit. Patch contributed by
Chris Lattner
2004-11-19
Allow this to compile even on machines that HAVE the bzlib library but do
Reid Spencer
2004-11-19
Undo last change as its unnecessary.
Reid Spencer
2004-11-19
Make a cast explicit.
Reid Spencer
2004-11-16
Add a comment to some code that at first glance just doesn't look right.
Reid Spencer
2004-11-16
Per code review:
Reid Spencer
2004-11-14
Implement the high level interface to make (de)compression easier.
Reid Spencer
2004-11-14
Implement the MoreHelp utility that calls a function to printmore help inform...
Reid Spencer
2004-11-09
Tune compression:
Reid Spencer
2004-11-09
* Convert tabs to spaces
Misha Brukman
2004-11-09
Allow hbd to be bugpointable on darwin by fixing common and linkonce codegen
Nate Begeman
2004-11-08
Handle headers for compressed bytecode files
Misha Brukman
2004-11-07
Replace uses of llvm.org with llvm.cs.uiuc.edu
Misha Brukman
2004-10-29
* Fix compilation on AIX: GCC's fixincludes eliminates isinf() declaration
Misha Brukman
2004-10-27
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2004-10-25
Patch to support MSVC, contributed by Morten Ofstad
Chris Lattner
2004-10-25
Patch to support MSVC, contributed by Morten Ofstad
Chris Lattner
2004-10-22
We won't use automake
Reid Spencer
2004-10-18
Initial automake generated Makefile template
Reid Spencer
2004-10-17
Pass -single_module option to gcc when linking dynamic libraries for use with...
Nate Begeman
2004-10-13
Update to reflect changes in Makefile rules.
Reid Spencer
2004-10-10
Initial version of automake Makefile.am file.
Reid Spencer
2004-10-04
Excise the ill-advised RLCOMP compression algorithm and simply leave the
Reid Spencer
2004-10-04
Add a context for the callback so different compression scenarios can be
Reid Spencer
2004-10-04
Fix build if not HAVE_BZIP2
Chris Lattner
2004-10-04
First version of a support utility to provide generalized compression in
Reid Spencer
2004-09-28
Add includes and use std:: for standard library calls to make code
Alkis Evlogimenos
2004-09-20
Put in a #error in the event that we don't have an mmap that can map a file
Reid Spencer
2004-09-01
Changes For Bug 352
Reid Spencer
2004-09-01
Make CommandLine prefix error output with the name of the program.
Reid Spencer
2004-08-29
Signals support has been moved to lib/System
Reid Spencer
2004-08-16
Move these files (which are dependent on VMCore) into VMCore
Misha Brukman
2004-08-13
Allow any cl::opt to use the method getPosition() to retrieve the option's
Reid Spencer
2004-08-04
It is not possible to catch SIGKILL, don't bother trying.
Chris Lattner
2004-08-04
Add a --version option for every tool that prints out:
Reid Spencer
2004-07-25
Remove linux/solaris specific stuff.
Chris Lattner
2004-07-24
Get rid of the printout from the low-level system interface
Chris Lattner
2004-07-24
Pass timeouts into the low level "execute program with timeout" function
Chris Lattner
2004-07-24
Add support for killing the program if it executes for too long.
Chris Lattner
2004-07-21
These files don't need to include <iostream> since they include "Support/Debu...
Brian Gaeke
2004-07-21
Solaris hack for isinf()
Brian Gaeke
2004-07-21
Add platform-independent wrapper function for isinf().
Brian Gaeke
2004-07-19
Err, fix last checkin
Chris Lattner
2004-07-19
Fix bugpoint miscompilation support on OS/X
Chris Lattner
2004-07-18
Add a workaround for a GCC 3.3.2 bug
Chris Lattner
2004-07-16
Correctly build shared objects on MacOS X for debugging code generators
Misha Brukman
2004-07-15
Bug fixes for PR341
Chris Lattner
2004-07-11
Implicitly getting a new option by linking to support.o instead of support.a
Chris Lattner
2004-07-08
Do not call Type::getUniqueID
Chris Lattner
2004-07-06
Work around apparent Apple compiler bug which was making all mangled
Brian Gaeke
[next]