[mips][mips64r6] Use JALR for indirect branches instead of JR (which is not available...
[oota-llvm.git] / include /
2014-07-09 Daniel SandersAdd ability to emit internal instruction representation...
2014-07-09 Dmitri GribenkoSourceMgr: consistently use 'unsigned' for the memory...
2014-07-09 Chandler Carruth[SDAG] At the suggestion of Hal, switch to an output...
2014-07-08 Hal FinkelImprove BasicAA CS-CS queries
2014-07-08 Tobias GrosserDominanceInfo is strongly preferred over RegionInfo
2014-07-08 Renato GolinRevert "Refactor ARM subarchitecture parsing"
2014-07-08 Vladimir MedicMips.abiflags is a new implicitly generated section...
2014-07-08 Chandler Carruth[SDAG] Build up a more rich set of APIs for querying...
2014-07-08 Alexey Samsonov[ASan] Completely remove sanitizer blacklist file from...
2014-07-07 Renato GolinRefactor ARM subarchitecture parsing
2014-07-07 Chandler Carruth[x86] Revert r212324 which was too aggressive w.r.t...
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-07-06 Rafael EspindolaThis only needs a StringRef.
2014-07-06 Alp TokerFix the MSVC build following r212382
2014-07-06 Alp TokerSourceMgr: make valid buffer IDs start from one
2014-07-06 Alp TokerDon't use StringRef iterator functions for data access
2014-07-05 Alp TokerRemove IntrusiveRefCntPtr::getPtr() function
2014-07-05 Saleem AbdulrasoolARM: mark matching ARM intrinsics as MSBuiltin
2014-07-05 Rafael EspindolaThis only needs a StringRef. No functionality change.
2014-07-05 David MajnemerADT: Add a drop_back() helper to ArrayRef
2014-07-05 Alp TokerDeprecate IntrusiveRefCntPtr::getPtr() in favour of...
2014-07-05 David MajnemerMC: make MCSymbolData::dump work on const objects
2014-07-05 Rafael EspindolaMake a helper function static. No functionality change.
2014-07-04 Rafael EspindolaMake RecordStreamer.h private.
2014-07-04 Rafael EspindolaRevert "Convert a few std::strings to StringRef."
2014-07-04 Saleem AbdulrasoolTableGen: introduce support for MSBuiltin
2014-07-04 Rafael EspindolaImplement LTOModule on top of IRObjectFile.
2014-07-04 Rafael EspindolaAvoid mangling names twice. No functionality change.
2014-07-04 Rafael EspindolaChange LTOModule`s getTargetTriple and setTargetTriple...
2014-07-04 Rafael EspindolaConvert a few std::strings to StringRef.
2014-07-04 Rafael EspindolaRemove unused old-style error handling.
2014-07-04 Chandler Carruth[x86] Generalize BuildVectorSDNode::getConstantSplatVal...
2014-07-04 Chandler CarruthAdd an explicit bool operator to SDValue to make it...
2014-07-04 Eric ChristopherMove function dependent resetting of a subtarget variab...
2014-07-04 Alp TokerSink undesirable LTO functions into the old C API
2014-07-03 Peter CollingbourneModify LTOModule::isTargetMatch to take a StringRef...
2014-07-03 Peter CollingbourneLTO: rename the various makeLTOModule overloads.
2014-07-03 Rafael EspindolaMove createIRObjectFile to the IRObjectFile class and...
2014-07-03 Rafael EspindolaUse std::unique_ptr to manage memory. No functionality...
2014-07-03 Rafael EspindolaAdd support for inline asm symbols to IRObjectFile.
2014-07-03 Sanjay Patelfixed typo in comment
2014-07-03 Yi Kong[ARM] Implement ISB memory barrier intrinsic
2014-07-03 Ulrich WeigandFix ppcf128 component access on little-endian systems
2014-07-03 Rafael EspindolaInvert the MC -> Object dependency.
2014-07-03 Chandler Carruth[codegen,aarch64] Add a target hook to the code generat...
2014-07-02 Rafael EspindolaUpdate comment and include guard.
2014-07-02 Rafael EspindolaMove CFG building code to a new lib/MC/MCAnalysis library.
2014-07-02 Quentin Colombet[RegAllocGreedy] Provide a subtarget hook to disable...
2014-07-02 David BlaikieConstify the Function pointers in the result of makeSub...
2014-07-02 Puyan LotfiJust adding a getHalfTy method to IRBuilder for complet...
2014-07-02 Axel NaumannUndefine R2, R4, R6 after use.
2014-07-02 Matt ArsenaultMove operator[] to DomTreeNodeBase
2014-07-02 Matt ArsenaultFix missing const
2014-07-02 David MajnemerInstCombine: Don't turn -(x/INT_MIN) -> x/INT_MIN
2014-07-02 Owen AndersonAdd range for-loop iterator adapter for cases in Switch...
2014-07-01 Juergen Ributzka[FastISel] Factor out stackmap intrinsic selection...
2014-07-01 Juergen Ributzka[DAG] Pass the argument list to the CallLoweringInfo...
2014-07-01 Alp TokerMove remaining LLVM_ENABLE_DUMP conditionals out of...
2014-07-01 David BlaikieDebugInfo: Provide a utility for building a mapping...
2014-07-01 Quentin Colombet[PeepholeOptimizer] Advanced rewriting of copies to...
2014-07-01 Alp TokerRemove obsolete function TargetRegistry::getClosestTarg...
2014-07-01 David MajnemerIR: Add a helper to check for LinkOnceODRLinkage
2014-06-30 Ehsan AkhgariRefactor the code in clang to find a file in a PATH...
2014-06-30 Alp TokerFix 'platform-specific' hyphenations
2014-06-30 Alp TokerBuild fix for systems without futimes/futimens
2014-06-30 Kevin EnderbyAdd the -arch flag support to llvm-nm to select the...
2014-06-30 Adrian PrantlDebug info: split out complex DIVariable address expres...
2014-06-30 Andrea Di Biagio[X86] Add support for builtin to read performance monit...
2014-06-30 Tim Northovermacho-dump: add code to print LC_ID_DYLIB load commands.
2014-06-30 Scott DouglassARM: take care not to set the ThumbFunc bit on TLS...
2014-06-29 Saleem AbdulrasoolCodeGen: rename Win64 ExceptionHandling to WinEH
2014-06-29 Saleem AbdulrasoolMC: rename EmitWin64EH routines
2014-06-29 Craig TopperAdd ops() method to SDNode that returns an ArrayRef...
2014-06-27 Lang Hames[RuntimeDyld] Add a framework for testing relocation...
2014-06-27 Justin Holewinski[NVPTX] Add reflect intrinsic (better than matching...
2014-06-27 Justin Holewinski[NVPTX] Fix handling of ldg/ldu intrinsics.
2014-06-27 Justin Holewinski[NVPTX] Add support for efficient rotate instructions...
2014-06-27 Justin Holewinski[NVPTX] Add support for isspacep instruction
2014-06-27 Justin Holewinski[NVPTX] Add support for envreg reads
2014-06-27 David MajnemerIR: Add COMDATs to the IR
2014-06-27 Logan ChienAvoid non-ascii character in the source code.
2014-06-27 David MajnemerMC: Fix associative sections on COFF
2014-06-27 Ed Mastellvm-objdump: don't assert if ELF file has no sections
2014-06-27 Chandler CarruthRe-apply r211287: Remove support for LLVM runtime multi...
2014-06-27 Simon Atanasyan[ELF][Mips] Fix recognition of MIPS 64-bit arch in...
2014-06-27 Alp TokerIRReader: don't mark MemoryBuffers const
2014-06-27 Alp TokerPropagate const-correctness into parseBitcodeFile()
2014-06-27 Alp TokerParseIR: don't take ownership of the MemoryBuffer
2014-06-27 Saleem AbdulrasoolSupport: update DLLCharacteristics enumeration
2014-06-27 Saleem AbdulrasoolSupport: tweak comment layout
2014-06-26 Juergen Ributzka[StackMaps] Enable patchpoint liveness analysis per...
2014-06-26 Juergen Ributzka[Stackmaps] Remove the liveness calculation for stackma...
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Reid KlecknerRemove forward decl of SmallVectorImpl now that we...
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-25 Argyrios KyrtzidisFor CrashRecoveryContext::RunSafelyOnThread, propagate...
2014-06-25 Michael LiaoFix typo
2014-06-25 Rafael EspindolaMerge the used symbol scanning of MCObjectStreamer...
2014-06-25 Rafael EspindolaFix the build.
2014-06-25 Rafael EspindolaMove expression visitation logic up to MCStreamer.
next