| Commit message (Expand) | Author | Age | Files | Lines |
* | Complete listing of ARM/MC/ELF relocation enums | Jason W Kim | 2010-11-08 | 1 | -3/+134 |
* | Extend the AliasAnalysis::pointsToConstantMemory interface to allow it | Dan Gohman | 2010-11-08 | 9 | -83/+85 |
* | Delete getIntrinsicModRefBehavior. Clients can just use the normal | Dan Gohman | 2010-11-08 | 2 | -12/+0 |
* | Make FunctionAttrs use AliasAnalysis::getModRefBehavior, now that it | Dan Gohman | 2010-11-08 | 2 | -19/+34 |
* | Teach BasicAliasAnalysis::getModRefBehavior(const Function *F) | Dan Gohman | 2010-11-08 | 1 | -3/+11 |
* | Add comments. | Dan Gohman | 2010-11-08 | 1 | -5/+9 |
* | svn:ignore | Benjamin Kramer | 2010-11-08 | 0 | -0/+0 |
* | Add generating function declaration for PTX | Che-Liang Chiou | 2010-11-08 | 2 | -11/+129 |
* | Add physical register counting functions | Che-Liang Chiou | 2010-11-08 | 6 | -0/+176 |
* | Add a dummy PTXMCAsmStreamer class | Che-Liang Chiou | 2010-11-08 | 4 | -0/+588 |
* | Set default flags for .rodata. | Rafael Espindola | 2010-11-08 | 2 | -3/+18 |
* | Add registry hook for assembly text output | Che-Liang Chiou | 2010-11-08 | 3 | -8/+59 |
* | Make RegList an ASM operand so that TableGen will generate code for it. This is | Bill Wendling | 2010-11-08 | 1 | -2/+7 |
* | Revert. | Bill Wendling | 2010-11-08 | 1 | -1/+1 |
* | Add simplification of floating point comparisons with the result | Duncan Sands | 2010-11-07 | 2 | -0/+28 |
* | Fix a README item: when doing a comparison with the result | Duncan Sands | 2010-11-07 | 3 | -14/+31 |
* | Speed up AddSectionToTheEnd. It was walking all fragments in all sections. | Rafael Espindola | 2010-11-07 | 1 | -19/+4 |
* | typos | Rafael Espindola | 2010-11-07 | 1 | -4/+4 |
* | In this context, a reglist is a reg. | Bill Wendling | 2010-11-07 | 1 | -1/+1 |
* | Fix memory leak in StringRef::edit_distance(). 'Allocated' could be leaked o... | Ted Kremenek | 2010-11-07 | 1 | -5/+6 |
* | Testcase for llvm-gcc 118368. 8629268. | Dale Johannesen | 2010-11-07 | 1 | -0/+17 |
* | Add method for checking if a path is a symbolic link. | Rafael Espindola | 2010-11-07 | 3 | -0/+20 |
* | Relax dwarf line fragments. This fixes a crash in the included testcase. | Rafael Espindola | 2010-11-07 | 3 | -14/+40 |
* | implement aliases for div/idiv that have an explicit A register operand, | Chris Lattner | 2010-11-06 | 2 | -0/+37 |
* | Add support for parsing register lists. We can't use a bitfield to keep track of | Bill Wendling | 2010-11-06 | 1 | -22/+64 |
* | add aliases for movs between seg registers and mem. There are multiple | Chris Lattner | 2010-11-06 | 2 | -0/+12 |
* | move the "sh[lr]d op,op" -> "shld $1, op,op" aliases to the .td file. | Chris Lattner | 2010-11-06 | 2 | -10/+18 |
* | Return the base register of a register list for the "getReg()" method. This is | Bill Wendling | 2010-11-06 | 1 | -3/+8 |
* | pass literals like $$1 through to the asm matcher. This isn't right yet, but... | Chris Lattner | 2010-11-06 | 1 | -9/+10 |
* | work-in-progress | Chris Lattner | 2010-11-06 | 1 | -7/+6 |
* | General cleanup: | Bill Wendling | 2010-11-06 | 1 | -36/+21 |
* | go to great lengths to work around a GAS bug my previous patch | Chris Lattner | 2010-11-06 | 5 | -21/+20 |
* | rework the rotate-by-1 instructions to be defined like the | Chris Lattner | 2010-11-06 | 4 | -30/+54 |
* | change the fp comparison instructions to not have %st0 explicitly | Chris Lattner | 2010-11-06 | 5 | -31/+28 |
* | move the plethora of fp stack aliases to the .td file. | Chris Lattner | 2010-11-06 | 2 | -39/+48 |
* | add (and document) the ability for alias results to have | Chris Lattner | 2010-11-06 | 7 | -26/+101 |
* | Add a RegList (register list) object to ARMOperand. It will be used soon to hold | Bill Wendling | 2010-11-06 | 1 | -1/+38 |
* | generalize alias support to allow the result of an alias to | Chris Lattner | 2010-11-06 | 6 | -43/+100 |
* | move fnstsw aliases to .td file, fix typo | Chris Lattner | 2010-11-06 | 2 | -36/+6 |
* | move in/out aliases to the .td files. | Chris Lattner | 2010-11-06 | 2 | -16/+16 |
* | move sldt, imul, and movabsq aliases from c++ to .td file. | Chris Lattner | 2010-11-06 | 2 | -29/+18 |
* | correct suffix matching to search for s/l/t suffixes on | Chris Lattner | 2010-11-06 | 2 | -38/+31 |
* | Prune includes. | Benjamin Kramer | 2010-11-06 | 5 | -15/+10 |
* | Fix grammar. | Bill Wendling | 2010-11-06 | 1 | -1/+1 |
* | Fix grammar. | Bill Wendling | 2010-11-06 | 1 | -3/+3 |
* | MatchRegisterName() returns 0 if it can't match the register. | Bill Wendling | 2010-11-06 | 1 | -2/+2 |
* | Use TryParseRegister() instead of MatchRegisterName(). The former returns -1 | Bill Wendling | 2010-11-06 | 1 | -5/+2 |
* | Add a note. | Benjamin Kramer | 2010-11-06 | 1 | -0/+12 |
* | document instalias. | Chris Lattner | 2010-11-06 | 1 | -0/+49 |
* | fix a bug where we had an implicit assumption that the | Chris Lattner | 2010-11-06 | 5 | -29/+40 |