| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
its only user, is gone.
llvm-svn: 170699
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Sooooo many of these had incorrect or strange main module includes.
I have manually inspected all of these, and fixed the main module
include to be the nearest plausible thing I could find. If you own or
care about any of these source files, I encourage you to take some time
and check that these edits were sensible. I can't have broken anything
(I strictly added headers, and reordered them, never removed), but they
may not be the headers you'd really like to identify as containing the
API being implemented.
Many forward declarations and missing includes were added to a header
files to allow them to parse cleanly when included first. The main
module rule does in fact have its merits. =]
llvm-svn: 169131
|
|
|
|
|
|
|
|
| |
- Add RTM code generation support throught 3 X86 intrinsics:
xbegin()/xend() to start/end a transaction region, and xabort() to abort a
tranaction region
llvm-svn: 167573
|
|
|
|
| |
llvm-svn: 143891
|
|
|
|
|
|
| |
These are strictly utilities for registering targets and components.
llvm-svn: 138450
|
|
|
|
|
|
| |
MCTargetAsmLexer; rename createAsmLexer to createMCAsmLexer and createAsmParser to createMCAsmParser.
llvm-svn: 136027
|
|
|
|
|
|
| |
TargetMachine's anymore.
llvm-svn: 135963
|
|
|
|
|
|
| |
they belong.
llvm-svn: 135833
|
|
|
|
|
|
|
| |
into the middle of the class, and rework how the different sections of
the generated file are conditionally included for simplicity.
llvm-svn: 113163
|
|
|
|
|
|
| |
rdar://8013734
llvm-svn: 106725
|
|
|
|
| |
llvm-svn: 106724
|
|
|
|
| |
llvm-svn: 106723
|
|
|
|
| |
llvm-svn: 95627
|
|
|
|
|
|
|
|
| |
for register tokens. Before, if it encountered
'%al,' it would report 'al,' as the token. Now it
correctly reports '%al'.
llvm-svn: 95594
|
|
|
|
|
|
|
|
| |
to the TargetAsmLexer class so that clients can
actually use the TargetAsmLexer they get from a
Target.
llvm-svn: 94940
|
|
|
|
| |
llvm-svn: 94502
|
|
|
|
|
|
| |
TargetAsmLexer.
llvm-svn: 94482
|
|
|
|
| |
llvm-svn: 94479
|
|
|
|
|
|
|
|
| |
TargetAsmLexer. Dialect-specific lexing code will
be placed in the functions LexTokenATT() and
LexTokenIntel().
llvm-svn: 94456
|
|
target-specific AsmLexer, and added the appropriate
registration calls.
llvm-svn: 94275
|