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 a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Add a lto_codegen_compile_to_file to avoid producing a file, reading it to
Rafael Espindola
2011-03-22
1
-0
/
+6
*
Add support in the LTO library for loading an object from the middle
Rafael Espindola
2011-03-17
1
-1
/
+14
*
Switch LTO to use MC. This takes the linking of libxul.so from about 7m to
Rafael Espindola
2011-02-24
1
-2
/
+2
*
Don't open the file again in the gold plugin. To be able to do this, update
Rafael Espindola
2011-02-08
1
-0
/
+8
*
Do not include DataTypes.h in llvm-c/lto.h.
Devang Patel
2011-01-07
1
-3
/
+3
*
Fix prototypes.
Devang Patel
2010-08-26
1
-1
/
+1
*
Make it possible to set the cpu used for codegen.
Rafael Espindola
2010-08-11
1
-0
/
+8
*
Make it possible to set the flags passed to the assembler.
Rafael Espindola
2010-08-10
1
-0
/
+10
*
Make it possible to set the target triple and expose that with an option in the
Rafael Espindola
2010-08-09
1
-0
/
+8
*
Remove the GCC path from libLTO. This has been superceded by setAssemblerPath.
Nick Lewycky
2009-08-03
1
-8
/
+0
*
Add newline at end of file.
Duncan Sands
2009-07-03
1
-1
/
+1
*
Maintain the old LTO API, by using the global context.
Owen Anderson
2009-07-02
1
-9
/
+6
*
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
1
-5
/
+5
*
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2009-07-01
1
-4
/
+8
*
Indentation.
Evan Cheng
2009-06-26
1
-8
/
+5
*
<rdar://problem/6940611> libLTO.dylib needs to let linker specify path to ass...
Nick Kledzik
2009-06-04
1
-0
/
+8
*
Allow a user of libLTO to specify the full pathname of the gcc executable to
Nick Lewycky
2009-04-30
1
-0
/
+8
*
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
*
Fix a sys::Path API error caught by a gcc 4.2 warning.
Reid Spencer
2007-07-18
1
-1
/
+1
*
Here is the bulk of the sanitizing.
Gabor Greif
2007-07-05
1
-3
/
+3
*
switch tools to bitcode from bytecode
Chris Lattner
2007-05-06
1
-21
/
+4
*
bitcodify
Chris Lattner
2007-05-06
1
-6
/
+23
*
Now LICM is a LoopPass.
Devang Patel
2007-03-07
1
-0
/
+1
*
Add possibility to set memory limit for binaries run via libSystem. This
Anton Korobeynikov
2007-02-16
1
-1
/
+1
*
Avoid assert() in lto. Let linker handle all failures. Use LTO_WRITE_FAILURE
Bill Wendling
2007-02-08
1
-9
/
+4
*
The new version of how to add passes to emit files. We explicitly call a
Bill Wendling
2007-02-08
1
-2
/
+26
*
For PR411:
Reid Spencer
2007-02-05
1
-7
/
+0
*
Add printVersion(). Linker can use it to print LLVM version number.
Devang Patel
2007-02-01
1
-0
/
+4
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
1
-3
/
+3
*
default to emiting an uncompressed .bc file
Chris Lattner
2007-01-21
1
-2
/
+2
*
Modules are consumed when they are merged together by Linker.
Devang Patel
2007-01-08
1
-0
/
+2
[next]