| Commit message (Expand) | Author | Age | Files | Lines |
* | EDis: Don't include inttypes.h. We support compilers which don't provide it. ... | Benjamin Kramer | 2010-04-14 | 1 | -2/+0 |
* | Fix -Asserts warnings. | Daniel Dunbar | 2010-04-13 | 1 | -0/+1 |
* | Fixed a nasty layering violation in the edis source | Sean Callanan | 2010-04-13 | 1 | -51/+53 |
* | If all the bit positions are not specified; do not decode the instructions. | Johnny Chen | 2010-04-09 | 2 | -9/+15 |
* | add minix support, patch by Kees van Reeuwijk! PR6797 | Chris Lattner | 2010-04-09 | 1 | -1/+2 |
* | Provide versions of the ARM eh_sjlj_setjmp instructions for non-VFP subtargets | Bob Wilson | 2010-04-09 | 1 | -0/+2 |
* | ARM decoder emitter should print out useful information unconditionally when it | Johnny Chen | 2010-04-09 | 1 | -17/+19 |
* | lit: Add support to OneCommandPerFileTest format to take input directory from... | Daniel Dunbar | 2010-04-09 | 1 | -3/+9 |
* | Now that Evan Cheng has fixed the coalescer bug (r100804), the workaround code | Johnny Chen | 2010-04-08 | 1 | -5/+1 |
* | Various MSVC warning fixes about truncated 64 bit shifts and const pointers p... | Benjamin Kramer | 2010-04-08 | 1 | -2/+2 |
* | Use errs instead of fprintf. | Benjamin Kramer | 2010-04-08 | 1 | -5/+4 |
* | Added support for ARM disassembly to edis. | Sean Callanan | 2010-04-08 | 1 | -169/+410 |
* | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner | 2010-04-07 | 1 | -1/+1 |
* | add newlines at end of files. | Chris Lattner | 2010-04-07 | 1 | -1/+1 |
* | Fixed a bug where the disassembler would allow an immediate | Sean Callanan | 2010-04-07 | 1 | -1/+1 |
* | Fix typo and correct comment somewhat. | Eric Christopher | 2010-04-07 | 1 | -1/+1 |
* | Re-enable ARM/Thumb disassembler and add a workaround for a memcpy() call in | Johnny Chen | 2010-04-07 | 1 | -2/+6 |
* | Initial support for different kinds of FU reservation. | Anton Korobeynikov | 2010-04-07 | 1 | -3/+6 |
* | stringref-ize the MemoryBuffer::get apis. This requires | Chris Lattner | 2010-04-05 | 1 | -4/+2 |
* | Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field. | Jakob Stoklund Olesen | 2010-04-05 | 4 | -88/+12 |
* | change a ton of code to not implicitly use the "O" raw_ostream | Chris Lattner | 2010-04-04 | 2 | -1/+2 |
* | Fix a warning in GCC about a pointless typedef. | Chandler Carruth | 2010-04-03 | 1 | -1/+1 |
* | Add the new ARMDecodeEmitter to CMake build. | Chandler Carruth | 2010-04-03 | 1 | -0/+1 |
* | Move variable "Bits" declaration/definition into the DEBUG block where its usage | Johnny Chen | 2010-04-02 | 1 | -1/+2 |
* | Fixed build warning. | Johnny Chen | 2010-04-02 | 1 | -1/+1 |
* | Change from .../Support/DataTypes.h to .../System/DataTypes.h. | Johnny Chen | 2010-04-02 | 2 | -2/+2 |
* | Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen | Johnny Chen | 2010-04-02 | 4 | -0/+1926 |
* | Add a FIXME. | Daniel Dunbar | 2010-03-31 | 1 | -0/+2 |
* | lit: Make sure to close any files we open as part of redirection. | Daniel Dunbar | 2010-03-31 | 1 | -1/+7 |
* | Switch pattern sorting predicate from stable sort -> sort, it | Chris Lattner | 2010-03-29 | 1 | -3/+14 |
* | revert 99795, as mentioned, it is disabled anyway. | Chris Lattner | 2010-03-29 | 1 | -123/+2 |
* | Check in a (disabled) failed attempt to improve the ordering of | Chris Lattner | 2010-03-29 | 1 | -2/+123 |
* | print the complexity of the pattern being matched in the | Chris Lattner | 2010-03-29 | 4 | -59/+76 |
* | improve type checking of SDNode operand count. This rejects all cases | Chris Lattner | 2010-03-28 | 2 | -8/+10 |
* | finally remove the immAllOnesV_bc/immAllZerosV_bc patterns | Chris Lattner | 2010-03-28 | 1 | -1/+0 |
* | teach tblgen to allow patterns like (add (i32 (bitconvert (i32 GPR))), 4), | Chris Lattner | 2010-03-28 | 1 | -1/+37 |
* | validate that input sdnodes don't exist in an output pattern. | Chris Lattner | 2010-03-28 | 1 | -8/+23 |
* | eliminate a bunch of code duplication in ParseTreePattern | Chris Lattner | 2010-03-28 | 2 | -100/+68 |
* | SDTCisVT<0, isVoid> is not valid, reject it. | Chris Lattner | 2010-03-28 | 1 | -0/+3 |
* | add an optimized form of OPC_EmitMergeInputChains for the 1, 0 and | Chris Lattner | 2010-03-28 | 1 | -0/+7 |
* | fix a long standing fixme, which required fixing a bunch of other | Chris Lattner | 2010-03-27 | 1 | -25/+27 |
* | fix CodeGenTarget::getRegisterVTs to not return the | Chris Lattner | 2010-03-27 | 2 | -2/+7 |
* | hoist some funky logic into CodeGenInstruction | Chris Lattner | 2010-03-27 | 4 | -17/+38 |
* | continue pushing tblgen's support for nodes with multiple | Chris Lattner | 2010-03-27 | 2 | -40/+44 |
* | fix a bug in my recent patch that increased opcode size to 2 bytes: | Chris Lattner | 2010-03-27 | 1 | -9/+13 |
* | Remove an unnecessary #include. | Dan Gohman | 2010-03-27 | 1 | -1/+0 |
* | remove parallel support. | Chris Lattner | 2010-03-27 | 1 | -37/+4 |
* | Teach TableGen to understand X.Y notation in the TSFlagsFields strings. | Jakob Stoklund Olesen | 2010-03-25 | 3 | -1/+14 |
* | lit: Add LitTestCase and lit.load_test_suite, for adapting lit based suites for | Daniel Dunbar | 2010-03-25 | 3 | -2/+75 |
* | Change tblgen to emit FOOISD opcode names as two | Chris Lattner | 2010-03-25 | 1 | -10/+11 |