summaryrefslogtreecommitdiff
path: root/include/llvm/Target
Commit message (Expand)AuthorAge
* CodeGenPrep: wrangle IR to exploit AArch64 tbz/tbnz inst.Tim Northover2014-03-29
* Provide a target override for the cost of using a callee-saved registerManman Ren2014-03-27
* DebugInfo: TargetOptions/MCAsmInfo support for compressed debug info sectionsDavid Blaikie2014-03-27
* Change @llvm.clear_cache default to call rt-libRenato Golin2014-03-26
* Add @llvm.clear_cache builtinRenato Golin2014-03-26
* [TableGen] Optionally forbid overlap between named and positional operandsHal Finkel2014-03-13
* Replace '#include ValueTypes.h' with forward declarations.Patrik Hagglund2014-03-12
* Remove copy ctors that did the same thing as the default one.Benjamin Kramer2014-03-11
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-07
* clang-format a bit of code to make the next patch easier to read.Rafael Espindola2014-03-07
* Remove shouldEmitUsedDirectiveFor.Rafael Espindola2014-03-06
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-04
* Add an OutPatFrag TableGen classHal Finkel2014-02-28
* Provide a target override for the latest regalloc heuristic.Andrew Trick2014-02-27
* Drive-by comment fix. This regalloc comment was not accurate.Andrew Trick2014-02-27
* Make DisableIntegratedAS a TargetOption.Rafael Espindola2014-02-21
* move getNameWithPrefix and getSymbol to TargetMachine.Rafael Espindola2014-02-19
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-19
* Revert r201622 and r201608.Daniel Jasper2014-02-19
* X86 CodeGenPrep: sink shufflevectors before shiftsTim Northover2014-02-19
* Avoid an infinite cycle with private linkage and -f{data|function}-sections.Rafael Espindola2014-02-19
* Fix PR18743.Rafael Espindola2014-02-18
* Rename some member variables from TD to DL.Rafael Espindola2014-02-18
* [Stackmaps] Fix the ID type to be i64 also for stackmaps (as we claim in the ...Juergen Ributzka2014-02-12
* Use a consistent argument order in TargetLoweringObjectFile.Rafael Espindola2014-02-09
* Pass the Mangler by reference.Rafael Espindola2014-02-08
* Comment cleanup. Don't repeat the function name in the comment.Rafael Espindola2014-02-07
* Remove training whitespace.Rafael Espindola2014-02-07
* LLVM-1163: AAPCS-VFP violation when CPRC allocated to stackOliver Stannard2014-02-07
* X86: Resolve a long standing FIXME and properly isel pextr[bw].Jim Grosbach2014-02-07
* Add address space argument to allowsUnalignedMemoryAccess.Matt Arsenault2014-02-05
* Remove support for not using .loc directives.Rafael Espindola2014-02-05
* SimplifyLibCalls: Push TLI through the exp2->ldexp transform.Benjamin Kramer2014-02-04
* OS X: the correct function is __sincospif_stret, not __sincospi_stretfTim Northover2014-02-04
* Implement inalloca codegen for x86 with the new inalloca designReid Kleckner2014-01-31
* [TLI] Add a new hook to TargetLowering to query the target if a load of a con...Juergen Ributzka2014-01-28
* Revert r199871 and replace it with a simple check in the debug infoEric Christopher2014-01-28
* Add a variable to track whether or not we've used a unique section,Eric Christopher2014-01-23
* Adding new LTO APIs to parse metadata nodes and extract linker options andYunzhong Gao2014-01-21
* WinCOFF: Transform IR expressions featuring __ImageBase into image relative r...David Majnemer2014-01-15
* All backends use MC now.Rafael Espindola2014-01-10
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07
* Refactor function that checks that __builtin_returnaddress's argument is cons...Bill Wendling2014-01-06
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* Disable compare sinking in CodeGenPrepare when multiple condition registers a...Hal Finkel2014-01-02
* Add support for positionally-encoded operands to FixedLenDecoderEmitterHal Finkel2013-12-19
* Enable double to float shrinking optimizations for binary functions like 'fmi...Yi Jiang2013-12-16
* Add TargetRegisterInfo::reverseLocalAssignment hook.Andrew Trick2013-12-11
* Add TargetLowering::prepareVolatileOrAtomicLoadRichard Sandiford2013-12-10