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
Age
Commit message (
Expand
)
Author
2004-06-08
Adjust what's included to compensate for changes in Parser.h
Reid Spencer
2004-06-08
Merged BytecodeHandler.h into Parser.h since the parser and the handler
Reid Spencer
2004-06-07
Fix PR361.
Chris Lattner
2004-06-07
New testcase for PR361
Chris Lattner
2004-06-07
Make all of this functionality work directly on win32. Properly conditionalize
Chris Lattner
2004-06-07
Implement getTimeRecord natively in Win32, properly conditionalize the
Chris Lattner
2004-06-07
Eliminate more traces of the -c option
Chris Lattner
2004-06-07
Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This tool
Reid Spencer
2004-06-07
Added checks for mkstemp and getrusage.
John Criswell
2004-06-05
Add some notes so I can throw away one of my many todo lists.
Chris Lattner
2004-06-05
Fix GCC warning
Chris Lattner
2004-06-05
Fix GCC warnings
Chris Lattner
2004-06-05
Fix a few typos, spellos, grammaros.
Reid Spencer
2004-06-05
Add "work in progress" warning.
Reid Spencer
2004-06-05
Include cerrno.
Alkis Evlogimenos
2004-06-05
Remove an unused variable.
Chris Lattner
2004-06-05
Macros are baaad.
Chris Lattner
2004-06-05
Don't #include <unistd.h> directly, go through the config files
Chris Lattner
2004-06-05
Add missing #include
Chris Lattner
2004-06-05
Work around VS bug
Chris Lattner
2004-06-05
Warning foo
Chris Lattner
2004-06-05
As much as I dislike doing this, it's the only fix for VC8.0 that I can come
Chris Lattner
2004-06-05
Remove unused var
Chris Lattner
2004-06-04
Squelch a warning
Chris Lattner
2004-06-04
Delete some unreachable code
Chris Lattner
2004-06-04
* No more CachedWriter::setStream()
Misha Brukman
2004-06-04
Revert ostream back to reference: the only user (llvm-tv) no longer needs it.
Misha Brukman
2004-06-04
Add some constants for VC
Chris Lattner
2004-06-04
Fix up some spacing & fix a typo in an assertion in cpValue2Value.
Brian Gaeke
2004-06-04
Ugh, apparently there is no common ground here.
Chris Lattner
2004-06-04
Fix a *really* dumb warning on VC
Chris Lattner
2004-06-04
Fix more warnings
Chris Lattner
2004-06-04
Remove support for printing strings from the cached writer
Chris Lattner
2004-06-04
Don't send random junk to CachedWriter's. Also remove a cast that could be
Chris Lattner
2004-06-04
GCC doesn't like prefix form of cast with two identifiers I guess.
Chris Lattner
2004-06-04
Squish a warning
Chris Lattner
2004-06-04
Silence a warning
Chris Lattner
2004-06-04
Add ssize_t for VC++
Chris Lattner
2004-06-04
<io.h> provides read/write/open/...
Chris Lattner
2004-06-04
Visual C has something resembling a stat function, but it doesn't provide S_I...
Chris Lattner
2004-06-04
Make this work on VC++, pull the HAVE_ALLOCA_H case out instead of duplicating
Chris Lattner
2004-06-04
Add more needed typedefs
Chris Lattner
2004-06-04
Add explicit casts to silence warnings. There is no need to use snprintf here.
Chris Lattner
2004-06-04
Make this work with VC++
Chris Lattner
2004-06-04
Fix a nasty bug that caused areAliases to always return false.
Chris Lattner
2004-06-04
Emit a more sensible error message if no subclasses of Target are defined.
Misha Brukman
2004-06-04
Clarify documentation and use correct doxygen comment form /// vs. // .
Misha Brukman
2004-06-04
Fix extraneous tag
Chris Lattner
2004-06-04
New doc
Chris Lattner
2004-06-04
Fix PR356: [doc] lib/Target/X86/README.txt needs update
Chris Lattner
[prev]
[next]