Raising minimum required CMake version to 2.8.12.2.
[oota-llvm.git] / lib /
2015-02-09 Colin LeMahieu[Hexagon] Removing more V4 predicates since V4 is the...
2015-02-09 Ramkumar RamachandraMemDerefPrinter: Require DataLayoutPass for higher...
2015-02-09 Philip ReamesAdd basic tests for PlaceSafepoints
2015-02-09 Duncan P. N. Exon... Verifier: Const-qualify Metadata, NFC
2015-02-09 Ramkumar RamachandraisDereferenceablePointer: look through gc.relocate...
2015-02-09 Colin LeMahieu[Hexagon] Removing v2-4 flags. V4 is the minimum suppo...
2015-02-09 Ben LangmuirReduce the LockFileManager timeout, and provide unsafeR...
2015-02-09 Colin LeMahieu[Hexagon] Factoring classes out of store patterns.
2015-02-09 Colin LeMahieu[Hexagon] Formatting v5 TD file. Removing commented...
2015-02-09 Ramkumar RamachandraMemDepPrinter: cleanup a few loops (NFC)
2015-02-09 Colin LeMahieu[Hexagon] Cleaning up definition formatting.
2015-02-09 Sanjoy DasBugfix: SCEV incorrectly marks certain add recurrences...
2015-02-09 Kit BartonThis change implements the following three logical...
2015-02-09 Sanjay Patelrename variable to give it some meaning; remove obvious...
2015-02-09 Sanjay Patelfix comment that didn't match the code; remove unnecess...
2015-02-09 Johannes DoerfertAllow ScalarEvolution to catch more min/max cases
2015-02-09 Akira HatanakaFix a bug in DemoteRegToStack where a reload instructio...
2015-02-09 David MajnemerMC: Calculate intra-section symbol differences correctl...
2015-02-09 Craig Topper[X86] Remove 256-bit and 512-bit memop pattern fragment...
2015-02-09 Craig Topper[X86] Remove 'memop' uses from AVX512. Use 'load' instead.
2015-02-09 Tim NorthoverDeadArgElim: fix mismatch in accounting of array return...
2015-02-09 Tim NorthoverDeadArgElim: assess uses of entire return value aggregate.
2015-02-09 Lang Hames[Orc] Add a JITSymbol class to the Orc APIs, refactor...
2015-02-09 Ramkumar RamachandraInstCombine: propagate nonNull through assume
2015-02-08 David BlaikieFix -Wuninitialized build by referencing the relevant...
2015-02-08 Zachary TurnerMake PDBSymbol's IPDBSymbol reference const.
2015-02-08 Sanjoy DasBugfix: ScalarEvolution incorrectly assumes that the...
2015-02-08 Craig Topper[X86] Remove the remaining uses of memop from AVX and...
2015-02-08 Benjamin KramerMetadata: Use <algorithm> to simplify code. NFC.
2015-02-08 Zachary TurnerDebugInfoPDB: Make the symbol base case hold an IPDBSes...
2015-02-08 Sanjay Patelfix typos; NFC
2015-02-08 Zachary TurnerMake UTF8->UTF16 conversion null terminate output on...
2015-02-08 Simon PilgrimMoved AVX2 vbroadcast (reg) instruction foldings under...
2015-02-08 Bjorn SteinbrinkCorrectly combine alias.scope metadata by a union inste...
2015-02-08 Elena DemikhovskyMasked Gather and Scatter Intrinsics.
2015-02-08 Tim NorthoverARM & AArch64: teach LowerVSETCC that output type size...
2015-02-08 Zachary TurnerRemoved unused function mistakenly left in, triggering...
2015-02-08 Zachary TurnerSome cleanup for libpdb.
2015-02-07 Craig Topper[X86] Add register use/def for wrmsr and rdmsr.
2015-02-07 Craig Topper[X86] Add GETSEC instruction.
2015-02-07 Simon Pilgrim[X86][AVX] Added missing stack folding support + test...
2015-02-07 Benjamin KramerLoopIdiom: Use utility functions.
2015-02-07 Joerg SonnenbergerAvoid integer overflows around realloc calls resulting...
2015-02-07 Benjamin KramerValueTracking: Make isBytewiseValue simpler and more...
2015-02-07 Bjorn SteinbrinkProperly update AA metadata when performing call slot...
2015-02-07 Ahmed Bougacha[BasicAA] Try to disambiguate GEPs through arrays of...
2015-02-07 Benjamin KramerSCEV: Compress disposition pairs.
2015-02-07 Andrea Di BiagioFix typos; NFC.
2015-02-07 Benjamin KramerMove DebugLocs around instead of copying.
2015-02-07 David MajnemerMC: Emit COFF section flags in the "proper" order
2015-02-07 Hal Finkel[PowerPC] Handle loop predecessor invokes
2015-02-07 Bruce MitchenerAdd more DWARF 5 language constants.
2015-02-07 Zachary TurnerResubmit unittests for DebugInfoPDB.
2015-02-07 Duncan P. N. Exon... Support: Add dwarf::getVirtuality()
2015-02-07 Duncan P. N. Exon... Support: Use Dwarf.def for DW_VIRTUALITY, NFC
2015-02-06 Duncan P. N. Exon... Support: Add dwarf::getAttributeEncoding()
2015-02-06 Duncan P. N. Exon... Support: Rewrite AttributeEncodingString(), NFC
2015-02-06 Duncan P. N. Exon... Support: Stop stringifying DW_ATE_{lo,hi}_user
2015-02-06 Ahmed Bougacha[AArch64] Use the source location of the IR branch...
2015-02-06 Hal FinkelRevert "r227976 - [PowerPC] Yet another approach to...
2015-02-06 Duncan P. N. Exon... Support: Add dwarf::getLanguage()
2015-02-06 Duncan P. N. Exon... Support: Rewrite dwarf::LanguageString(), NFC
2015-02-06 Duncan P. N. Exon... IR: Allow 32-bits for lines in debug location
2015-02-06 Sanjay Pateluse local variables; NFC
2015-02-06 Duncan P. N. Exon... Support: Stop stringifying DW_LANG_{lo,hi}_user
2015-02-06 Duncan P. N. Exon... AsmParser: Use DW_TAG_hi_user instead of magic constant...
2015-02-06 Duncan P. N. Exon... AsmWriter: Extract writeTag(), NFC
2015-02-06 Duncan P. N. Exon... AsmWriter: Extract writeMetadataAsOperand(), NFC
2015-02-06 Evgeniy Stepanov[msan] Fix "missing origin" in atomic store.
2015-02-06 Cameron EsfahaniTest commit to see if it triggers an email to llvm...
2015-02-06 Zachary TurnerTry to fix Makefile build for LLVMDebugInfoPDB.
2015-02-06 Zachary TurnerResubmit "Create lib/DebugInfo/PDB" (r228428)
2015-02-06 Michael ZolotukhinUse estimated number of optimized insns in unroll-thres...
2015-02-06 Michael Zolotukhin[InstSimplify] Add SimplifyFPBinOp function.
2015-02-06 Zachary TurnerRevert "Create lib/DebugInfo/PDB."
2015-02-06 Kostya Serebryany[fuzzer] move default sanitizer options to a separate...
2015-02-06 Zachary TurnerCreate lib/DebugInfo/PDB.
2015-02-06 Lang Hames[Orc] Move SectionMemoryManager's implementation from...
2015-02-06 Quentin Colombet[LiveIntervalAnalysis] Speed up creation of live ranges...
2015-02-06 Adam Nemet[LV] Move addRuntimeCheck to LoopAccessAnalysis
2015-02-06 Reid KlecknerDon't dllexport declarations
2015-02-06 Benjamin KramerMake helper functions/classes/globals static. NFC.
2015-02-06 Matthias BraunInstCombine: Combine select sequences into a single...
2015-02-06 Matthias BraunLiveInterval: Fix SubRange memory leak.
2015-02-06 Benjamin KramerAArch64PromoteConstant: Modernize and resolve some...
2015-02-06 Benjamin KramerIRCE: Demote template to ArrayRef and SmallVector to...
2015-02-06 Chad RosierWhitespace.
2015-02-06 Arnaud A. de Grand... [PBQP] Fix comment wording. NFC
2015-02-06 Michel DanzerR600/SI: Don't enable WQM for V_INTERP_* instructions v2
2015-02-06 Michel DanzerR600/SI: Also enable WQM for image opcodes which calcul...
2015-02-06 Ramkumar RamachandraIntroduce print-memderefs to test isDereferenceablePointer
2015-02-05 Daniel JasperSmall cleanup of MachineLICM.cpp
2015-02-05 Colin LeMahieu[Hexagon] Renaming v4 compare-and-jump instructions.
2015-02-05 Colin LeMahieu[Hexagon] Deleting unused patterns.
2015-02-05 Colin LeMahieu[Hexagon] Simplifying and formatting several patterns...
2015-02-05 Colin LeMahieu[Hexagon] Factoring a class out of some store patterns...
2015-02-05 Colin LeMahieu[Hexagon] Factoring out a class for immediate transfers...
2015-02-05 Alexey Samsonov[ASan] Enable -asan-stack-dynamic-alloca by default.
2015-02-05 Eric ChristopherRemove the use of getSubtarget in the creation of the X86
2015-02-05 Eric ChristopherUse cached subtargets inside X86FixupLEAs.
next