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
/
lto.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix dangling pointer and argv off by one errors. Add support for --disable-i...
Nick Kledzik
2008-07-08
1
-0
/
+4
*
Provide a hook to set the code generation debug options to investigate lto f...
Devang Patel
2008-07-03
1
-0
/
+6
*
Rename new lto2 tool as lto.
Devang Patel
2008-06-30
1
-0
/
+241
*
Remove old LTO interface.
Devang Patel
2008-06-30
1
-563
/
+0
*
Add CommonLinkage to lto (treated same as weak AFAICT)
Dale Johannesen
2008-05-16
1
-1
/
+3
*
Move MemCpyOpt after GVN.
Owen Anderson
2008-04-22
1
-1
/
+1
*
Add MemCpyOpt to LTO.
Owen Anderson
2008-04-22
1
-0
/
+1
*
Use GVN in LTO instead of GCSE+LoadVN.
Owen Anderson
2008-04-21
1
-2
/
+1
*
Make EH work with unnamed functions. Reenable running
Dale Johannesen
2008-04-02
1
-4
/
+1
*
Begin setting features for target based on target triple string.
Devang Patel
2008-02-07
1
-2
/
+13
*
Do not set time out, lets assume assembler will do its job in reasonable amou...
Devang Patel
2008-02-04
1
-1
/
+1
*
Do not strip symbols when EH is ON.
Devang Patel
2008-02-02
1
-1
/
+4
*
Supply appropriate arch info to darwin assembler.
Devang Patel
2008-01-30
1
-0
/
+16
*
Enable exception handling if it is supported.
Devang Patel
2008-01-30
1
-1
/
+6
*
- Introduces versioning macro LLVM_LTO_VERSION
Devang Patel
2008-01-15
1
-8
/
+41
*
remove attributions from tools.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Revert my previous check-in.
Devang Patel
2007-12-20
1
-4
/
+1
*
Add lto version check mechanism.
Devang Patel
2007-12-20
1
-1
/
+4
*
Switching TargetMachineRegistry to use the new generic Registry.
Gordon Henriksen
2007-10-17
1
-1
/
+1
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+496