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
/
support
Age
Commit message (
Expand
)
Author
2003-09-29
Fixed space issues, code alignment, tabs -> spaces.
Misha Brukman
2003-09-29
Implementation of the abstraction of running our tools + gcc, taken out of
Misha Brukman
2003-09-29
Check in missing makefile
Chris Lattner
2003-09-29
Initial checkin of makefile for this directory
Chris Lattner
2003-09-29
Moved code from llvm/lib/Support to llvm/support/lib/Support.
John Criswell
2003-09-29
Updating Makefiles for new location in llvm/support.
John Criswell
2003-09-29
Updated Makefiles to reflect new location in llvm/support/tools.
John Criswell
2003-09-22
Squelch warning
Chris Lattner
2003-09-17
In ExecWait(), made the child process exit if it can't execve() the new
John Criswell
2003-09-17
Do not put DEBUG() guard around error condition; this must *always* be printed.
Misha Brukman
2003-09-17
Fix the flag on `rm' to properly do a recursive deletion.
Misha Brukman
2003-09-17
Added the ExecWait() function. It executes a program with the specified
John Criswell
2003-09-16
Add missing apostrophe. It's been bugging me for years.
Brian Gaeke
2003-09-16
Fixed spelling & grammar.
Misha Brukman
2003-09-09
Updated to find source files using VPATH. This makes writing build rules
John Criswell
2003-09-09
Updated the log of changes (as required by the Burg copyright) to give an
John Criswell
2003-09-09
Modified the code so that we exit() with a non-zero value instead of calling
John Criswell
2003-09-07
Fixed spelling of `intentionally'.
Misha Brukman
2003-09-07
Remove unneeded #include
Chris Lattner
2003-09-06
Checkin of autoconf-style object root.
John Criswell
2003-09-02
Added the MakeFileReadable() method.
John Criswell
2003-09-02
Added a description of the algorithm.
John Criswell
2003-09-02
Added the MakeFileExecutable() method. This method takes a filename and
John Criswell
2003-08-27
Added an option to TableGen that allows users to specify a directory in which
John Criswell
2003-08-24
Mangle ALL letters that we do not allow, not just a few.
Chris Lattner
2003-08-23
Ignore more
Chris Lattner
2003-08-23
Initial checkin of ValueHolder helper
Chris Lattner
2003-08-21
Only use :: rules for #included files
Chris Lattner
2003-08-21
Fix warning on sparc build
Chris Lattner
2003-08-20
Added #include <cassert>. In GCC 3.3, we don't get assert() through the other
John Criswell
2003-08-19
X86.td has been moved out of this directory; these are outdated targets.
Misha Brukman
2003-08-18
Spell `necessary' correctly.
Misha Brukman
2003-08-15
lib/Support/CommandLine.cpp:
Brian Gaeke
2003-08-15
Ignore dummy register classes
Chris Lattner
2003-08-15
Add support for nodes with void arguments, like chain nodes
Chris Lattner
2003-08-14
Add support for reading command line arguments from an environment variable.
Brian Gaeke
2003-08-14
Using `std::remove' requires `cstdio.h'.
Misha Brukman
2003-08-13
Using std::string requires `#include <string>', says gcc-2.95.3.
Misha Brukman
2003-08-13
This file uses stable_sort
Chris Lattner
2003-08-12
Reenable optimized build
Chris Lattner
2003-08-12
Fix emission of instructions that directly reference MBBs
Chris Lattner
2003-08-12
Add support for the Any type. Minor fixes and enhancements for BasicBlock op...
Chris Lattner
2003-08-12
Rename DNVT_bool to DNVT_i1 to be consistent with type system
Chris Lattner
2003-08-12
Add support for a bool argty
Chris Lattner
2003-08-11
It is not an error if a rule does not match, it's just a failed match!
Chris Lattner
2003-08-11
Add support for frameidx and literal immediates for instructions
Chris Lattner
2003-08-11
Add support for naming the destination of a "set" in a pattern
Chris Lattner
2003-08-11
Add support for the Arg1 argument type
Chris Lattner
2003-08-11
Add support to the mangler for targets which require _'s on global symbols
Chris Lattner
2003-08-11
Don't forget to initializer result field to 0!
Chris Lattner
[next]