index
:
external_llvm.git
replicant-6.0
Android's llvm
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
*
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