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
*
Apply patch for use-after-free in InlineAsm constant handling,
Dale Johannesen
2010-11-02
1
-0
/
+1
*
Inline asm multiple alternative constraints development phase 2 - improved ba...
John Thompson
2010-10-29
1
-5
/
+5
*
Silence some constructor ordering warnings.
Eric Christopher
2010-09-13
1
-3
/
+3
*
Added skeleton for inline asm multiple alternative constraint support.
John Thompson
2010-09-13
1
-10
/
+60
*
Reduce string trashing.
Benjamin Kramer
2010-07-25
1
-1
/
+1
*
Memoize InlineAsms into the LLVMContext and delete them on shutdown.
Jeffrey Yasskin
2010-03-21
1
-11
/
+14
*
There are two ways of checking for a given type, for example isa<PointerType>(T)
Duncan Sands
2010-02-16
1
-1
/
+1
*
Avoid going through the LLVMContext for type equality where it's safe to dere...
Benjamin Kramer
2010-01-05
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
/
+6
*
Add an "msasm" flag to inline asm as suggested in PR 5125.
Dale Johannesen
2009-10-13
1
-4
/
+6
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-1
/
+1
*
Finish migrating VMCore to StringRef/Twine based APIs.
Daniel Dunbar
2009-07-25
1
-13
/
+13
*
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