- a95f589 Apply changes on LLVM r112364 after merge. by Shih-wei Liao · 14 years ago
- da61c16 Merge commit '69494cf8102cf872e9cb76662e9960be7c112112' into HEAD by Shih-wei Liao · 14 years ago
- f6574f0 Remove svn keywords by Anatol Pomazau · 14 years ago
- a9bd544 more dead thing zapping. by Chris Lattner · 14 years ago
- 6f98672 zap dead method by Chris Lattner · 14 years ago
- e05edb0 Fix a comment typo. by Bob Wilson · 14 years ago
- b3c89f9 Clarify a comment. by Dan Gohman · 14 years ago
- a6f5b89 Parse " (Hidden)" and cope with it. by Dan Gohman · 14 years ago
- d6b38a9 Default to looking for clang++ in the PATH, rather than trying to by Dan Gohman · 14 years ago
- 0aecebd Experimental clang-based code-completion support for vim. This currently by Dan Gohman · 14 years ago
- 7dc857f Allow strict subclasses of register classes, this way we can handle by Eric Christopher · 14 years ago
- 02addc3 buildbot/valgrind: Ignore leaks in /usr/bin/as. by Daniel Dunbar · 14 years ago
- 4ddeca1 Split out register class subclassing to a separate function and clean up by Eric Christopher · 14 years ago
- be5f20d Fix comment. by Eric Christopher · 14 years ago
- f897fe7 llvmc: Improve error handling in EmitEdgeClasses(). by Mikhail Glushenkov · 14 years ago
- d90fdba llvmc: Make syntax more consistent. by Mikhail Glushenkov · 14 years ago
- 4bd20c0 llvmc: Allow multiple LanguageMaps. by Mikhail Glushenkov · 14 years ago
- f2afd19 llvmc: Properly handle (error) in edge properties. by Mikhail Glushenkov · 14 years ago
- 05b3b8e llvmc: Do not mention plugins in the code. by Mikhail Glushenkov · 14 years ago
- b43bbc4 Fix some GCC warnings by providing a virtual destructor in the base of a class by Chandler Carruth · 14 years ago
- cf61f7b llvmc: Fix alias generation. by Mikhail Glushenkov · 14 years ago
- 151848e Trailing whitespace. by Mikhail Glushenkov · 14 years ago
- 10726b7 Diagnose attempts to update standard output. by Dan Gohman · 14 years ago
- ff7c6d8 Convert FileUpdate to use tool_output_file, and to use by Dan Gohman · 14 years ago
- a227ed0 Convert tablegen to use tool_output_file. by Dan Gohman · 14 years ago
- 2f4c405 llvmc: Do not prefix option names with AutoGenerated. by Mikhail Glushenkov · 14 years ago
- 5c4c1ab llvmc: Cut global namespace pollution. by Mikhail Glushenkov · 14 years ago
- 28c238c Fix sim build. by Ying Wang · 14 years ago
- 28eefa6 llvmc: Update examples. by Mikhail Glushenkov · 14 years ago
- bf96be2 buildbot/valgrind: Update RegisterPass false positive suppression for API by Daniel Dunbar · 14 years ago
- 56a614e buildbot/valgrind: Suppress warnings about leaks in /bin/grep. by Daniel Dunbar · 14 years ago
- 7eb6f23 Use std::string instead of StringRef in ClangAttrEmitter.cpp; per report on by Eli Friedman · 14 years ago
- 02fabee lit/GoogleTest: Add .exe to the suffix when looking for tests. by Daniel Dunbar · 14 years ago
- 5a9b57d Add include missing for VC build. by Sean Hunt · 14 years ago
- d2e11e7 Remove three spurious semicolons by Sean Hunt · 14 years ago
- 586a847 Finish full attribute class emission for clang. by Sean Hunt · 14 years ago
- 85534a4 Remove predicate workaround, we're going to require that predicate by Eric Christopher · 14 years ago
- 255974d Rename sat_shift operand to shift_imm, in preparation for using it for other by Bob Wilson · 14 years ago
- 9a1d7a2 Install Embedded builds into usr/local. Radar 8313723. by Bob Wilson · 14 years ago
- fe9d186 Revert r111082. No warnings for this common pattern. by Argiris Kirtzidis · 14 years ago
- 317b058 llvmc: remove dynamic plugins. by Mikhail Glushenkov · 14 years ago
- 158d125 Add ATTRIBUTE_UNUSED to methods that are not supposed to be used. by Argiris Kirtzidis · 14 years ago
- 6935851 Revert r111007. by Mikhail Glushenkov · 14 years ago
- 87c8f4a Add a workaround for building with Clang. by Mikhail Glushenkov · 14 years ago
- 72ffd97 llvmc: fix two tests, remove XFAILs. by Mikhail Glushenkov · 14 years ago
- 232f400 Cleaned up the for-disassembly-only entries in the arm instruction table so that by Johnny Chen · 14 years ago
- 049a752 tblgen/AsmMatcher: Always emit the match function as 'MatchInstructionImpl', by Daniel Dunbar · 14 years ago
- 6aed5ee Move the ARM SSAT and USAT optional shift amount operand out of the by Bob Wilson · 14 years ago
- 779a1fe tblgen/AsmMatcher: Treat '.' in assembly strings as a token separator. by Daniel Dunbar · 14 years ago
- ae753cd tblgen/AsmMatcher: Downgrade instructions with tied operands to a debug-only warning, for now. by Daniel Dunbar · 14 years ago
- 118b4de Add a separate ARM instruction format for Saturate instructions. by Bob Wilson · 14 years ago
- a426edb We already have this as OperandNode. by Eric Christopher · 14 years ago
- 2de1dc3 Install llvmCore_Sim to the simulator SDK directory. Radar 8282845. by Bob Wilson · 14 years ago
- d506f74 Expand uses of python 2.6's "A if B else C" syntax into regular by Dan Gohman · 14 years ago
- 8f63617 Add back in r109901, which adds a Compare flag to the target instructions. It's by Bill Wendling · 14 years ago
- 9d40857 Fix eabi calling convention when a 64 bit value shadows r3. by Rafael Espindola · 14 years ago
- 598ba8a Revert r109901. The implementation of <rdar://problem/7405933> (r110423) doesn't by Bill Wendling · 14 years ago
- 951f496 Moar words! by Eric Christopher · 14 years ago
- dd0ed6b Add tablegen support for vdup_lane by Nate Begeman · 14 years ago
- c3434e6 Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMem by Dan Gohman · 14 years ago
- a06a267 Update the polygen grammar for linker_private and linker_private_weak, by Dan Gohman · 14 years ago
- a242349 Print a message when a test failure is due to stderr output by Dan Gohman · 14 years ago
- fbad292 Remove CVS artifacts. by Dan Gohman · 14 years ago
- d28c0fa Delete scripts which haven't noticed that CVS has gone away. by Dan Gohman · 14 years ago
- 44dacf7 cvsupdate is gone. by Dan Gohman · 14 years ago
- 0c02736 Delete mkpatch. Everything it does is already done by svn diff by default. by Dan Gohman · 14 years ago
- 67fb78d Change the logic which interprets output on stderr as an error so that by Dan Gohman · 14 years ago
- a410025 Don't print "Command output (stdout):" when the command has no output, by Dan Gohman · 14 years ago
- 9ddf8bb Use the regular conditional operator syntax instead of a clever hack. by Dan Gohman · 14 years ago
- 5b199b0 build: Fix a dependency. by Daniel Dunbar · 14 years ago
- 04c33a8 tests: Add an 'llvm-lit' tool (script), which gets generated as part of the by Daniel Dunbar · 14 years ago
- 368436a lit: Allow clients to define predefined parameters. by Daniel Dunbar · 14 years ago
- 5ba4407 Add a "Compare" flag to the target instruction descriptor. This will be used by Bill Wendling · 14 years ago
- 9f8e7fe Tweak suppressions. by Benjamin Kramer · 14 years ago
- 50b97e1 Many Thumb2 instructions can reference the full ARM register set (i.e., by Jim Grosbach · 14 years ago
- d6d1296 Supress valgrind errors from python. by Benjamin Kramer · 14 years ago
- 83f13b1 Make un-named values legible in certain vim configurations. by Owen Anderson · 14 years ago
- cff374c Fix a warning from gcc-4.0 (from the ppc buildbot). by Bob Wilson · 14 years ago
- c421846 Filter out patterns that have PredicateOperands. by Eric Christopher · 14 years ago
- b613c39 Return -1 only on failure to execute a program. by Mikhail Glushenkov · 14 years ago
- d6a9782 80-col. by Eric Christopher · 14 years ago
- b7b316d Get rid of exceptions in llvmc. by Mikhail Glushenkov · 14 years ago
- c1389cf Add an explicit -sdk option to xcrun command. by Bob Wilson · 14 years ago
- 8a86341 lit: Add some example tests for previous commit. by Daniel Dunbar · 14 years ago
- c1ce847 lit: Add support for 'REQUIRES: feature-one, feature-two, ...' in the by Daniel Dunbar · 14 years ago
- fee619f Hack around extracts that aren't easy to process. by Eric Christopher · 14 years ago
- 29224f9 Add support for a new Apple-style build target, EmbeddedSim, that builds by Bob Wilson · 14 years ago
- 59ac28e remove option from tablegen for building static header. by Chris Lattner · 14 years ago
- a58da03 Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions! by Bruno Cardoso Lopes · 14 years ago
- 76b4453 Save a copy of the unstripped libLTO.dylib in $SYM_DIR. Clean up the code by Bob Wilson · 14 years ago
- ad16f3d Remove code duplication. by Mikhail Glushenkov · 14 years ago
- 9d454f3 Better error reporting for switch_list. by Mikhail Glushenkov · 14 years ago
- 5b6f07a TblGen/AsmMatcher: Add support for honoring instruction Requires<[]> attributes as part of the matcher. by Daniel Dunbar · 14 years ago
- 15b4299 llvmc: Add a new option type (switch_list). by Mikhail Glushenkov · 14 years ago
- db1beb0 Update comment. by Bill Wendling · 14 years ago
- a02effc Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and by Bill Wendling · 14 years ago
- fad6af8 Remove the entire docs directory from Apple-style builds. by Bob Wilson · 14 years ago
- f42ac61 Try to get embedded build of llvmCore to pass verification. by Bob Wilson · 14 years ago
- b8f41f0 Silence a warning. by Jakob Stoklund Olesen · 14 years ago
- c2d3eee Convert some tab stops into spaces. by Duncan Sands · 14 years ago