aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* To not barf when an error occurs.Chris Lattner2003-11-261-9/+9
* Fix PR147Chris Lattner2003-11-251-0/+5
* Check return types of functionsChris Lattner2003-11-211-0/+3
* Don't crash on bogus source valueChris Lattner2003-11-211-0/+3
* Fix bug PR107, patch contributed by Reid Spencer!Chris Lattner2003-11-121-1/+26
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-114-31/+53
* Make sure that PHI node operands are first class typesChris Lattner2003-10-301-0/+2
* * Eliminate `using' directiveMisha Brukman2003-10-231-9/+10
* Added LLVM copyright header.John Criswell2003-10-213-0/+21
* Added LLVM copyright notice to Makefiles.John Criswell2003-10-201-0/+8
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Eliminate unused classChris Lattner2003-10-191-5/+0
* Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner2003-10-192-3/+3
* New revised variable argument handling supportChris Lattner2003-10-182-5/+108
* Tighten up handling of checks for shift instructionsChris Lattner2003-10-171-2/+4
* Minor cleanupsChris Lattner2003-10-161-30/+28
* Add support for 'weak' linkage.Chris Lattner2003-10-161-1/+1
* Decrease usage of use_size()Chris Lattner2003-10-151-1/+1
* Regularize header file commentsChris Lattner2003-10-132-3/+3
* Include <cctype> and <cstdlib> instead of <ctype.h> and "Config/stdlib.h".Brian Gaeke2003-10-101-2/+2
* Reserve space for PHI operandsChris Lattner2003-10-101-0/+1
* Accept 'weak' as a linkage type. For now, just turn it into linkonce linkageChris Lattner2003-10-102-1/+3
* Add better checkingChris Lattner2003-10-101-0/+6
* The objects mapped are really PATypeHolders, not PATypeHandlesChris Lattner2003-10-021-2/+2
* Uppercase the acronym ASCII.Misha Brukman2003-09-221-1/+1
* Oops, look at the VOLATILE marker, not the opcodeChris Lattner2003-09-081-2/+2
* Add support for the unwind instructionChris Lattner2003-09-082-2/+6
* Parse volatile loads/storesChris Lattner2003-09-082-17/+27
* Remove gross old hacky code that was in there for backwards compatibilityChris Lattner2003-09-011-56/+9
* Rename SwitchInst::dest_push_back -> addCaseChris Lattner2003-08-231-1/+1
* Accept double quoted strings everwhere we accept a %ABC variable name.Chris Lattner2003-08-221-10/+8
* Spell `necessary' correctly.Misha Brukman2003-08-181-1/+1
* Remove redundant const qualifiers from cast<> expressionsChris Lattner2003-07-231-10/+10
* The word `separate' only has one `e'.Misha Brukman2003-07-141-1/+1
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-302-1/+7
* Add support for a new zeroinitializer token which can be used to get rid ofChris Lattner2003-06-282-1/+7
* Detemplatize the PATypeHandle class, which was only really instantiated on 'T...Chris Lattner2003-06-181-2/+2
* Fix bugs:Chris Lattner2003-05-211-1/+3
* Fix bugs:Chris Lattner2003-05-211-0/+15
* Fix bug: Assembler/2003-05-15-SwitchBug.llChris Lattner2003-05-151-0/+5
* Add support for the new va_arg instructionChris Lattner2003-05-082-1/+6
* Fix bug: Assembler/2003-04-25-UnresolvedGlobalReference.llChris Lattner2003-04-251-1/+19
* Use a union to cast int to fpChris Lattner2003-04-221-7/+9
* Allow information about the target to be specified in the .ll fileChris Lattner2003-04-222-1/+28
* NamespacifyChris Lattner2003-04-221-84/+84
* Preserve module source information in the ModuleIDChris Lattner2003-04-221-1/+2
* Allow hexadecimal integer constants to be usedChris Lattner2003-04-171-5/+19
* Add new linkage types to support a real frontendChris Lattner2003-04-163-15/+22
* Don't allow declaring an external internal variableChris Lattner2003-04-161-28/+30
* Fix bug: Assember2003-04-15-ConstantInitAssertion.llxChris Lattner2003-04-151-2/+9