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
/
Transforms
/
IPO
/
ExtractGV.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate a few unused-variable warnings
Douglas Gregor
2009-07-29
1
-2
/
+0
*
Move types back to the 2.5 API.
Owen Anderson
2009-07-29
1
-2
/
+2
*
Move ConstantExpr to 2.5 API.
Owen Anderson
2009-07-29
1
-1
/
+1
*
Change ConstantArray to 2.5 API.
Owen Anderson
2009-07-28
1
-1
/
+1
*
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-22
1
-5
/
+6
*
Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...
Owen Anderson
2009-07-16
1
-0
/
+2
*
Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...
Owen Anderson
2009-07-08
1
-2
/
+2
*
Push LLVMContext through GlobalVariables and IRBuilder.
Owen Anderson
2009-07-08
1
-1
/
+1
*
More LLVMContext-ification.
Owen Anderson
2009-07-06
1
-4
/
+5
*
Add the private linkage.
Rafael Espindola
2009-01-15
1
-1
/
+2
*
Fix a bug that prevented llvm-extract -delete from working.
Dan Gohman
2008-10-21
1
-1
/
+1
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-1
/
+1
*
Factor code to copy global value attributes like
Duncan Sands
2008-05-26
1
-4
/
+1
*
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-04-06
1
-2
/
+2
*
Fix some compilation errors on msvc:
Ted Kremenek
2008-03-09
1
-0
/
+1
*
add a pass that can extract all kinds of global values, not just functions. ...
Andrew Lenharth
2008-03-07
1
-0
/
+174