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-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
2004-07-26
Fix bug in previous patch :(
Chris Lattner
2004-07-26
Fix an extremely serious regression that was causing LLVM basic blocks to be
Chris Lattner
2004-07-25
Adjust to new Module.h interface for dependent libraries
Reid Spencer
2004-07-25
bug 263:
Reid Spencer
2004-07-25
bug 263:
Reid Spencer
2004-07-18
bug 122:
Reid Spencer
2004-07-16
Fix the regressions handling unnamed global variables
Chris Lattner
2004-07-14
This is logically part of the last patch. Just more really horrible code
Chris Lattner
2004-07-14
** Finally DeclareNewGlobalValue is dead!
Chris Lattner
2004-07-14
* Fairly substantial change. Instead of creating new globalvariables, then
Chris Lattner
2004-07-14
Fold setValueNameMergingDuplicates into ParseGlobalVariable, allowing us
Chris Lattner
2004-07-14
Fix a regression from last night. Apparently the CFE is broken and outputs
Chris Lattner
2004-07-14
Pull out code shared between GV forward-decl and definition processing.
Chris Lattner
2004-07-14
Simplify code. Do not allow functions to be redefined more than once.
Chris Lattner
2004-07-14
Remove a gross and crufty "feature" that was never documented and doesn't work.
Chris Lattner
2004-07-14
Finegrainify namespacification
Chris Lattner
2004-07-14
Revamp handling of labels. In particular, if we create a forward reference
Chris Lattner
2004-07-14
Split the basic block handling case out of getVal into getBBVal.
Chris Lattner
2004-07-13
Fine-grainify namespacification, prune #include
Chris Lattner
2004-07-13
Fix typeo and refactor bb productions to make it possible for us to reuse any
Chris Lattner
2004-07-13
Eliminate some mega-cruft here. There is no reason to DERIVE FROM IR CLASSES
Chris Lattner
2004-07-13
Inline the now trivial setValueNameInternal function into both callers
Chris Lattner
2004-07-13
Now that basic blocks are eagerly inserted into the Function, we can use
Chris Lattner
2004-07-13
A couple of substantial cleanup fixes:
Chris Lattner
[next]