aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* Diagnose attempts to update standard output.Dan Gohman2010-08-201-0/+5
* Convert FileUpdate to use tool_output_file, and to useDan Gohman2010-08-201-11/+6
* Convert tablegen to use tool_output_file.Dan Gohman2010-08-201-6/+3
* llvmc: Do not prefix option names with AutoGenerated.Mikhail Glushenkov2010-08-201-15/+26
* llvmc: Cut global namespace pollution.Mikhail Glushenkov2010-08-201-2/+7
* llvmc: Update examples.Mikhail Glushenkov2010-08-191-2/+0
* buildbot/valgrind: Update RegisterPass false positive suppression for APIDaniel Dunbar2010-08-191-2/+1
* buildbot/valgrind: Suppress warnings about leaks in /bin/grep.Daniel Dunbar2010-08-191-0/+6
* Use std::string instead of StringRef in ClangAttrEmitter.cpp; per report onEli Friedman2010-08-191-1/+1
* lit/GoogleTest: Add .exe to the suffix when looking for tests.Daniel Dunbar2010-08-191-0/+7
* Add include missing for VC build.Sean Hunt2010-08-191-0/+1
* Remove three spurious semicolonsSean Hunt2010-08-191-3/+3
* Finish full attribute class emission for clang.Sean Hunt2010-08-183-14/+625
* Remove predicate workaround, we're going to require that predicateEric Christopher2010-08-171-9/+0
* Rename sat_shift operand to shift_imm, in preparation for using it for otherBob Wilson2010-08-161-1/+1
* Install Embedded builds into usr/local. Radar 8313723.Bob Wilson2010-08-161-2/+2
* Revert r111082. No warnings for this common pattern.Argyrios Kyrtzidis2010-08-151-2/+2
* llvmc: remove dynamic plugins.Mikhail Glushenkov2010-08-151-115/+33
* Add ATTRIBUTE_UNUSED to methods that are not supposed to be used.Argyrios Kyrtzidis2010-08-141-2/+2
* Revert r111007.Mikhail Glushenkov2010-08-132-19/+5
* Add a workaround for building with Clang.Mikhail Glushenkov2010-08-132-5/+19
* llvmc: fix two tests, remove XFAILs.Mikhail Glushenkov2010-08-131-3/+4
* Cleaned up the for-disassembly-only entries in the arm instruction table so thatJohnny Chen2010-08-121-0/+1
* tblgen/AsmMatcher: Always emit the match function as 'MatchInstructionImpl',Daniel Dunbar2010-08-121-6/+3
* Move the ARM SSAT and USAT optional shift amount operand out of theBob Wilson2010-08-111-0/+1