summaryrefslogtreecommitdiff
path: root/lib/AsmParser
Commit message (Expand)AuthorAge
* Spell `necessary' correctly.Misha Brukman2003-08-18
* Remove redundant const qualifiers from cast<> expressionsChris Lattner2003-07-23
* The word `separate' only has one `e'.Misha Brukman2003-07-14
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* Add support for a new zeroinitializer token which can be used to get rid ofChris Lattner2003-06-28
* Detemplatize the PATypeHandle class, which was only really instantiated on 'T...Chris Lattner2003-06-18
* Fix bugs:Chris Lattner2003-05-21
* Fix bugs:Chris Lattner2003-05-21
* Fix bug: Assembler/2003-05-15-SwitchBug.llChris Lattner2003-05-15
* Add support for the new va_arg instructionChris Lattner2003-05-08
* Fix bug: Assembler/2003-04-25-UnresolvedGlobalReference.llChris Lattner2003-04-25
* Use a union to cast int to fpChris Lattner2003-04-22
* Allow information about the target to be specified in the .ll fileChris Lattner2003-04-22
* NamespacifyChris Lattner2003-04-22
* Preserve module source information in the ModuleIDChris Lattner2003-04-22
* Allow hexadecimal integer constants to be usedChris Lattner2003-04-17
* Add new linkage types to support a real frontendChris Lattner2003-04-16
* Don't allow declaring an external internal variableChris Lattner2003-04-16
* Fix bug: Assember2003-04-15-ConstantInitAssertion.llxChris Lattner2003-04-15
* Fix bug: Assembler/2003-03-03-DuplicateConstant.llChris Lattner2003-03-03
* Fix bug: Assembler/2003-02-02-ConstGlobal.llChris Lattner2003-02-02
* Fix bug: Assembler/2003-01-30-UnsignedString.llChris Lattner2003-01-30
* Ignore generated files Lexer.cpp and llvmAsmParser.*Misha Brukman2002-12-02
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-20
* - Fix bug: Assembler/2002-10-15-NameClash.llChris Lattner2002-10-15
* This loop executed exactly one time, turn it into straightline codeChris Lattner2002-10-14
* - Change Function's so that their argument list is populated when they areChris Lattner2002-10-13
* Minor, non-functionality changing, formatting fixChris Lattner2002-10-09
* The parser now accepts "external" global variables, in addition to the backwardsChris Lattner2002-10-06
* Change the MallocInst & AllocaInst ctors to take the allocated type, not theChris Lattner2002-09-13
* include/llvm/DataTypes.h includes this #define so we don't need it anymoreChris Lattner2002-09-13
* Recently changed getelementptr to use 'long' indexes for sequential typesChris Lattner2002-09-11
* Use explicit ctorChris Lattner2002-09-10
* Tighten up error checking in parser, disallowing instructions that f.e.,Chris Lattner2002-09-10
* AsmParser now depends on clients to verify that input is well formedChris Lattner2002-08-30
* Load & StoreInst no longer derive from MemAccessInst, so we don't haveChris Lattner2002-08-22
* - Fix asmparser and bytecode reader to not generate loads/stores with idxsChris Lattner2002-08-21
* - Remove unused STRING token from lexer & parserChris Lattner2002-08-16
* Parse const expr cast instruction the same way the instruction is formedChris Lattner2002-08-15
* Move ConstExpr production to unify ConstVal stuffChris Lattner2002-08-15
* Fix bug: test/Regression/Assembler/2002-08-15-UnresolvedGlobalReference.llChris Lattner2002-08-15
* Remove support for Not ConstantExpr. This simplifies the unary case to onlyChris Lattner2002-08-14
* AsmParser turns 'not' instructions into 'xor' instructions now.Chris Lattner2002-08-14
* Cleanup ConstantExpr handling:Chris Lattner2002-07-30
* Add check to fix bug:Chris Lattner2002-07-25
* GCC 3.1 changesChris Lattner2002-07-25
* * Code cleanupsChris Lattner2002-07-18
* ConstExpr::getelementptr now takes a vector of Constants not ValuesChris Lattner2002-07-18
* Fix bug: test/Regression/Assembler/2002-07-14-InternalLossage.llxChris Lattner2002-07-15
* Added support for parsing expressions constructed from constant values.Vikram S. Adve2002-07-14