index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
VMCore
/
LLVMContextImpl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Privatize the StructType table, which unfortunately involves routing contexts...
Owen Anderson
2009-08-05
1
-0
/
+1
*
Privatize the FunctionType table.
Owen Anderson
2009-08-05
1
-0
/
+1
*
Privatize the PointerType factory.
Owen Anderson
2009-08-05
1
-0
/
+1
*
Privatize the VectorType uniquing.
Owen Anderson
2009-08-04
1
-0
/
+1
*
Begin the process of privatizing the type uniquing tables. No API changes ye...
Owen Anderson
2009-08-04
1
-0
/
+3
*
Factor some of the constants+context related code out into a separate header,...
Owen Anderson
2009-08-04
1
-760
/
+5
*
Privatize the last bit of Constant-creation state.
Owen Anderson
2009-08-04
1
-17
/
+390
*
Privatize all but one of the remaining constant tables.
Owen Anderson
2009-07-31
1
-7
/
+51
*
Move the metadata constructors back to 2.5 syntax.
Owen Anderson
2009-07-31
1
-7
/
+2
*
Move getTrue() and getFalse() to 2.5-like APIs.
Owen Anderson
2009-07-31
1
-14
/
+0
*
Move more code back to 2.5 APIs.
Owen Anderson
2009-07-30
1
-4
/
+2
*
Move ConstantExpr to 2.5 API.
Owen Anderson
2009-07-29
1
-1
/
+0
*
Return ConstantVector to 2.5 API.
Owen Anderson
2009-07-28
1
-4
/
+2
*
Change ConstantArray to 2.5 API.
Owen Anderson
2009-07-28
1
-10
/
+2
*
Move ConstantStruct back to 2.5 API.
Owen Anderson
2009-07-27
1
-7
/
+2
*
Move ConstantFP construction back to the 2.5-ish API.
Owen Anderson
2009-07-27
1
-2
/
+1
*
Revert the ConstantInt constructors back to their 2.5 forms where possible, t...
Owen Anderson
2009-07-24
1
-15
/
+335
*
Privatize the ConstantVector tables.
Owen Anderson
2009-07-24
1
-0
/
+8
*
Privatize the ConstantStruct table.
Owen Anderson
2009-07-23
1
-0
/
+11
*
MDString
Devang Patel
2009-07-23
1
-1
/
+1
*
Privatize the ConstantArray table.
Owen Anderson
2009-07-21
1
-2
/
+15
*
Privatize the first of the value maps.
Owen Anderson
2009-07-21
1
-1
/
+17
*
Rename getConstantInt{True|False} to get{True|False} at Chris' behest.
Owen Anderson
2009-07-21
1
-2
/
+2
*
Move a bit more state over to the LLVMContext.
Owen Anderson
2009-07-21
1
-1
/
+20
*
Privatize the MDNode uniquing table.
Owen Anderson
2009-07-16
1
-0
/
+7
*
Privatize the MDString uniquing table.
Owen Anderson
2009-07-16
1
-0
/
+9
*
Privatize the ConstantFP table. I'm on a roll!
Owen Anderson
2009-07-16
1
-1
/
+36
*
Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...
Owen Anderson
2009-07-16
1
-2
/
+50
*
Fix up header comments to make Chris happy.
Owen Anderson
2009-06-30
1
-1
/
+6
*
Add LLVMContext, which will eventually be used as a container for privatizing...
Owen Anderson
2009-06-30
1
-0
/
+20