summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Diagnose attempts to update standard output.Dan Gohman2010-08-20
* Convert FileUpdate to use tool_output_file, and to useDan Gohman2010-08-20
* Convert tablegen to use tool_output_file.Dan Gohman2010-08-20
* llvmc: Do not prefix option names with AutoGenerated.Mikhail Glushenkov2010-08-20
* llvmc: Cut global namespace pollution.Mikhail Glushenkov2010-08-20
* llvmc: Update examples.Mikhail Glushenkov2010-08-19
* buildbot/valgrind: Update RegisterPass false positive suppression for APIDaniel Dunbar2010-08-19
* buildbot/valgrind: Suppress warnings about leaks in /bin/grep.Daniel Dunbar2010-08-19
* Use std::string instead of StringRef in ClangAttrEmitter.cpp; per report onEli Friedman2010-08-19
* lit/GoogleTest: Add .exe to the suffix when looking for tests.Daniel Dunbar2010-08-19
* Add include missing for VC build.Sean Hunt2010-08-19
* Remove three spurious semicolonsSean Hunt2010-08-19
* Finish full attribute class emission for clang.Sean Hunt2010-08-18
* Remove predicate workaround, we're going to require that predicateEric Christopher2010-08-17
* Rename sat_shift operand to shift_imm, in preparation for using it for otherBob Wilson2010-08-16
* Install Embedded builds into usr/local. Radar 8313723.Bob Wilson2010-08-16
* Revert r111082. No warnings for this common pattern.Argyrios Kyrtzidis2010-08-15
* llvmc: remove dynamic plugins.Mikhail Glushenkov2010-08-15
* Add ATTRIBUTE_UNUSED to methods that are not supposed to be used.Argyrios Kyrtzidis2010-08-14
* Revert r111007.Mikhail Glushenkov2010-08-13
* Add a workaround for building with Clang.Mikhail Glushenkov2010-08-13
* llvmc: fix two tests, remove XFAILs.Mikhail Glushenkov2010-08-13
* Cleaned up the for-disassembly-only entries in the arm instruction table so thatJohnny Chen2010-08-12
* tblgen/AsmMatcher: Always emit the match function as 'MatchInstructionImpl',Daniel Dunbar2010-08-12
* Move the ARM SSAT and USAT optional shift amount operand out of theBob Wilson2010-08-11
* tblgen/AsmMatcher: Treat '.' in assembly strings as a token separator.Daniel Dunbar2010-08-11
* tblgen/AsmMatcher: Downgrade instructions with tied operands to a debug-only ...Daniel Dunbar2010-08-11
* Add a separate ARM instruction format for Saturate instructions.Bob Wilson2010-08-11
* We already have this as OperandNode.Eric Christopher2010-08-10
* Install llvmCore_Sim to the simulator SDK directory. Radar 8282845.Bob Wilson2010-08-10
* Expand uses of python 2.6's "A if B else C" syntax into regularDan Gohman2010-08-10
* Add back in r109901, which adds a Compare flag to the target instructions. It'sBill Wendling2010-08-08
* Fix eabi calling convention when a 64 bit value shadows r3.Rafael Espindola2010-08-06
* Revert r109901. The implementation of <rdar://problem/7405933> (r110423) doesn'tBill Wendling2010-08-06
* Moar words!Eric Christopher2010-08-06
* Add tablegen support for vdup_laneNate Begeman2010-08-06
* Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMemDan Gohman2010-08-05
* Update the polygen grammar for linker_private and linker_private_weak,Dan Gohman2010-08-04
* Print a message when a test failure is due to stderr outputDan Gohman2010-08-04
* Remove CVS artifacts.Dan Gohman2010-08-04
* Delete scripts which haven't noticed that CVS has gone away.Dan Gohman2010-08-04
* cvsupdate is gone.Dan Gohman2010-08-04
* Delete mkpatch. Everything it does is already done by svn diff by default.Dan Gohman2010-08-04
* Change the logic which interprets output on stderr as an error so thatDan Gohman2010-08-04
* Don't print "Command output (stdout):" when the command has no output,Dan Gohman2010-08-04
* Use the regular conditional operator syntax instead of a clever hack.Dan Gohman2010-08-04
* build: Fix a dependency.Daniel Dunbar2010-08-02
* tests: Add an 'llvm-lit' tool (script), which gets generated as part of theDaniel Dunbar2010-08-02
* lit: Allow clients to define predefined parameters.Daniel Dunbar2010-08-02
* Add a "Compare" flag to the target instruction descriptor. This will be usedBill Wendling2010-07-30