Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [MC] Fix Intel Operand assembly parsing for .set ids | Nirav Dave | 2016-08-02 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | Recommitting after fixing overaggressive fastpath return in parsing. Fix intel syntax special case identifier operands that refer to a constant (e.g. .set <ID> n) to be interpreted as immediate not memory in parsing. Associated commit to fix clang test commited shortly. Reviewers: rnk Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D22585 llvm-svn: 277489 | ||||
* | Revert r276895 "[MC][X86] Fix Intel Operand assembly parsing for .set ids" | Hans Wennborg | 2016-08-01 | 1 | -5/+0 |
| | | | | | | This caused PR28805. Adding a regression test. llvm-svn: 277402 | ||||
* | [MC][X86] Fix Intel Operand assembly parsing for .set ids | Nirav Dave | 2016-07-27 | 1 | -0/+5 |
| | | | | | | | | | | | | | Fix intel syntax special case identifier operands that refer to a constant (e.g. .set <ID> n) to be interpreted as immediate not memory in parsing. Reviewers: rnk Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D22585 llvm-svn: 276895 | ||||
* | Post process ADC/SBB and use a shorter encoding if they use a sign extended ↵ | Craig Topper | 2013-03-18 | 1 | -0/+14 |
| | | | | | | immediate. llvm-svn: 177243 | ||||
* | Refactor some duplicated code into helper functions. | Craig Topper | 2013-03-18 | 1 | -0/+7 |
| | | | | llvm-svn: 177242 | ||||
* | Add retw and lretw instructions. Also, fix Intel syntax parsing for all | Charles Davis | 2012-04-11 | 1 | -0/+13 |
| | | | | | | ret instructions. llvm-svn: 154468 | ||||
* | Intel syntax. Adjust special code, used to recognize cmp<comparison ↵ | Devang Patel | 2012-01-30 | 1 | -0/+3 |
| | | | | | | code>{ss,sd,ps,pd}, for intel syntax. llvm-svn: 149291 | ||||
* | Intel Syntax: Extend special hand coded logic, to recognize special ↵ | Devang Patel | 2012-01-24 | 1 | -0/+3 |
| | | | | | | instructions, for intel syntax. llvm-svn: 148864 | ||||
* | Intel syntax: Parse ... PTR [-8] | Devang Patel | 2012-01-20 | 1 | -1/+2 |
| | | | | llvm-svn: 148570 | ||||
* | Intel syntax: For now, disable ambiguous JMP64pcrel32 for intel syntax. | Devang Patel | 2012-01-20 | 1 | -1/+4 |
| | | | | llvm-svn: 148569 | ||||
* | Post process 'and', 'sub' instructions and select better encoding, if available. | Devang Patel | 2012-01-19 | 1 | -0/+8 |
| | | | | llvm-svn: 148489 | ||||
* | Intel syntax: There is no need to create unary expr for simple negative ↵ | Devang Patel | 2012-01-19 | 1 | -0/+4 |
| | | | | | | displacement. llvm-svn: 148486 | ||||
* | Post process 'xor', 'or' and 'cmp' instructions and select better encoding, ↵ | Devang Patel | 2012-01-19 | 1 | -0/+22 |
if available. llvm-svn: 148485 |