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
/
include
/
llvm
/
InlineAsm.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
1
-2
/
+2
*
Cleanup a few magic numbers.
Chad Rosier
2012-09-05
1
-1
/
+1
*
[ms-inline asm] We only need one bit to represent the AsmDialect in the
Chad Rosier
2012-09-05
1
-2
/
+1
*
[ms-inline asm] Propagate the asm dialect into the MachineInstr representation.
Chad Rosier
2012-09-05
1
-2
/
+4
*
[ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect to
Chad Rosier
2012-09-05
1
-5
/
+12
*
[ms-inline asm] Add the inline assembly dialect, AsmDialect, to the InlineAsm
Chad Rosier
2012-09-04
1
-4
/
+7
*
Prune some includes and forward declarations.
Craig Topper
2012-03-26
1
-0
/
+1
*
Encode register class constreaints in inline asm instructions.
Jakob Stoklund Olesen
2011-10-12
1
-0
/
+29
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-3
/
+3
*
deconstify getType()'s.
Chris Lattner
2011-07-15
1
-3
/
+3
*
Distinguish early clobber output operands from clobbered registers.
Jakob Stoklund Olesen
2011-06-27
1
-8
/
+18
*
Extend ConstantUniqueMap with a new template parameter ValRefType,
Jay Foad
2011-06-22
1
-3
/
+4
*
Do not model all INLINEASM instructions as having unmodelled side effects.
Evan Cheng
2011-01-07
1
-1
/
+8
*
Mult-alt constraint incremental development step 3.
John Thompson
2010-10-29
1
-4
/
+4
*
Inline asm multiple alternative constraints development phase 2 - improved ba...
John Thompson
2010-10-29
1
-10
/
+13
*
Added skeleton for inline asm multiple alternative constraint support.
John Thompson
2010-09-13
1
-0
/
+33
*
Propagate the AlignStack bit in InlineAsm's to the
Dale Johannesen
2010-07-02
1
-1
/
+2
*
Three changes:
Chris Lattner
2010-04-07
1
-2
/
+45
*
Memoize InlineAsms into the LLVMContext and delete them on shutdown.
Jeffrey Yasskin
2010-03-21
1
-3
/
+16
*
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
1
-1
/
+1
*
Pass StringRef by value.
Daniel Dunbar
2009-11-06
1
-7
/
+7
*
Rename msasm to alignstack per review.
Dale Johannesen
2009-10-21
1
-4
/
+4
*
Add an "msasm" flag to inline asm as suggested in PR 5125.
Dale Johannesen
2009-10-13
1
-2
/
+6
*
Finish migrating VMCore to StringRef/Twine based APIs.
Daniel Dunbar
2009-07-25
1
-7
/
+7
*
Model inline asm constraint which ties an input to an output register as mach...
Evan Cheng
2009-03-23
1
-8
/
+7
*
For inline asm output operand that matches an input. Encode the input operand...
Evan Cheng
2009-03-20
1
-0
/
+18
*
Keep track of *which* input constraint matches an output
Chris Lattner
2008-10-17
1
-3
/
+9
*
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-08-23
1
-5
/
+0
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
remove obviously dead uses of IncludeFile.
Chris Lattner
2007-12-18
1
-1
/
+0
*
remove a dead annotation
Chris Lattner
2007-12-18
1
-3
/
+0
*
Reverting dtor devirtualization patch.
Gordon Henriksen
2007-12-10
1
-5
/
+2
*
Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!
Gordon Henriksen
2007-12-09
1
-2
/
+5
*
represent indirect operands explicitly in inline asm strings.
Chris Lattner
2007-04-28
1
-5
/
+7
*
Rename Value::getValueType to getValueID, to avoid confusion with
Dan Gohman
2007-04-13
1
-1
/
+1
*
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-17
1
-0
/
+1
*
For PR780:
Reid Spencer
2006-07-26
1
-1
/
+1
*
For PR780:
Reid Spencer
2006-06-07
1
-1
/
+5
*
Add a virtual dtor to the InlineAsm class so that the principle method of
Chris Lattner
2006-06-07
1
-0
/
+1
*
add a new flag
Chris Lattner
2006-02-23
1
-0
/
+4
*
fix an error compiling with -pedantic
Chris Lattner
2006-02-07
1
-1
/
+1
*
add an instance var and argument.
Chris Lattner
2006-02-02
1
-1
/
+6
*
Beef up the interface to inline asm constraint parsing, making it more
Chris Lattner
2006-02-01
1
-3
/
+27
*
add methods for constraint parsing
Chris Lattner
2006-01-26
1
-0
/
+19
*
add another method
Chris Lattner
2006-01-25
1
-0
/
+7
*
add some useful accessors :)
Chris Lattner
2006-01-25
1
-0
/
+3
*
Change inline asms to be uniqued like constants, not embedded in a Module.
Chris Lattner
2006-01-25
1
-33
/
+12
*
Be consistent in using class/struct to keep Visual Studio happy.
Jeff Cohen
2006-01-24
1
-1
/
+1
*
Initial checkin of the InlineAsm class
Chris Lattner
2006-01-24
1
-0
/
+89