- Jan 24, 2013
-
-
Chad Rosier authored
for an unsupported architecture. rdar://13063988 llvm-svn: 173364
-
- Jan 17, 2013
-
-
Chad Rosier authored
VarDecl. Part of rdar://12576868 llvm-svn: 172742
-
- Jan 12, 2013
-
-
Dmitri Gribenko authored
brought into 'clang' namespace by clang/Basic/LLVM.h llvm-svn: 172323
-
- Jan 10, 2013
-
-
Chad Rosier authored
Decl is a VarDecl. Part of rdar://12991541 llvm-svn: 172120
-
- Dec 04, 2012
-
-
Chandler Carruth authored
uncovered. This required manually correcting all of the incorrect main-module headers I could find, and running the new llvm/utils/sort_includes.py script over the files. I also manually added quite a few missing headers that were uncovered by shuffling the order or moving headers up to be main-module-headers. llvm-svn: 169237
-
- Nov 13, 2012
-
-
Eric Christopher authored
llvm-svn: 167777
-
- Nov 12, 2012
-
-
Bill Wendling authored
llvm-svn: 167761
-
Bill Wendling authored
The 'a', 'c', and 'd' constraints on i386 mean a 32-bit register. We cannot place a 64-bit value into the 32-bit register. Error out instead of causing the compiler to spew general badness. <rdar://problem/12415959> llvm-svn: 167717
-
- Oct 26, 2012
-
-
Bill Wendling authored
This code checks the ASM string to see if the output size is able to fit within the variable specified as the output. For instance, scalar-to-vector conversions may not really work. It's on by default, but can be turned off with a flag if you think you know what you're doing. This is placed under a flag ('-Wasm-operand-widths') and flag group ('-Wasm'). <rdar://problem/12284092> llvm-svn: 166737
-
- Oct 25, 2012
-
-
Chad Rosier authored
llvm-svn: 166723
-
Bill Wendling authored
llvm-svn: 166655
-
Bill Wendling authored
modifiers. (From an idea by Eric...) <rdar://problem/12284092> llvm-svn: 166647
-
- Oct 23, 2012
-
-
Chad Rosier authored
llvm-svn: 166489
-
Eli Friedman authored
llvm-svn: 166463
-
- Oct 20, 2012
-
-
Benjamin Kramer authored
llvm-svn: 166377
-
- Oct 19, 2012
-
-
Chad Rosier authored
llvm-svn: 166310
-
Chad Rosier authored
llvm-svn: 166293
-
- Oct 18, 2012
-
-
Chad Rosier authored
which will be used by the asm matcher in the near future. llvm-svn: 166221
-
Chad Rosier authored
*NamedDecl. In turn, build the expressions after we're finished parsing the asm. This avoids a crasher if the lookup fails. llvm-svn: 166213
-
Chad Rosier authored
layer. Use the new ParseMSInlineAsm() API and add an implementation of the MCAsmParserSemaCallback interface. llvm-svn: 166184
-
- Oct 16, 2012
-
-
Chad Rosier authored
front-end and the AsmParser. No functional change intended. llvm-svn: 166063
-
- Oct 15, 2012
-
-
Chad Rosier authored
-The front-end now builds a single assembly string and feeds it to the AsmParser. The front-end iterates on a per statement basis by calling the ParseStatement() function. Please note, the calling of ParseStatement() and and any notion of MCAsmParsedOperands will be sunk into the MC layer in the near future. I plan to expose more basic APIs such as getClobbers, etc. -The enumeration of the AsmString expressions have been reworked to use SMLocs rather than assembly Pieces, which were being parsed in the front-end. -The test case, t8(), was modified due to r129223. I'll have to find a way to work around things such as these. Sorry for the large commit, but breaking this in multiple smaller commits proved too irritating. llvm-svn: 165957
-
- Oct 13, 2012
-
-
Chad Rosier authored
llvm-svn: 165859
-
Chad Rosier authored
llvm-svn: 165851
-
Chad Rosier authored
llvm-svn: 165834
-
- Oct 12, 2012
-
-
Chad Rosier authored
reimplemented in the AsmParser where it belongs. llvm-svn: 165825
-
Benjamin Kramer authored
llvm-svn: 165793
-
Chad Rosier authored
llvm-svn: 165772
-
- Oct 11, 2012
-
-
Chad Rosier authored
reimplemented in the AsmParser where it belongs. llvm-svn: 165752
-
Chad Rosier authored
now unused static helper function. The test case needs to be remove temporarily until I can better filter memory operands that aren't actual variable reference. llvm-svn: 165751
-
- Oct 03, 2012
-
-
Chad Rosier authored
llvm-svn: 165070
-
- Oct 02, 2012
-
-
Chad Rosier authored
A Sema lookup is used to determine the size of the variable, which is in turn used during wildcard matching. llvm-svn: 165058
-
Chad Rosier authored
directives (e.g., dword ptr [eax]). llvm-svn: 165031
-
Chad Rosier authored
llvm-svn: 165025
-
Chad Rosier authored
Rework the logic to account for the fact that we no longer create a MCInst. llvm-svn: 164980
-
- Sep 25, 2012
-
-
Bob Wilson authored
If an MS-style inline asm is matched to multiple instructions, e.g., with a a WAIT-prefix, then we need to examine the operands of the last instruction instruction, not the prefix instruction. llvm-svn: 164608
-
Chad Rosier authored
llvm-svn: 164568
-
- Sep 24, 2012
-
-
Bob Wilson authored
llvm-svn: 164551
-
Bob Wilson authored
llvm-svn: 164550
-
- Sep 22, 2012
-
-
Chad Rosier authored
llvm-svn: 164421
-