aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
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
2010-08-19buildbot/valgrind: Suppress warnings about leaks in /bin/grep.Daniel Dunbar
2010-08-19Use std::string instead of StringRef in ClangAttrEmitter.cpp; per report onEli Friedman
2010-08-19lit/GoogleTest: Add .exe to the suffix when looking for tests.Daniel Dunbar
2010-08-19Add include missing for VC build.Sean Hunt
2010-08-19Remove three spurious semicolonsSean Hunt
2010-08-18Finish full attribute class emission for clang.Sean Hunt
2010-08-17Remove predicate workaround, we're going to require that predicateEric Christopher
2010-08-16Rename sat_shift operand to shift_imm, in preparation for using it for otherBob Wilson
2010-08-16Install Embedded builds into usr/local. Radar 8313723.Bob Wilson
2010-08-15Revert r111082. No warnings for this common pattern.Argyrios Kyrtzidis
2010-08-15llvmc: remove dynamic plugins.Mikhail Glushenkov
2010-08-14Add ATTRIBUTE_UNUSED to methods that are not supposed to be used.Argyrios Kyrtzidis
2010-08-13Revert r111007.Mikhail Glushenkov
2010-08-13Add a workaround for building with Clang.Mikhail Glushenkov
2010-08-13llvmc: fix two tests, remove XFAILs.Mikhail Glushenkov
2010-08-12Cleaned up the for-disassembly-only entries in the arm instruction table so thatJohnny Chen