Have SelectionDAG's subtarget TargetSelectionDAGInfo be set
[oota-llvm.git] / include /
2014-10-08 Nick Kledzik[Support] Add MemoryBuffer::getFileSlice()
2014-10-07 Kaelyn TakataAdd size_t MapVector::erase(KeyT) similar to the one...
2014-10-07 Rafael EspindolaRemove the IsVolatileSize parameter of getOpenFileSlice.
2014-10-07 Rafael EspindolaBe consistent about using "const Twine &" for filenames.
2014-10-07 Sanjay Pateldon't repeat function name in comments
2014-10-07 Sanjay Pateltypos
2014-10-07 Yuri Gorshenin[asan-asm-instrumentation] CFI directives are generated...
2014-10-07 David MajnemerSupport: Don't call close again if we get EINTR
2014-10-06 David MajnemerSupport: Add a utility to remap std{in,out,err} to...
2014-10-06 Hal Finkel[DAGCombine] Remove SIGN_EXTEND-related inf-loop
2014-10-06 Hans WennborgMachObjectWriter: optimize the string table for common...
2014-10-06 Yaron KerenMake the MD5 result name consistent between functions...
2014-10-06 Eric ChristopherFor biendian targets like ARM and AArch64, it is useful...
2014-10-06 Eric ChristopherAdd support for ARM and AArch64 big endian objects to
2014-10-06 Eric ChristopherRefactor RelocVisitor to take an object. This removes...
2014-10-06 Chandler Carruth[PM] Remove an unused and rather expensive mapping...
2014-10-06 Chandler Carruth[PM] Remove the (deeply misguided) 'unregister' functio...
2014-10-05 Chandler Carruth[cleanup] Fix up trailing whitespace and formatting...
2014-10-04 Benjamin KramerMake AAMDNodes ctor and operator bool (!!!) explicit...
2014-10-04 Yaron KerenSolve Visual C++ warning C4805 on getAsInteger<bool>.
2014-10-04 Benjamin KramerRemove unnecessary copying or replace it with moves...
2014-10-03 Richard SmithPR21145: Teach LLVM about C++14 sized deallocation...
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-03 Adam Nemet[ISel] Keep matching state consistent when folding...
2014-10-03 Benjamin KramerEliminate some deep std::vector copies. NFC.
2014-10-03 Rui Ueyamallvm-readobj: print out the fields of the COFF delay...
2014-10-03 Daniel Sanders[mips] Print warning when using register names not...
2014-10-03 Renato GolinRevert 202433 - Provide a target override for the lates...
2014-10-03 Alexander MusmanFix typo in comment
2014-10-03 Rui Ueyamallvm-readobj: print COFF delay-load import table
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Rui UeyamaRename data -> Data
2014-10-02 Rui Ueyamallvm-readobj: print COFF imported symbols
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-10-02 Justin BognerInstrProf: Avoid linear search in a hot loop
2014-10-02 Rui UeyamaThis patch adds a new flag "-coff-imports" to llvm...
2014-10-02 Justin BognerReapply "InstrProf: Don't keep a large sparse list...
2014-10-02 Justin BognerRevert "InstrProf: Don't keep a large sparse list aroun...
2014-10-02 Justin BognerInstrProf: Don't keep a large sparse list around just...
2014-10-02 Lang Hames[PBQP] Update doxygen comment style to match the rest...
2014-10-02 Lang Hames[PBQP] Add support for graph-level metadata to the...
2014-10-01 Duncan P. N. Exon... Revert "DIBuilder: Remove dead code"
2014-10-01 Duncan P. N. Exon... DIBuilder: Remove dead code
2014-10-01 Duncan P. N. Exon... DIBuilder: Encapsulate DIExpression's element type
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Duncan P. N. Exon... LTO: Ignore disabled diagnostic remarks
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Tom StellardC API: Add LLVMCloneModule()
2014-10-01 Lang Hames[MCJIT] Turn the getSymbolAddress free function created...
2014-10-01 Justin BognerInstrProf: Make coverage::Counter comparable
2014-10-01 Jordan RoseAdd an emplace(...) method to llvm::Optional<T>.
2014-09-30 Jingyue Wu[SimplifyCFG] threshold for folding branches with commo...
2014-09-30 Sanjay PatelSplit the estimate() interface into separate functions...
2014-09-30 Bradley SmithExtend C disassembler API to allow specifying target...
2014-09-30 Alex Lorenzllvm-cov: Use the number of executed functions for...
2014-09-30 Robert Khasanov[AVX512] Added intrinsics for 128-, 256- and 512-bit...
2014-09-30 Robert Khasanov[AVX512] Added intrinsics for 128- and 256-bit versions...
2014-09-30 Robert Khasanov[AVX512] Added intrinsics for VPCMPEQB and VPCMPEQW.
2014-09-29 Hans WennborgWinCOFFObjectWriter: optimize the string table for...
2014-09-29 David BlaikieUnit test r218187, changing RTDyldMemoryManager::getSym...
2014-09-29 Aaron BallmanFixing the build for compilers which do not yet have...
2014-09-29 Jordan RoseAdd getValueOr to llvm::Optional<T>.
2014-09-29 Jordan RoseAdd "typedef T value_type;" to llvm::Optional<T>.
2014-09-29 Matt ArsenaultFixing missing C++ mode comment
2014-09-29 Jyoti AllurRemove dead code from DIBuilder
2014-09-28 Matt ArsenaultAdd MachineOperand::ChangeToFPImmediate and setFPImm
2014-09-27 Yaron KerenFix llvm::huge_valf multiple initializations with Visua...
2014-09-26 Sanjay PatelRefactor reciprocal and reciprocal square root estimate...
2014-09-26 David MajnemerTarget: Fix build breakage.
2014-09-26 Eric ChristopherAdd a FIXME to TargetMachine to remove the function...
2014-09-26 Eric ChristopherHave setSubtarget take a const subtarget.
2014-09-26 Eric ChristopherMove resetTargetOptions from taking a MachineFunction...
2014-09-25 Hal FinkelAdd SDAG TableGen definitions for BR_CC
2014-09-25 David MajnemerObject: Add range iterators for Archive children
2014-09-25 Nick Kledzik[Support] Fix Format.h to build on Windows
2014-09-25 Nick Kledzik[Support] Add type-safe alternative to llvm::format()
2014-09-25 Robin MorissetLower idempotent RMWs to fence+load
2014-09-25 Daniel Sanders[mips] Add CCValAssign::[ASZ]ExtUpper and CCPromoteToUp...
2014-09-25 Justin Bognerllvm-cov: Combine segments that cover the same location
2014-09-24 Renato GolinRevert 218406 - Refactor the RelocVisitor::visit method
2014-09-24 Renato GolinRevert 218407 - Add support for ARM and AArch64 BE...
2014-09-24 Renato GolinRevert 218408 - Report endianness in output of {dwarf...
2014-09-24 Renato GolinReport endianness in output of {dwarf, obj}dump
2014-09-24 Renato GolinAdd support for ARM and AArch64 BE object files
2014-09-24 Renato GolinRefactor the RelocVisitor::visit method
2014-09-24 Kaelyn TakataRevert "Add support for ARM and AArch64 BE object files"
2014-09-24 Kaelyn TakataRevert "Report endianness in output of {dwarf, obj...
2014-09-24 Kaelyn TakataRevert "Refactor the RelocVisitor::visit method"
2014-09-24 Renato GolinReport endianness in output of {dwarf, obj}dump
2014-09-24 Renato GolinAdd support for ARM and AArch64 BE object files
2014-09-24 Renato GolinRefactor the RelocVisitor::visit method
2014-09-24 David PeixottoFix assertion in LICM doFinalization()
2014-09-24 Michael LiaoAllow BB duplication threshold to be adjusted through...
2014-09-23 Robin Morisset[Power] Use AtomicExpandPass for fence insertion, and...
2014-09-23 Robin MorissetAdd AtomicExpandPass::bracketInstWithFences, and use...
2014-09-23 Lang Hames[MCJIT] Nuke MachineRelocation and MachineCodeEmitter...
2014-09-23 Lang Hames[MCJIT] Remove a few more references to JITMemoryManage...
2014-09-23 Lang Hames[MCJIT] Delete the JTIMemoryManager and associated...
2014-09-23 Argyrios Kyrtzidis[ADT/IntrusiveRefCntPtr] Give friend access to Intrusiv...
next