Age | Commit message (Expand) | Author |
2013-03-26 | Split out the IRReader header and the utility functions it provides into | Chandler Carruth |
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-18 | Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin... | Nadav Rotem |
2012-10-18 | Temporarily revert the TargetTransform changes. | Bob Wilson |
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 | Add support for the --param ssp-buffer-size= driver option. | Chad Rosier |
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-19 | Tweak prose. | Chad Rosier |
2012-07-02 | Target option DisableJumpTables is a gross hack. Move it to TargetLowering in... | Evan Cheng |
2012-07-02 | Extend TargetPassConfig to allow running only a subset of the normal passes. | Bob Wilson |
2012-06-27 | When users ask for -mcpu=help or -mattr=help, just output the help without | Duncan Sands |
2012-06-26 | Fix llc's -print-before=pass and -print-after=pass. | Rafael Espindola |
2012-06-22 | Rename fp-op fusion option (yet again) for compatibility with GCC option. | Lang Hames |
2012-06-22 | Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from a | Lang Hames |
2012-06-19 | Add DAG-combines for aggressive FMA formation. | Lang Hames |
2012-06-19 | Move the support for using .init_array from ARM to the generic | Rafael Espindola |
2012-06-11 | Object file output from llc isn't experimental anymore. | Benjamin Kramer |
2012-05-30 | Add an insertPass API to TargetPassConfig. <rdar://problem/11498613> | Bob Wilson |
2012-05-08 | Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names. | Kevin Enderby |
2012-04-18 | Move the JIT flags from llc to lli. These flags showed up as part of moving | Nick Lewycky |
2012-04-08 | Teach LLVM about a PIE option which, when enabled on top of PIC, makes | Chandler Carruth |
2012-02-10 | RegAlloc superpass: includes phi elimination, coalescing, and scheduling. | Andrew Trick |
2012-01-19 | Add a TargetOption for disabling tail calls. | Nick Lewycky |
2012-01-10 | Remove unnecessary default cases in switches that cover all enum values. | David Blaikie |
2011-12-22 | drop unneeded config.h includes | Dylan Noblesmith |
2011-12-02 | Move global variables in TargetMachine into new TargetOptions class. As an API | Nick Lewycky |
2011-11-16 | Sink codegen optimization level into MCCodeGenInfo along side relocation model | Evan Cheng |
2011-11-01 | rename getHostTriple into getDefaultTargetTriple | Sebastian Pop |
2011-10-31 | Switch new .file directive emission off by default, change llc's flag for it to | Nick Lewycky |
2011-10-17 | Add support for a new extension to the .file directive: | Nick Lewycky |
2011-10-16 | Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does... | Chris Lattner |
2011-08-24 | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng |
2011-07-22 | Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo, | Evan Cheng |
2011-07-22 | Move the registered target printing in version strings completely out of | Chandler Carruth |
2011-07-20 | - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. | Evan Cheng |
2011-07-19 | Introduce MCCodeGenInfo, which keeps information that can affect codegen | Evan Cheng |
2011-07-18 | LLC doesn't need to create MCInstrInfo's. | Evan Cheng |