index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lto
Age
Commit message (
Expand
)
Author
2013-09-13
Localize the le32 -> ARM hack to the LTO module for bitcode linking.
Jan Voung
2013-08-26
Revert LOCALMODs in gold plugin and libLTO related to bitcode shared objects ...
Derek Schuff
2013-08-07
Revert localmod for bitcode linking speedup (different fix upstream).
Jan Voung
2013-07-16
Make it compile
Eli Bendersky
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-06-28
Revert the IntrinsicLowering logic that preserves externals for intrinsics.
Eli Bendersky
2013-06-05
Change CL flag -pnacl-freeze to -bitcode-format={llvm,pnacl}.
Karl Schimpf
2013-05-24
Allow generation of pnacl bitcode files in several llvm commnads.
Karl Schimpf
2013-05-06
Fix build warnings/UB in LTOCodeGenerator.cpp
Derek Schuff
2013-05-04
Last batch of cleanups to Linker.h.
Rafael Espindola
2013-05-04
Don't construct or delete a module on the Linker.
Rafael Espindola
2013-05-04
Remove unused members and constructor arguments.
Rafael Espindola
2013-05-04
Add missing header.
Rafael Espindola
2013-05-02
Remove redundant flag.
Bill Wendling
2013-05-02
We don't want FP elimination when doing an Apple-style build.
Bill Wendling
2013-04-24
Don't produce an empty llvm.compiler.used in LTO.
Rafael Espindola
2013-04-17
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-03-29
Run the ObjCARCContract pass for LTO. <rdar://problem/13538084>
Bob Wilson
2013-03-13
Make LTO codegen use a PassManager, rather than a FunctionPassManager, for the
Lang Hames
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-02-28
Add the -disable-opt option to LTO. This adds:
Bill Wendling
2013-02-13
Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in th...
Bill Wendling
2013-01-31
Fix a copy/paste-o that got missed because 'check' doesn't build lto.
Chandler Carruth
2013-01-31
Give the MCStreamer class hierarchy LLVM RTTI facilities for use with
Chandler Carruth
2013-01-31
Cherry-pick r174067
Derek Schuff
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-15
LTO: Also init TTI for codegen passes.
Nadav Rotem
2013-01-14
Expose an InitToTextSection through MCStreamer.
Eli Bendersky
2013-01-11
Replace DepLibs bitcode record with metadata
Derek Schuff
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2013-01-07
Add the align_to_end option to .bundle_lock in the MC implementation of aligned
Eli Bendersky
2013-01-07
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-05
Fix another place where we build the TTI pass to the new interface.
Chandler Carruth
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
Sort a few more #include lines in tools/... unittests/... and utils/...
Chandler Carruth
2012-12-20
Aligned bundling support. Following the discussion here:
Eli Bendersky
2012-12-16
This patch is needed to make c++ exceptions work for mips16.
Reed Kotler
2012-12-11
llvm/tools: Add #include "llvm/TargetTransformInfo.h"
NAKAMURA Takumi
2012-12-11
Change some functions to take const pointers.
Rafael Espindola
2012-12-10
Revert r169656.
Bill Wendling
2012-12-10
[CMake] Update dependencies to intrinsics_gen corresponding to r169711.
NAKAMURA Takumi
2012-12-10
Revert to old behavior until linker can pass export-dynamic option.
Bill Wendling
2012-12-08
Add the `lto_codegen_set_export_dynamic' function.
Bill Wendling
2012-12-07
Add C API for specifying CPU to the disassembler.
Jim Grosbach
2012-12-04
Sort the #include lines for tools/...
Chandler Carruth
2012-11-29
One more step towards making doInitialization and doFinalization useful for
Pedro Artigas
2012-11-27
Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c'
Derek Schuff
2012-11-27
Revert r168635 "Step towards implementation of pass manager with doInitializa...
Owen Anderson
2012-11-26
Step towards implementation of pass manager with doInitialization and doFinal...
Owen Anderson
2012-11-24
libLTO: Add a utility method to initialize the disassemblers.
Benjamin Kramer
[next]