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
*
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
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+213