aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2010-09-06emit the match table at global scope instead of within the Chris Lattner
2010-09-06special case the mnemonic operand of the instruction in the Chris Lattner
2010-09-06The "ambiguous instructions" check only produces anything with -debug,Chris Lattner
2010-09-06have tblgen detect when an instruction would have matched, butChris Lattner
2010-09-06change MatchInstructionImpl to return an enum instead of bool.Chris Lattner
2010-09-06have AsmMatcherEmitter.cpp produce the hunk of code that gets includedChris Lattner
2010-09-06emit the LLVM intrinsic name -> intrinsic number mapping table withChris Lattner
2010-09-06allow specifying an indentation level for the string matcher.Chris Lattner
2010-09-06emit the __builtin -> intrinsic map with StringMatcher instead of aChris Lattner
2010-09-06same bug, another place.Chris Lattner
2010-09-06fix a critical bug where the generated table would sayChris Lattner
2010-09-06update cmakeChris Lattner
2010-09-06factor the snazzy string matcher code that Daniel hatesChris Lattner
2010-09-06slightly improve the runtime and code size of the Intrinsics info table by notChris Lattner
2010-09-04delete dead code.Chris Lattner
2010-09-04zap dead code.Chris Lattner
2010-09-03Generalize getFieldType to work on all TypedInits. Add a couple of testcases...David Greene
2010-09-03Remove a TODO comment; this is now filed in bugzilla (PR8005).Dan Gohman
2010-09-03Stop emitting predicate functions. They are no longer used.Jakob Stoklund Olesen
2010-09-01remove dead code.Chris Lattner
2010-09-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman
2010-08-29Don't worry about union types.Dan Gohman
2010-08-28Remove obsolete keywords which are no longer relevant.Dan Gohman
2010-08-28Remove unions from the vim syntax highlighting.Dan Gohman
2010-08-28more dead thing zapping.Chris Lattner
2010-08-28zap dead methodChris Lattner
2010-08-27Fix a comment typo.Bob Wilson
2010-08-27Clarify a comment.Dan Gohman
2010-08-27Parse " (Hidden)" and cope with it.Dan Gohman
2010-08-27Default to looking for clang++ in the PATH, rather than trying toDan Gohman
2010-08-26Experimental clang-based code-completion support for vim. This currentlyDan Gohman
2010-08-25Allow strict subclasses of register classes, this way we can handleEric Christopher
2010-08-25buildbot/valgrind: Ignore leaks in /usr/bin/as.Daniel Dunbar
2010-08-25Split out register class subclassing to a separate function and clean upEric Christopher
2010-08-24Fix comment.Eric Christopher
2010-08-24llvmc: Improve error handling in EmitEdgeClasses().Mikhail Glushenkov
2010-08-23llvmc: Make syntax more consistent.Mikhail Glushenkov
2010-08-23llvmc: Allow multiple LanguageMaps.Mikhail Glushenkov
2010-08-23llvmc: Properly handle (error) in edge properties.Mikhail Glushenkov
2010-08-23llvmc: Do not mention plugins in the code.Mikhail Glushenkov
2010-08-23Fix some GCC warnings by providing a virtual destructor in the base of a classChandler Carruth
2010-08-20llvmc: Fix alias generation.Mikhail Glushenkov
2010-08-20Trailing whitespace.Mikhail Glushenkov
2010-08-20Diagnose attempts to update standard output.Dan Gohman
2010-08-20Convert FileUpdate to use tool_output_file, and to useDan Gohman
2010-08-20Convert tablegen to use tool_output_file.Dan Gohman
2010-08-20llvmc: Do not prefix option names with AutoGenerated.Mikhail Glushenkov
2010-08-20llvmc: Cut global namespace pollution.Mikhail Glushenkov
2010-08-19llvmc: Update examples.Mikhail Glushenkov
2010-08-19buildbot/valgrind: Update RegisterPass false positive suppression for APIDaniel Dunbar