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