index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
AsmParser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
4
-102
/
+136
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
7
-714
/
+1429
*
Merge remote-tracking branch 'upstream/release_34' into merge-20140211
Stephen Hines
2014-02-11
1
-135
/
+275
|
\
|
*
Merging r196044:
Bill Wendling
2013-12-02
1
-46
/
+47
|
*
Allow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd/pmovmskb/extractps instru...
Craig Topper
2013-10-14
1
-0
/
+37
|
*
Teach X86 asm parser that VMOVAPSrr and other VEX-encoded register to registe...
Craig Topper
2013-10-07
1
-0
/
+49
|
*
Add an instruction deprecation feature to TableGen.
Joey Gouly
2013-09-12
1
-2
/
+3
|
*
AVX-512: implemented extractelement with variable index.
Elena Demikhovsky
2013-09-12
1
-0
/
+41
|
*
[ms-inline asm] Support offsets after segment registers
David Majnemer
2013-08-27
1
-40
/
+70
|
*
Remove some unnecessary PredicateMethod overrides. Add RenderMethod overrides...
Craig Topper
2013-08-26
1
-56
/
+0
|
*
Put some of the AVX-512 parsing stuff in a more consistent place with the exi...
Craig Topper
2013-08-25
1
-11
/
+9
|
*
First round of fixes for the x86 fixes for the x86 move accumulator from/to m...
Craig Topper
2013-08-25
1
-0
/
+39
|
*
Use pop_back() instead of pop_back_val() when the returned value is not used.
Jakub Staszak
2013-08-08
1
-4
/
+4
*
|
Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807
Stephen Hines
2013-08-07
1
-0
/
+23
|
\
\
|
|
/
|
*
Added encoding prefixes for KNL instructions (EVEX).
Elena Demikhovsky
2013-07-28
1
-0
/
+22
|
*
Split generated asm mnemonic matching table into a separate table for each as...
Craig Topper
2013-07-24
1
-0
/
+1
*
|
Merge commit '100fbdd06be7590b23c4707a98cd605bdb519498' into merge_20130612
Stephen Hines
2013-06-12
1
-25
/
+32
|
\
\
|
|
/
|
*
Suppress GCC compiler warnings in release builds about variables that are only
Duncan Sands
2013-05-13
1
-0
/
+1
|
*
[ms-inline asm] Fix a crasher when we fail on a direct match.
Chad Rosier
2013-05-10
1
-4
/
+4
|
*
[x86AsmParser] It's valid to stop parsing an operand at an immediate.
Chad Rosier
2013-05-09
1
-1
/
+3
|
*
Add ArrayRef constructor from None, and do the cleanups that this constructor...
Dmitri Gribenko
2013-05-05
1
-2
/
+2
|
*
In MC asm parsing, account for the possibility of whitespace within
John McCall
2013-05-03
1
-18
/
+22
*
|
Merge remote-tracking branch 'upstream/master' into merge-20130502
Stephen Hines
2013-05-02
1
-410
/
+791
|
\
\
|
|
/
|
*
[ms-inline asm] Removed this unnecessary check. In the current implementation,
Chad Rosier
2013-04-22
1
-1
/
+1
|
*
[ms-inline asm] Add the OpDecl to the InlineAsmIdentifierInfo struct and in turn
Chad Rosier
2013-04-22
1
-13
/
+18
|
*
Fix unused variable warning.
Chad Rosier
2013-04-22
1
-1
/
+1
|
*
[ms-inline asm] Remove the identifier parsing logic from the AsmParser. This is
Chad Rosier
2013-04-22
1
-61
/
+55
|
*
[ms-inline asm] Refactor/clean up the SemaLookup interface. No functional
Chad Rosier
2013-04-22
1
-34
/
+23
|
*
[ms-inline asm] Make code layout more canonical with iniline asm handled last.
Chad Rosier
2013-04-19
1
-13
/
+13
|
*
[ms-inline asm] Refactor the parsing of identifiers. No functional change
Chad Rosier
2013-04-19
1
-39
/
+33
|
*
[ms-inline asm] Remove these asserts. C++ variables that use namespace
Chad Rosier
2013-04-19
1
-2
/
+0
|
*
[ms-inline asm] Move this variable into the scope in which it is used.
Chad Rosier
2013-04-19
1
-1
/
+1
|
*
[ms-inline asm] Make this a hard error.
Chad Rosier
2013-04-19
1
-4
/
+4
|
*
[ms-inline asm] Cleanup the dot operator implementation.
Chad Rosier
2013-04-19
1
-29
/
+15
|
*
[ms-inline asm] Simplify some logic and add a FIXME for unhandled unary minus.
Chad Rosier
2013-04-18
1
-10
/
+13
|
*
Make this private method.
Chad Rosier
2013-04-18
1
-4
/
+4
|
*
[ms-inline asm] These should be int64_t, not uint64_t.
Chad Rosier
2013-04-17
1
-6
/
+6
|
*
[ms-inline asm] Add support for the minus unary operator. Previously, we were
Chad Rosier
2013-04-17
1
-72
/
+106
|
*
[ms-inline asm] Add support for parsing complex immediate expressions. Test
Chad Rosier
2013-04-17
1
-32
/
+51
|
*
Remove unused variable from previous refactor.
Chad Rosier
2013-04-16
1
-3
/
+0
|
*
[ms-inline asm] Refactor. No functional change intended.
Chad Rosier
2013-04-16
1
-405
/
+419
|
*
[ms-inline asm] Remove some dead code.
Chad Rosier
2013-04-16
1
-8
/
+0
|
*
[ms-inline asm] Simplify the logic by using parsePrimaryExpr. No functional
Chad Rosier
2013-04-12
1
-1
/
+1
|
*
[ms-inline asm] Move this logic into a static function as it's only applicable
Chad Rosier
2013-04-12
1
-63
/
+67
|
*
[ms-inline asm] Address the FIXME for ImmDisp before brackets. This
Chad Rosier
2013-04-12
1
-18
/
+29
|
*
[ms-inline asm] Have the [ Symbol ] case fall into the more general logic. This
Chad Rosier
2013-04-12
1
-46
/
+24
|
*
[ms-inline asm] Add support for operands that include both a symbol and an
Chad Rosier
2013-04-12
1
-41
/
+103
|
*
[ms-inline asm] Add support for using the LENGTH, TYPE, and SIZE operators with
Chad Rosier
2013-04-11
1
-2
/
+11
|
*
[ms-inline asm] Add support for using offsetof operator with variables that use
Chad Rosier
2013-04-11
1
-3
/
+6
|
*
[ms-inline asm] Pass a StringRef reference to ParseIntelVarWithQualifier so we
Chad Rosier
2013-04-11
1
-15
/
+15
[next]