summaryrefslogtreecommitdiff
path: root/lib/AsmParser
Commit message (Expand)AuthorAge
...
* add a check for the mixing of vaarg and vanext with va_argAndrew Lenharth2005-06-19
* core changes for varargsAndrew Lenharth2005-06-18
* Give the asmparser the ability to parse strings. Patch contributed byChris Lattner2005-05-20
* * Convert tabs to spaces, fix code alignmentMisha Brukman2005-05-10
* parse new calling conv specifiersChris Lattner2005-05-06
* use splice instead of remove/insert for a minor speedupChris Lattner2005-05-06
* remove some ugly hacks that are no longer needed since andrew removed theChris Lattner2005-05-06
* lex tailChris Lattner2005-05-06
* Add a 'tail' marker for call instructions, patch contributed byChris Lattner2005-05-06
* Remove support for 1.0 style varargsAndrew Lenharth2005-05-02
* * Remove trailing whitespaceMisha Brukman2005-04-21
* fix PR549Chris Lattner2005-04-19
* don't crash in some bad cases.Chris Lattner2005-03-23
* Remove a bunch of cruft and dead code for handling the case when types wereChris Lattner2005-03-21
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-15
* zapChris Lattner2005-03-05
* add more checkingChris Lattner2005-02-24
* Do not read free'd memory when printing an error message.Chris Lattner2005-02-24
* C++ is not a functional programming language.Chris Lattner2005-02-22
* Fix test/Regression/Assembler/2005-01-31-CallingAggregateFunction.llChris Lattner2005-02-01
* Apparently := confuses makellvmChris Lattner2005-02-01
* Adjust to slight changes in instruction interfaces.Chris Lattner2005-01-29
* Silence VS warnings.Chris Lattner2005-01-08
* Do not allow empty label names.Alkis Evlogimenos2004-12-10
* Implement test/Feature/escaped_label.llChris Lattner2004-12-10
* Add support for compilers with arg dependent name lookup, contributed byChris Lattner2004-12-08
* For PR409: \Reid Spencer2004-12-06
* Fix PR463Chris Lattner2004-11-28
* Make sure that the yacc and lex output are specified as BUILT_SOURCES.Reid Spencer2004-10-28
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-27
* Plug a memory leak in the asmparser. It turns out that we were leakingChris Lattner2004-10-26
* We won't use automakeReid Spencer2004-10-22
* Initial automake generated Makefile templateReid Spencer2004-10-18
* Parse undef and unreachableChris Lattner2004-10-16
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-13
* Initial version of automake Makefile.am file.Reid Spencer2004-10-10
* Add a check to avoid an assertion on malformed inputChris Lattner2004-10-09
* Okay, the list of link-time passes wasn't such a hot idea. Its prone toReid Spencer2004-09-14
* Add support for the link-time pass list to Modules.Reid Spencer2004-09-13
* Changes For Bug 352Reid Spencer2004-09-01
* Examine the type code in the setcc class of instructions and if itReid Spencer2004-08-21
* quish a warningChris Lattner2004-08-20
* Packed types, brought to you by Brad JonesBrian Gaeke2004-08-20
* Work around PR424 for old c/c++ frontends.Chris Lattner2004-08-17
* Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos2004-07-29
* Fix bug in previous patch :(Chris Lattner2004-07-26
* Fix an extremely serious regression that was causing LLVM basic blocks to beChris Lattner2004-07-26
* Adjust to new Module.h interface for dependent librariesReid Spencer2004-07-25
* bug 263:Reid Spencer2004-07-25
* bug 263:Reid Spencer2004-07-25