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
/
tools
/
lto
/
LTOModule.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
As Chris pointed out, this doesn't actually need an LLVMContext to operate.
Owen Anderson
2009-07-13
1
-1
/
+1
*
Begin the painful process of tearing apart the rat'ss nest that is Constants....
Owen Anderson
2009-07-13
1
-1
/
+1
*
Don't create undefined symbols for aliases.
Nick Lewycky
2009-07-09
1
-2
/
+5
*
Maintain the old LTO API, by using the global context.
Owen Anderson
2009-07-02
1
-7
/
+4
*
Make the use of const with respect to LLVMContext sane. Hopefully this is th...
Owen Anderson
2009-07-01
1
-3
/
+3
*
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
1
-4
/
+6
*
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2009-07-01
1
-6
/
+11
*
update comments about .objc_ symbols being generated
Nick Kledzik
2009-06-01
1
-2
/
+20
*
<rdar://problem/6927148> libLTO needs to handle i386 magic objc class symbols
Nick Kledzik
2009-06-01
1
-16
/
+144
*
Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin.
Rafael Espindola
2009-04-24
1
-8
/
+18
*
Correct strange whitespace.
Nick Lewycky
2009-02-06
1
-1
/
+1
*
Add protected visibility to libLTO.
Nick Lewycky
2008-11-29
1
-0
/
+2
*
tentative definitions are default visibility
Nick Kledzik
2008-07-19
1
-1
/
+1
*
Name string length is end position marker - begin position marker.
Devang Patel
2008-07-16
1
-1
/
+1
*
Do not forget global definitions from inline asm code block.
Devang Patel
2008-07-16
1
-0
/
+39
*
LinkOnce definitions have default scope, like weak definitions. Otherwise, th...
Devang Patel
2008-07-15
1
-1
/
+2
*
Rename new lto2 tool as lto.
Devang Patel
2008-06-30
1
-0
/
+340