| Commit message (Expand) | Author | Age | Files | Lines |
* | Bring vim keyword lists up to date. | Benjamin Kramer | 2012-12-02 | 1 | -36/+33 |
* | Fix a bug in FileCheck that wouldn't let define variables as follows: | Eli Bendersky | 2012-12-02 | 1 | -4/+47 |
* | Support referencing variables defined on the same line. | Eli Bendersky | 2012-12-01 | 1 | -16/+40 |
* | Update the emacs mode to recognize fadd, fsum, fmul, fdiv, frem, fcmp, icmp | Michael Ilseman | 2012-12-01 | 1 | -3/+4 |
* | Vim mode updated to recognize fast-math flags | Michael Ilseman | 2012-11-30 | 1 | -1/+1 |
* | lit: Add a simple test suite for checking test runner parallelism. | Daniel Dunbar | 2012-11-30 | 1 | -0/+23 |
* | Clean up whitespace and add comments | Eli Bendersky | 2012-11-30 | 1 | -7/+8 |
* | Make FileCheck return 2 in case of an error as documented, | Eli Bendersky | 2012-11-30 | 1 | -2/+2 |
* | Add an MCPhysReg typedef to replace naked uint16_t. | Jakob Stoklund Olesen | 2012-11-29 | 1 | -7/+7 |
* | Remove all references to TargetInstrInfoImpl. | Jakob Stoklund Olesen | 2012-11-28 | 1 | -2/+2 |
* | lit: Bump the version to .3. | Daniel Dunbar | 2012-11-28 | 1 | -1/+1 |
* | Remove unused internal linkage variable. | Richard Smith | 2012-11-27 | 1 | -2/+0 |
* | Generalize matching of add_executable to add_XXX_executable. | Ted Kremenek | 2012-11-22 | 1 | -1/+1 |
* | Make the AttrListPtr object a part of the LLVMContext. | Bill Wendling | 2012-11-20 | 1 | -1/+1 |
* | really fix permissions | Pawel Wodnicki | 2012-11-17 | 1 | -0/+0 |
* | fix permissions | Pawel Wodnicki | 2012-11-17 | 1 | -1/+1 |
* | adding whose code is it anywa tools | Pawel Wodnicki | 2012-11-17 | 1 | -0/+125 |
* | Remove hard coded registers in ARM ldrexd and strexd instructions | Weiming Zhao | 2012-11-16 | 1 | -0/+1 |
* | FileCheck: remove useless 'continue' at the end of a 'while(){}' loop. | Dmitri Gribenko | 2012-11-15 | 1 | -1/+0 |
* | Remove the CellSPU port. | Eric Christopher | 2012-11-14 | 2 | -2/+2 |
* | Support for [[@LINE]], [[@LINE+<offset>]], [[@LINE-<offset>]] expressions in | Alexander Kornienko | 2012-11-14 | 1 | -27/+94 |
* | Added %(line), %(line+<number>), %(line-<number>) substitutions to lit | Alexander Kornienko | 2012-11-14 | 1 | -0/+11 |
* | Simplify the SmallVector pretty printer for LLDB a bit and make it work with ... | Benjamin Kramer | 2012-11-10 | 1 | -15/+9 |
* | Fix issue with invalid flat operand number | Evandro Menezes | 2012-11-09 | 1 | -3/+1 |
* | Fix issue with invalid flat operand number | Evandro Menezes | 2012-11-09 | 1 | -1/+6 |
* | Add support of RTM from TSX extension | Michael Liao | 2012-11-08 | 1 | -8/+9 |
* | Fix a build problem with xlc. The error message was | Rafael Espindola | 2012-11-02 | 2 | -2/+2 |
* | Generate a table-driven version of TRI::composeSubRegIndices(). | Jakob Stoklund Olesen | 2012-11-01 | 1 | -26/+102 |
* | Don't return false when the function's return type is a pointer. | Kaelyn Uhrain | 2012-10-25 | 1 | -2/+2 |
* | Remove exception handling usage from tblgen. | Joerg Sonnenberger | 2012-10-25 | 26 | -305/+375 |
* | Remove unused member & unnecessary semicolon. | David Blaikie | 2012-10-25 | 1 | -3/+2 |
* | llvm/utils/TableGen/CMakeLists.txt: Update corresponding to r166685. | NAKAMURA Takumi | 2012-10-25 | 1 | -0/+1 |
* | add TableGen support to create relationship maps between instructions | Sebastian Pop | 2012-10-25 | 3 | -0/+612 |
* | Don't use stack unwinding to provide the location information for | Joerg Sonnenberger | 2012-10-24 | 4 | -69/+77 |
* | Allow the commuted form of tied-operand constraints in tablegen ("$dst = $src", | Lang Hames | 2012-10-20 | 1 | -5/+6 |
* | lit: Rename the valgrind leaks feature to match what is currently used | Daniel Dunbar | 2012-10-19 | 1 | -1/+1 |
* | lit: Remove support for XTARGET. | Daniel Dunbar | 2012-10-19 | 5 | -28/+15 |
* | lit: Add 'valgrind' and 'valgrind-leaks' features when valgrind is used. | Daniel Dunbar | 2012-10-19 | 4 | -5/+13 |
* | lit: Propagate TERM variable in environment, some tools can do really obscure | Daniel Dunbar | 2012-10-19 | 1 | -0/+1 |
* | lit: Allow XFAIL: lines to also refer to "features". | Daniel Dunbar | 2012-10-18 | 2 | -5/+14 |
* | Add an enum for the return and function indexes into the AttrListPtr object. ... | Bill Wendling | 2012-10-15 | 1 | -2/+2 |
* | Attributes Rewrite | Bill Wendling | 2012-10-15 | 1 | -4/+4 |
* | [ms-inline asm] Use the new API introduced in r165830 in lieu of the | Chad Rosier | 2012-10-12 | 1 | -22/+15 |
* | Change (!list.size() == 0) to (!list.empty()). No functional change. | Richard Trieu | 2012-10-12 | 1 | -1/+1 |
* | Remove unnecessary classof()'s | Sean Silva | 2012-10-11 | 1 | -2/+0 |
* | Remove extra semicolons. | Chad Rosier | 2012-10-11 | 1 | -2/+2 |
* | tblgen: Compile TableGen without RTTI. | Sean Silva | 2012-10-10 | 2 | -2/+0 |
* | tblgen: Move mini Type hierarchy to LLVM-style RTTI. | Sean Silva | 2012-10-10 | 1 | -4/+22 |
* | tblgen: Use semantically correct RTTI functions. | Sean Silva | 2012-10-10 | 9 | -42/+36 |
* | tblgen: Mechanically move dynamic_cast<> to dyn_cast<>. | Sean Silva | 2012-10-10 | 13 | -98/+98 |