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
/
llc
Age
Commit message (
Expand
)
Author
2013-06-12
Revert llc to upstream
Eli Bendersky
2013-06-07
Fix Mispelled local variable in llc.
Karl Schimpf
2013-06-07
Add CL argument -bitcode-format to llvm-dis, llc, and pnacl-llc.
Karl Schimpf
2013-05-28
Update llc/pnacl-llc makefiles to link nacltransforms.
Eli Bendersky
2013-05-28
Add two passes that implement conversions from PNaCl's specific intrinsics
Eli Bendersky
2013-04-22
Fix bot build of translator, renormalize CMakeLists/LLVMBuild.txt/Makefile
Derek Schuff
2013-04-18
Fix CMake build
Derek Schuff
2013-03-28
Target Cortex-A9 with NEON in PNaCl's LLC driver.
JF Bastien
2013-03-25
Add -time-ir-parsing flag to llc.
Eli Bendersky
2013-03-14
Fix CMakeFile as well.
Derek Schuff
2013-03-14
Fix LLVMBuild.txt for NaCl analysis passes
Derek Schuff
2013-03-14
Cleanup of ABI Checker
Derek Schuff
2013-03-13
ABI verifier: Add standalone tool pnacl-abicheck
Derek Schuff
2013-03-06
Add an RPC to LLC.nexe to init with appended flags (vs set all flags).
Jan Voung
2013-02-20
Explicitly set a buffer size for sandboxed llc's objfile.
Jan Voung
2013-02-19
Prune AsmParser (target and generic).
Jan Voung
2013-02-12
llvm-sb: Remove non-streaming code path and write to file directly.
Jan Voung
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-17
Remove dbg messages from llvm-sb nacl_file.
Jan Voung
2013-01-14
Limit the size of the bitcode download buffer on the untrusted side.
Derek Schuff
2013-01-11
Replace DepLibs bitcode record with metadata
Derek Schuff
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2013-01-07
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-05
Convert the TargetTransformInfo from an immutable pass with dynamic
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-11
llvm/tools: Add #include "llvm/TargetTransformInfo.h"
NAKAMURA Takumi
2012-12-04
Sort the #include lines for tools/...
Chandler Carruth
2012-11-30
Add a -time-compilations=<N> option to llc.
Jakob Stoklund Olesen
2012-11-29
One more step towards making doInitialization and doFinalization useful for
Pedro Artigas
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-15
Add doInitialization and doFinalization methods to ModulePass's, to allow the...
Owen Anderson
2012-10-23
Merge commit '92b0d8cf2c51debc7f4fb30a417ae839077a8ed0'
Derek Schuff
2012-10-19
llvm: Remove some localmods in MemoryBuffer and clean nacl_file a bit.
Jan Voung
2012-10-18
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
Merge commit '3298959540ca744ec16b4c65db244534a929a862'
Derek Schuff
2012-10-18
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-12
Merge commit '40573998821fde7ffeabe8507f4c9e8c7cf762f6'
Derek Schuff
2012-10-11
Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010'
Derek Schuff
2012-10-10
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-08-21
Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffce
Derek Schuff
2012-08-21
Add support for the --param ssp-buffer-size= driver option.
Chad Rosier
2012-08-17
Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'
Derek Schuff
2012-08-13
Change LLVM bitcode linking to use tree reduction
Jan Voung
2012-08-08
Add test triples to fix win32 failures. Revert workaround from r161292.
Bob Wilson
2012-08-04
llc: Try to suppress failures since r161262 .
NAKAMURA Takumi
2012-08-03
Fix memcmp code-gen to honor -fno-builtin.
Bob Wilson
2012-07-31
Include nacl_srpc.h from native client tree rather than sdk.
Derek Schuff
[next]