aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* Add support for compilers with arg dependent name lookup, contributed byChris Lattner2004-12-081-1/+2
* For PR409: \Reid Spencer2004-12-061-0/+2
* Fix PR463Chris Lattner2004-11-281-1/+4
* Make sure that the yacc and lex output are specified as BUILT_SOURCES.Reid Spencer2004-10-281-8/+7
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-271-1/+1
* Plug a memory leak in the asmparser. It turns out that we were leakingChris Lattner2004-10-261-1/+1
* We won't use automakeReid Spencer2004-10-222-695/+0
* Initial automake generated Makefile templateReid Spencer2004-10-181-0/+675
* Parse undef and unreachableChris Lattner2004-10-163-4/+24
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-131-4/+5
* Initial version of automake Makefile.am file.Reid Spencer2004-10-101-0/+19
* Add a check to avoid an assertion on malformed inputChris Lattner2004-10-091-0/+3
* Okay, the list of link-time passes wasn't such a hot idea. Its prone toReid Spencer2004-09-142-17/+1
* Add support for the link-time pass list to Modules.Reid Spencer2004-09-132-1/+17
* Changes For Bug 352Reid Spencer2004-09-012-2/+2
* Examine the type code in the setcc class of instructions and if itReid Spencer2004-08-211-0/+4
* quish a warningChris Lattner2004-08-201-1/+1
* Packed types, brought to you by Brad JonesBrian Gaeke2004-08-201-2/+68
* Work around PR424 for old c/c++ frontends.Chris Lattner2004-08-171-3/+29
* Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos2004-07-292-7/+4
* Fix bug in previous patch :(Chris Lattner2004-07-261-6/+12
* Fix an extremely serious regression that was causing LLVM basic blocks to beChris Lattner2004-07-261-0/+6
* Adjust to new Module.h interface for dependent librariesReid Spencer2004-07-251-8/+7
* bug 263:Reid Spencer2004-07-251-1/+22
* bug 263:Reid Spencer2004-07-251-0/+2
* bug 122:Reid Spencer2004-07-181-48/+47
* Fix the regressions handling unnamed global variablesChris Lattner2004-07-161-2/+5
* This is logically part of the last patch. Just more really horrible codeChris Lattner2004-07-141-17/+0
* ** Finally DeclareNewGlobalValue is dead!Chris Lattner2004-07-141-125/+90
* * Fairly substantial change. Instead of creating new globalvariables, thenChris Lattner2004-07-141-14/+49
* Fold setValueNameMergingDuplicates into ParseGlobalVariable, allowing usChris Lattner2004-07-141-55/+38
* Fix a regression from last night. Apparently the CFE is broken and outputsChris Lattner2004-07-141-6/+16
* Pull out code shared between GV forward-decl and definition processing.Chris Lattner2004-07-141-50/+37
* Simplify code. Do not allow functions to be redefined more than once.Chris Lattner2004-07-141-26/+9
* Remove a gross and crufty "feature" that was never documented and doesn't work.Chris Lattner2004-07-142-7/+1
* Finegrainify namespacificationChris Lattner2004-07-141-6/+4
* Revamp handling of labels. In particular, if we create a forward referenceChris Lattner2004-07-141-22/+71
* Split the basic block handling case out of getVal into getBBVal.Chris Lattner2004-07-141-34/+40
* Fine-grainify namespacification, prune #includeChris Lattner2004-07-131-6/+2
* Fix typeo and refactor bb productions to make it possible for us to reuse anyChris Lattner2004-07-131-11/+12
* Eliminate some mega-cruft here. There is no reason to DERIVE FROM IR CLASSESChris Lattner2004-07-132-67/+26
* Inline the now trivial setValueNameInternal function into both callersChris Lattner2004-07-131-13/+10
* Now that basic blocks are eagerly inserted into the Function, we can useChris Lattner2004-07-131-60/+12
* A couple of substantial cleanup fixes:Chris Lattner2004-07-131-47/+72
* Replace a bunch of complex ConstantPointerRef referring code with simpleChris Lattner2004-07-131-11/+3
* Don't call Type::setName()Chris Lattner2004-07-091-1/+1
* Eliminate uses of the UniqueID field on Type objectsChris Lattner2004-07-081-23/+18
* - remove use of isa<Type>(Val) since there's no inheritance relationshipReid Spencer2004-07-041-4/+3
* Remove use of Type::TypeTy which is no longer defined. This change neededReid Spencer2004-07-041-1/+1
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-172-3/+3