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
/
LLVMContext.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
now that AsmPrinter::EmitInlineAsm is factored right, we can eliminate the
Chris Lattner
2010-11-17
1
-5
/
+11
*
Remove the experimental AliasAnalysis::getDependency interface, which
Dan Gohman
2010-09-14
1
-1
/
+2
*
Move private member functions to the end of the class declaration.
Owen Anderson
2010-09-08
1
-14
/
+15
*
Make module ownership methods on LLVMContext private, and make Module a friend
Owen Anderson
2010-09-08
1
-5
/
+8
*
Clarify the ownership model of LLVMContext and Module. Namely, contexts own
Owen Anderson
2010-09-08
1
-0
/
+8
*
Remove an obsolete comment.
Dan Gohman
2010-07-20
1
-2
/
+1
*
Add support for remapping metadata kind IDs when reading in a
Dan Gohman
2010-07-20
1
-1
/
+1
*
introduce a new recoverable error handling API to LLVMContext
Chris Lattner
2010-04-07
1
-0
/
+10
*
give LLVMContext an inline asm diagnostic hook member.
Chris Lattner
2010-04-06
1
-0
/
+18
*
Fix a major source of compile-time slowness at -O0 -g by optimizing
Chris Lattner
2010-03-30
1
-0
/
+6
*
Final step in the metadata API restructuring: move the
Chris Lattner
2009-12-29
1
-5
/
+15
*
Derive metadata hierarchy from Value instead of User.
Devang Patel
2009-10-21
1
-1
/
+0
*
Make LLVMContext's pImpl member const.
Dan Gohman
2009-10-06
1
-1
/
+3
*
s/class Metadata/class MetadataContext/g
Devang Patel
2009-09-28
1
-2
/
+2
*
Add llvm::Metadata to manage metadata used in a context.
Devang Patel
2009-09-16
1
-1
/
+2
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-0
/
+3
*
Make LLVMContext and LLVMContextImpl classes instead of structs.
Benjamin Kramer
2009-08-11
1
-2
/
+3
*
Tidy #includes.
Dan Gohman
2009-08-11
1
-4
/
+0
*
Remove dead metadata.
Devang Patel
2009-08-11
1
-1
/
+1
*
Remove unused forward decls.
Benjamin Kramer
2009-08-05
1
-24
/
+0
*
Factor some of the constants+context related code out into a separate header,...
Owen Anderson
2009-08-04
1
-1
/
+1
*
Privatize the last bit of Constant-creation state.
Owen Anderson
2009-08-04
1
-13
/
+1
*
Privatize all but one of the remaining constant tables.
Owen Anderson
2009-07-31
1
-0
/
+3
*
Move the metadata constructors back to 2.5 syntax.
Owen Anderson
2009-07-31
1
-11
/
+2
*
Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...
Owen Anderson
2009-07-31
1
-8
/
+0
*
Move getTrue() and getFalse() to 2.5-like APIs.
Owen Anderson
2009-07-31
1
-4
/
+0
*
Move more code back to 2.5 APIs.
Owen Anderson
2009-07-30
1
-11
/
+2
*
Move types back to the 2.5 API.
Owen Anderson
2009-07-29
1
-34
/
+0
*
Move ConstantExpr to 2.5 API.
Owen Anderson
2009-07-29
1
-76
/
+0
*
Return ConstantVector to 2.5 API.
Owen Anderson
2009-07-28
1
-7
/
+1
*
Change ConstantArray to 2.5 API.
Owen Anderson
2009-07-28
1
-20
/
+1
*
Move ConstantStruct back to 2.5 API.
Owen Anderson
2009-07-27
1
-11
/
+1
*
Move ConstantFP construction back to the 2.5-ish API.
Owen Anderson
2009-07-27
1
-15
/
+1
*
Finish migrating VMCore to StringRef/Twine based APIs.
Daniel Dunbar
2009-07-25
1
-16
/
+16
*
Revert the ConstantInt constructors back to their 2.5 forms where possible, t...
Owen Anderson
2009-07-24
1
-30
/
+2
*
Privatize the ConstantVector tables.
Owen Anderson
2009-07-24
1
-0
/
+1
*
Privatize the ConstantStruct table.
Owen Anderson
2009-07-23
1
-0
/
+3
*
MDString
Devang Patel
2009-07-23
1
-1
/
+1
*
Privatize the ConstantArray table.
Owen Anderson
2009-07-21
1
-0
/
+6
*
Privatize the first of the value maps.
Owen Anderson
2009-07-21
1
-0
/
+1
*
Rename getConstantInt{True|False} to get{True|False} at Chris' behest.
Owen Anderson
2009-07-21
1
-2
/
+2
*
Privatize the MDNode uniquing table.
Owen Anderson
2009-07-16
1
-0
/
+1
*
Privatize the MDString uniquing table.
Owen Anderson
2009-07-16
1
-0
/
+3
*
Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...
Owen Anderson
2009-07-16
1
-0
/
+2
*
Move EVER MORE stuff over to LLVMContext.
Owen Anderson
2009-07-14
1
-0
/
+28
*
Move a bit more functionality to LLVMContext, which apparently wasn't being u...
Owen Anderson
2009-07-13
1
-0
/
+5
*
Move more functionality over to LLVMContext.
Owen Anderson
2009-07-13
1
-2
/
+4
*
Begin the painful process of tearing apart the rat'ss nest that is Constants....
Owen Anderson
2009-07-13
1
-0
/
+14
*
This started as a small change, I swear. Unfortunately, lots of things call ...
Owen Anderson
2009-07-09
1
-0
/
+4
*
Remove the vicmp and vfcmp instructions. Because we never had a release with
Nick Lewycky
2009-07-08
1
-4
/
+0
[next]