aboutsummaryrefslogtreecommitdiff
path: root/lib/AsmParser
AgeCommit message (Expand)Author
2005-02-01Fix test/Regression/Assembler/2005-01-31-CallingAggregateFunction.llChris Lattner
2005-02-01Apparently := confuses makellvmChris Lattner
2005-01-29Adjust to slight changes in instruction interfaces.Chris Lattner
2005-01-08Silence VS warnings.Chris Lattner
2004-12-10Do not allow empty label names.Alkis Evlogimenos
2004-12-10Implement test/Feature/escaped_label.llChris Lattner
2004-12-08Add support for compilers with arg dependent name lookup, contributed byChris Lattner
2004-12-06For PR409: \Reid Spencer
2004-11-28Fix PR463Chris Lattner
2004-10-28Make sure that the yacc and lex output are specified as BUILT_SOURCES.Reid Spencer
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2004-10-26Plug a memory leak in the asmparser. It turns out that we were leakingChris Lattner
2004-10-22We won't use automakeReid Spencer
2004-10-18Initial automake generated Makefile templateReid Spencer
2004-10-16Parse undef and unreachableChris Lattner
2004-10-13Update to reflect changes in Makefile rules.Reid Spencer
2004-10-10Initial version of automake Makefile.am file.Reid Spencer
2004-10-09Add a check to avoid an assertion on malformed inputChris Lattner
2004-09-14Okay, the list of link-time passes wasn't such a hot idea. Its prone toReid Spencer
2004-09-13Add support for the link-time pass list to Modules.Reid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-08-21Examine the type code in the setcc class of instructions and if itReid Spencer
2004-08-20quish a warningChris Lattner
2004-08-20Packed types, brought to you by Brad JonesBrian Gaeke
2004-08-17Work around PR424 for old c/c++ frontends.Chris Lattner
2004-07-29Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos
2004-07-26Fix bug in previous patch :(Chris Lattner
2004-07-26Fix an extremely serious regression that was causing LLVM basic blocks to beChris Lattner
2004-07-25Adjust to new Module.h interface for dependent librariesReid Spencer
2004-07-25bug 263:Reid Spencer
2004-07-25bug 263:Reid Spencer
2004-07-18bug 122:Reid Spencer
2004-07-16Fix the regressions handling unnamed global variablesChris Lattner
2004-07-14This is logically part of the last patch. Just more really horrible codeChris Lattner
2004-07-14** Finally DeclareNewGlobalValue is dead!Chris Lattner
2004-07-14* Fairly substantial change. Instead of creating new globalvariables, thenChris Lattner
2004-07-14Fold setValueNameMergingDuplicates into ParseGlobalVariable, allowing usChris Lattner
2004-07-14Fix a regression from last night. Apparently the CFE is broken and outputsChris Lattner
2004-07-14Pull out code shared between GV forward-decl and definition processing.Chris Lattner
2004-07-14Simplify code. Do not allow functions to be redefined more than once.Chris Lattner
2004-07-14Remove a gross and crufty "feature" that was never documented and doesn't work.Chris Lattner
2004-07-14Finegrainify namespacificationChris Lattner
2004-07-14Revamp handling of labels. In particular, if we create a forward referenceChris Lattner
2004-07-14Split the basic block handling case out of getVal into getBBVal.Chris Lattner
2004-07-13Fine-grainify namespacification, prune #includeChris Lattner
2004-07-13Fix typeo and refactor bb productions to make it possible for us to reuse anyChris Lattner
2004-07-13Eliminate some mega-cruft here. There is no reason to DERIVE FROM IR CLASSESChris Lattner
2004-07-13Inline the now trivial setValueNameInternal function into both callersChris Lattner
2004-07-13Now that basic blocks are eagerly inserted into the Function, we can useChris Lattner
2004-07-13A couple of substantial cleanup fixes:Chris Lattner