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
/
VMCore
/
InlineAsm.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Keep track of *which* input constraint matches an output
Chris Lattner
2008-10-17
1
-2
/
+7
*
Fix PR2267, by allowing indirect outputs to be intermixed
Chris Lattner
2008-05-22
1
-1
/
+4
*
Allow asms to return multiple results by value.
Chris Lattner
2008-04-27
1
-4
/
+13
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
remove a dead annotation
Chris Lattner
2007-12-18
1
-1
/
+0
*
Change the PointerType api for creating pointer types. The old functionality ...
Christopher Lamb
2007-12-17
1
-1
/
+3
*
Reverting dtor devirtualization patch.
Gordon Henriksen
2007-12-10
1
-0
/
+6
*
Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!
Gordon Henriksen
2007-12-09
1
-6
/
+0
*
represent indirect operands explicitly in inline asm strings.
Chris Lattner
2007-04-28
1
-8
/
+9
*
For PR780:
Reid Spencer
2006-06-07
1
-0
/
+2
*
Add a virtual dtor to the InlineAsm class so that the principle method of
Chris Lattner
2006-06-07
1
-0
/
+6
*
Parse the %*# constraint modifiers
Chris Lattner
2006-02-23
1
-1
/
+11
*
validate matching constraints and remember when we see them.
Chris Lattner
2006-02-02
1
-5
/
+15
*
Fix VC++ compilation error.
Jeff Cohen
2006-02-01
1
-0
/
+1
*
Beef up the interface to inline asm constraint parsing, making it more genera...
Chris Lattner
2006-02-01
1
-44
/
+96
*
add method for constraint parsing
Chris Lattner
2006-01-26
1
-29
/
+50
*
parse and verify the constraint string.
Chris Lattner
2006-01-26
1
-0
/
+68
*
Print InlineAsm objects
Chris Lattner
2006-01-25
1
-5
/
+15
*
Change inline asms to be uniqued like constants, not embedded in a Module.
Chris Lattner
2006-01-25
1
-23
/
+5
*
Initial checkin of the InlineAsm class
Chris Lattner
2006-01-24
1
-0
/
+50