summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* generalize my previous operand loc info hack. If the same operandChris Lattner2010-09-061-7/+9
* in the case where an instruction only has one implementationChris Lattner2010-09-061-10/+27
* Now that we know if we had a total fail on the instruction mnemonic, Chris Lattner2010-09-061-4/+9
* simplify DEBUG_WITH_TYPE usageChris Lattner2010-09-061-13/+10
* this if can now be an assert.Chris Lattner2010-09-061-2/+2
* ;Chris Lattner2010-09-061-1/+1
* now that the opcode is trivially exposed, start matching instructionsChris Lattner2010-09-061-6/+22
* emit the match table at global scope instead of within the Chris Lattner2010-09-061-20/+25
* special case the mnemonic operand of the instruction in the Chris Lattner2010-09-061-8/+29
* The "ambiguous instructions" check only produces anything with -debug,Chris Lattner2010-09-061-21/+22
* have tblgen detect when an instruction would have matched, butChris Lattner2010-09-061-6/+11
* change MatchInstructionImpl to return an enum instead of bool.Chris Lattner2010-09-061-6/+12
* have AsmMatcherEmitter.cpp produce the hunk of code that gets includedChris Lattner2010-09-061-6/+26
* emit the LLVM intrinsic name -> intrinsic number mapping table withChris Lattner2010-09-062-27/+36
* allow specifying an indentation level for the string matcher.Chris Lattner2010-09-062-8/+12
* emit the __builtin -> intrinsic map with StringMatcher instead of aChris Lattner2010-09-061-108/+18
* same bug, another place.Chris Lattner2010-09-061-1/+1
* fix a critical bug where the generated table would sayChris Lattner2010-09-061-1/+3
* update cmakeChris Lattner2010-09-061-0/+1
* factor the snazzy string matcher code that Daniel hatesChris Lattner2010-09-063-134/+198
* slightly improve the runtime and code size of the Intrinsics info table by notChris Lattner2010-09-061-13/+15
* delete dead code.Chris Lattner2010-09-041-29/+0
* zap dead code.Chris Lattner2010-09-041-1/+0
* Generalize getFieldType to work on all TypedInits. Add a couple of testcases...David Greene2010-09-032-23/+17
* Remove a TODO comment; this is now filed in bugzilla (PR8005).Dan Gohman2010-09-031-4/+0
* Stop emitting predicate functions. They are no longer used.Jakob Stoklund Olesen2010-09-032-50/+0
* remove dead code.Chris Lattner2010-09-011-37/+0
* Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman2010-09-012-36/+36
* Don't worry about union types.Dan Gohman2010-08-291-1/+0
* Remove obsolete keywords which are no longer relevant.Dan Gohman2010-08-281-2/+1
* Remove unions from the vim syntax highlighting.Dan Gohman2010-08-281-1/+0
* more dead thing zapping.Chris Lattner2010-08-281-17/+1
* zap dead methodChris Lattner2010-08-281-2/+0
* Fix a comment typo.Bob Wilson2010-08-271-1/+1
* Clarify a comment.Dan Gohman2010-08-271-1/+1
* Parse " (Hidden)" and cope with it.Dan Gohman2010-08-271-0/+7
* Default to looking for clang++ in the PATH, rather than trying toDan Gohman2010-08-271-2/+2
* Experimental clang-based code-completion support for vim. This currentlyDan Gohman2010-08-261-0/+124
* Allow strict subclasses of register classes, this way we can handleEric Christopher2010-08-251-2/+3
* buildbot/valgrind: Ignore leaks in /usr/bin/as.Daniel Dunbar2010-08-252-0/+12
* Split out register class subclassing to a separate function and clean upEric Christopher2010-08-252-29/+33
* Fix comment.Eric Christopher2010-08-241-2/+2
* llvmc: Improve error handling in EmitEdgeClasses().Mikhail Glushenkov2010-08-241-14/+24
* llvmc: Make syntax more consistent.Mikhail Glushenkov2010-08-231-79/+116
* llvmc: Allow multiple LanguageMaps.Mikhail Glushenkov2010-08-231-5/+5
* llvmc: Properly handle (error) in edge properties.Mikhail Glushenkov2010-08-231-11/+8
* llvmc: Do not mention plugins in the code.Mikhail Glushenkov2010-08-231-18/+14
* Fix some GCC warnings by providing a virtual destructor in the base of a classChandler Carruth2010-08-231-0/+1
* llvmc: Fix alias generation.Mikhail Glushenkov2010-08-201-1/+1
* Trailing whitespace.Mikhail Glushenkov2010-08-201-80/+80