summaryrefslogtreecommitdiff
path: root/lib/AsmParser
Commit message (Expand)AuthorAge
* 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
* bug 122:Reid Spencer2004-07-18
* Fix the regressions handling unnamed global variablesChris Lattner2004-07-16
* This is logically part of the last patch. Just more really horrible codeChris Lattner2004-07-14
* ** Finally DeclareNewGlobalValue is dead!Chris Lattner2004-07-14
* * Fairly substantial change. Instead of creating new globalvariables, thenChris Lattner2004-07-14
* Fold setValueNameMergingDuplicates into ParseGlobalVariable, allowing usChris Lattner2004-07-14
* Fix a regression from last night. Apparently the CFE is broken and outputsChris Lattner2004-07-14
* Pull out code shared between GV forward-decl and definition processing.Chris Lattner2004-07-14
* Simplify code. Do not allow functions to be redefined more than once.Chris Lattner2004-07-14
* Remove a gross and crufty "feature" that was never documented and doesn't work.Chris Lattner2004-07-14
* Finegrainify namespacificationChris Lattner2004-07-14
* Revamp handling of labels. In particular, if we create a forward referenceChris Lattner2004-07-14
* Split the basic block handling case out of getVal into getBBVal.Chris Lattner2004-07-14
* Fine-grainify namespacification, prune #includeChris Lattner2004-07-13
* Fix typeo and refactor bb productions to make it possible for us to reuse anyChris Lattner2004-07-13
* Eliminate some mega-cruft here. There is no reason to DERIVE FROM IR CLASSESChris Lattner2004-07-13
* Inline the now trivial setValueNameInternal function into both callersChris Lattner2004-07-13
* Now that basic blocks are eagerly inserted into the Function, we can useChris Lattner2004-07-13
* A couple of substantial cleanup fixes:Chris Lattner2004-07-13
* Replace a bunch of complex ConstantPointerRef referring code with simpleChris Lattner2004-07-13
* Don't call Type::setName()Chris Lattner2004-07-09
* Eliminate uses of the UniqueID field on Type objectsChris Lattner2004-07-08