[dfsan] Introduce further optimization to reduce the number of union queries.
[oota-llvm.git] / include /
2014-07-15 Duncan P. N. Exon... ADT: Add MapVector::remove_if
2014-07-15 Lang Hames[RuntimeDyld] Revert r211652 - MachO object GDB registr...
2014-07-15 Duncan P. N. Exon... ADT: Fix MapVector::erase()
2014-07-15 Duncan P. N. Exon... ADT: Add "end namespace" comment
2014-07-15 Chris Bieneman[RegisterCoalescer] Add new subtarget hook allowing...
2014-07-15 Peter CollingbourneGive SplitBlockAndInsertIfThen the ability to update...
2014-07-15 Nick LewyckyRevert r212572 "improve BasicAA CS-CS queries", it...
2014-07-14 David MajnemerCodeGen: Stick constant pool entries in COMDAT sections...
2014-07-14 David MajnemerCodeGen: Add a getSectionKind method to MachineConstant...
2014-07-14 David MajnemerADT: Surface LowerCase argument for utohexstr
2014-07-14 Sanjay Patelremoved circular definitions in comments
2014-07-14 Justin BognerSupport: Fix option handling when using cl::Required...
2014-07-14 Matt ArsenaultAdd CreatePointerBitCastOrAddrSpaceCast to IRBuilder...
2014-07-14 Matt ArsenaultUpdate comments to include addrspacecast
2014-07-14 Matt ArsenaultRemove GCC 3.3 workaround
2014-07-13 Saleem AbdulrasoolMC: make MCWin64EHInstruction a POD-like struct
2014-07-13 Saleem AbdulrasoolMC: make DWARF and Windows unwinding handling more...
2014-07-12 Matt ArsenaultTry to fix MSVC warning.
2014-07-12 Matt ArsenaultTry to fix MSVC build
2014-07-12 Matt ArsenaultTry to fix MSVC build
2014-07-12 Matt ArsenaultTemplatify DominanceFrontier.
2014-07-12 Saleem AbdulrasoolAArch64: add support for llvm.aarch64.hint intrinsic
2014-07-12 Saleem AbdulrasoolMC: rename MCW64UnwindInfo to MCWinFrameInfo
2014-07-12 Duncan P. N. Exon... BFI: Add constructor for Weight
2014-07-12 Duncan P. N. Exon... BFI: Clean up BlockMass
2014-07-12 Reid KlecknerOption: Propagate flags from groups to options in each...
2014-07-11 Duncan P. N. Exon... BFI: Mark the end of namespaces
2014-07-11 Juergen Ributzka[FastISel] Add target-independent patchpoint intrinsic...
2014-07-11 Juergen Ributzka[FastISel] Add basic infrastructure to support a target...
2014-07-11 Argyrios KyrtzidisMove the API and implementation of clang::driver::getAR...
2014-07-11 Juergen Ributzka[FastISel] Make isInTailCallPosition independent of...
2014-07-11 Juergen Ributzka[FastISel] Breakout intrinsic lowering into a separate...
2014-07-11 Ulrich Weigand[MC] Constify MCELF::GetVisibility and MCELF::getOther
2014-07-10 Mark HeffernanPartially fix PR20058: reduce compile time for loop...
2014-07-10 Lang Hames[RuntimeDyld] Improve error diagnostic in RuntimeDyldCh...
2014-07-10 Jan VeselySelectionDAG: Factor FP_TO_SINT lower code out of DAGLe...
2014-07-10 Eric ChristopherAdd the CSR company and the Kalimba DSP processor to...
2014-07-10 Hal FinkelFeeding isSafeToSpeculativelyExecute its DataLayout...
2014-07-10 Chandler Carruth[x86,SDAG] Introduce any- and sign-extend-vector-inreg...
2014-07-10 NAKAMURA TakumiSpecialCaseList.h: Fix -Wdocumentation with \code.
2014-07-10 Daniel SandersMake it possible for ints/floats to return different...
2014-07-10 Hal FinkelAllow isDereferenceablePointer to look through some...
2014-07-10 Saleem AbdulrasoolMC: add and use an accessor for WinCFI
2014-07-09 Alexey SamsonovDecouple llvm::SpecialCaseList text representation...
2014-07-09 Tim NorthoverUse simpler constructor for range adapter.
2014-07-09 Benjamin KramerTargetRegisterInfo: Remove function that fell out of...
2014-07-09 Daniel SandersAdd Imagination Technologies to the vendors in llvm...
2014-07-09 Tim NorthoverGeneric: add range-adapter for option parsing.
2014-07-09 Chandler Carruth[x86] Add a ZERO_EXTEND_VECTOR_INREG DAG node and use...
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.
next