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
/
AsmParser
Age
Commit message (
Expand
)
Author
2005-08-27
Implement PR614:
Reid Spencer
2005-06-24
Fix grammar
Chris Lattner
2005-06-22
If we support structs as va_list, we must pass pointers to them to va_copy
Andrew Lenharth
2005-06-20
because some functions just use va_start and pass things to vfprintf
Andrew Lenharth
2005-06-19
va_end fix
Andrew Lenharth
2005-06-19
add a check for the mixing of vaarg and vanext with va_arg
Andrew Lenharth
2005-06-18
core changes for varargs
Andrew Lenharth
2005-05-20
Give the asmparser the ability to parse strings. Patch contributed by
Chris Lattner
2005-05-10
* Convert tabs to spaces, fix code alignment
Misha Brukman
2005-05-06
parse new calling conv specifiers
Chris Lattner
2005-05-06
use splice instead of remove/insert for a minor speedup
Chris Lattner
2005-05-06
remove some ugly hacks that are no longer needed since andrew removed the
Chris Lattner
2005-05-06
lex tail
Chris Lattner
2005-05-06
Add a 'tail' marker for call instructions, patch contributed by
Chris Lattner
2005-05-02
Remove support for 1.0 style varargs
Andrew Lenharth
2005-04-21
* Remove trailing whitespace
Misha Brukman
2005-04-19
fix PR549
Chris Lattner
2005-03-23
don't crash in some bad cases.
Chris Lattner
2005-03-21
Remove a bunch of cruft and dead code for handling the case when types were
Chris Lattner
2005-03-15
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-03-05
zap
Chris Lattner
2005-02-24
add more checking
Chris Lattner
2005-02-24
Do not read free'd memory when printing an error message.
Chris Lattner
2005-02-22
C++ is not a functional programming language.
Chris Lattner
2005-02-01
Fix test/Regression/Assembler/2005-01-31-CallingAggregateFunction.ll
Chris Lattner
2005-02-01
Apparently := confuses makellvm
Chris Lattner
2005-01-29
Adjust to slight changes in instruction interfaces.
Chris Lattner
2005-01-08
Silence VS warnings.
Chris Lattner
2004-12-10
Do not allow empty label names.
Alkis Evlogimenos
2004-12-10
Implement test/Feature/escaped_label.ll
Chris Lattner
2004-12-08
Add support for compilers with arg dependent name lookup, contributed by
Chris Lattner
2004-12-06
For PR409: \
Reid Spencer
2004-11-28
Fix PR463
Chris Lattner
2004-10-28
Make sure that the yacc and lex output are specified as BUILT_SOURCES.
Reid Spencer
2004-10-27
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2004-10-26
Plug a memory leak in the asmparser. It turns out that we were leaking
Chris Lattner
2004-10-22
We won't use automake
Reid Spencer
2004-10-18
Initial automake generated Makefile template
Reid Spencer
2004-10-16
Parse undef and unreachable
Chris Lattner
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-09
Add a check to avoid an assertion on malformed input
Chris Lattner
2004-09-14
Okay, the list of link-time passes wasn't such a hot idea. Its prone to
Reid Spencer
2004-09-13
Add support for the link-time pass list to Modules.
Reid Spencer
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-21
Examine the type code in the setcc class of instructions and if it
Reid Spencer
2004-08-20
quish a warning
Chris Lattner
2004-08-20
Packed types, brought to you by Brad Jones
Brian Gaeke
2004-08-17
Work around PR424 for old c/c++ frontends.
Chris Lattner
2004-07-29
Merge i*.h headers into Instructions.h as part of bug403.
Alkis Evlogimenos
[next]