[MachineCopyPropagation] Handle undef flags conservatively so that we do not
[oota-llvm.git] / lib /
2015-04-23 Quentin Colombet[MachineCopyPropagation] Handle undef flags conservativ...
2015-04-23 Krzysztof ParzyszekUnbreak build
2015-04-23 Krzysztof Parzyszek[Hexagon] Minor cleanup in HexagonFrameLowering
2015-04-23 Tom StellardR600/SI: Fix indirect addressing with a negative consta...
2015-04-23 Peter CollingbourneThumb2: When applying branch optimizations, visit branc...
2015-04-23 Peter CollingbourneARM: When re-creating a branch via InsertBranch, preser...
2015-04-23 Peter CollingbourneThumb2: When optimizing for size, do not if-convert...
2015-04-23 Peter CollingbourneARM: When spilling extra registers for alignment, prefe...
2015-04-23 Peter CollingbourneARM: Only enforce 4-byte alignment on Thumb-2 functions...
2015-04-23 Krzysztof Parzyszek[Hexagon] Fix compiler warnings in release build
2015-04-23 Adam Nemet[getUnderlyingOjbects] Analyze loop PHIs further to...
2015-04-23 Jingyue Wu[NVPTX] run SeparateConstOffsetFromGEP before SLSR
2015-04-23 Tom StellardR600/SI: Add assembler support for all CI and VI VOP1...
2015-04-23 Tom StellardR600/SI: v_mov_fed_b32 does not exist on VI
2015-04-23 Tom StellardR600/SI: Use a better error message for unsupported...
2015-04-23 Tom StellardR600/SI: Improve AsmParser support for forced e64 encoding
2015-04-23 Andrew Kaylor[WinEH] Handle stubs for outlined functions that have...
2015-04-23 Reid KlecknerRevert "[SEH] Remove the old __C_specific_handler code...
2015-04-23 Hal Finkel[PowerPC] Enable printing instructions using aliases
2015-04-23 Zachary TurnerMove DIContext.h to common DebugInfo location.
2015-04-23 Philip ReamesMove Value.isDereferenceablePointer to ValueTracking...
2015-04-23 Pirama Arumuga Nainar[AArch64] Add nvcast patterns for v4f16 and v8f16
2015-04-23 Pirama Arumuga Nainar[AArch64] Handle vec4, vec8, vec16 *itofp for half
2015-04-23 Hans WennborgRe-commit r235560: Switch lowering: extract jump tables...
2015-04-23 Krzysztof Parzyszek[Hexagon] Shrink-wrap stack frame (Hexagon-specific)
2015-04-23 Toma Tabacu[mips] [IAS] Move NOP emission after pseudo-instruction...
2015-04-23 Aaron BallmanRevert r235560; this commit was causing several failed...
2015-04-23 Filipe CabecinhasBe more strict about the operand for the array type...
2015-04-23 Filipe CabecinhasVerify sizes when trying to read a BitcodeAbbrevOp
2015-04-23 Simon Pilgrim[DAGCombiner] Remove extra bitcasts surrounding vector...
2015-04-23 Karthik BhatMove common loop utility function isInductionPHI into...
2015-04-23 Karthik BhatAdd support to interchange loops with reductions.
2015-04-23 Andrew Kaylor[WinEH] Don't skip landing pads that end with an unreac...
2015-04-22 Hans WennborgSwitch lowering: extract jump tables and bit tests...
2015-04-22 David Majnemer[InstCombine] Use a more targeted fix instead of r235544
2015-04-22 Reid Kleckner[SEH] Remove the old __C_specific_handler code now...
2015-04-22 Lang Hames[RuntimeDyld][COFF] Add external symbol resolution...
2015-04-22 Krzysztof Parzyszek[Hexagon] Some cleanup of instruction selection code
2015-04-22 Reid Kleckner[WinEH] Demote values and phis live across exception...
2015-04-22 David Majnemer[InstCombine] Clear out nsw/nuw if we modify computatio...
2015-04-22 Krzysztof Parzyszek[Hexagon] Use A2_tfrsi for constant pool and jump table...
2015-04-22 David BlaikieRevert "[opaque pointer type] Avoid using PointerType...
2015-04-22 Pete Cooper[AArch64] Use MachineRegisterInfo instead of LiveInterv...
2015-04-22 Sanjay Pateldon't repeat function names in comments; NFC
2015-04-22 Krzysztof Parzyszek[Hexagon] Consider constant-extended offsets to be...
2015-04-22 Luqman AdenTest commit: fix typo in comment.
2015-04-22 Krzysztof ParzyszekFix Windows build break: use LLVM_FUNCTION_NAME instead...
2015-04-22 Matt ArsenaultR600: Fix always inline pass breaking noinline functions
2015-04-22 Krzysztof Parzyszek[Hexagon] Overhaul of stack object allocation
2015-04-22 David Blaikie[opaque pointer type] Use pointee type retrieved from...
2015-04-22 Sanjay Patel[x86] Add store-folded memop patterns for vcvtps2ph
2015-04-22 Krzysztof Parzyszek[Hexagon] Treat CFI as solo instructions
2015-04-22 Krzysztof Parzyszek[Hexagon] Implement HexagonInstPrinter::printRegName
2015-04-22 Brendon CahoonFix a type mismatch assert in SCEV division
2015-04-22 Andrea Di Biagio[X86][AVX] Fix failure due to a missing ISel pattern...
2015-04-22 Olivier SallenaveFixed logic to enable complex FMA formation.
2015-04-22 Zoran Jovanovic[mips][microMIPSr6] Implement mips32 to microMIPSr6...
2015-04-22 Hal Finkel[DAGCombine] Disable select(c, load,load) for indexed...
2015-04-22 Vasileios KalintirisRevert "[mips][FastISel] Implement shift ops for Mips...
2015-04-22 James Molloy[AArch64] Disable complex GEP optimization by default.
2015-04-22 Filipe CabecinhasHave more strict type checks when creating BinOp nodes...
2015-04-22 Lang Hames[patchpoint] Add support for symbolic patchpoint target...
2015-04-22 Craig Topper[TableGen] Use range based for loops.
2015-04-22 Craig Topper[TableGen] Remove some deletes that violate ownership...
2015-04-22 Craig Topper[TableGen] Make BitRecTy::baseClassOf return true when...
2015-04-22 Craig TopperDon't use 'nullptr' in comment. Just use 'null'.
2015-04-22 David Blaikie[opaque pointer types] Serialize the value type for...
2015-04-22 David Blaikie[opaque pointer types] Serialize the value type for...
2015-04-22 Duncan P. N. Exon... Linker: Add flag to override linkage rules
2015-04-22 Craig TopperRevert "[TableGen] Use cast instead of dyn_cast where...
2015-04-22 Craig TopperFix stale comment that mentioned 0 instead of nullptr...
2015-04-22 Craig Topper[TableGen] Remove Pool helper class and just use unique...
2015-04-22 Craig Topper[TableGen] Use StringRecTy::get() instead of allocating...
2015-04-22 Craig Topper[TableGen] Use 'isa' to identify UnsetInits rather...
2015-04-22 Craig Topper[TableGen] Use cast instead of dyn_cast where result...
2015-04-22 Sanjay Patel[x86] allow 64-bit extracted vector element integer...
2015-04-22 Reid Kleckner[WinEH] Correctly handle inlined __finally blocks with...
2015-04-21 David Blaikie[opaque pointer type] Avoid using PointerType::getEleme...
2015-04-21 Wei MiLimiting gep merging to fix the performance problem...
2015-04-21 Wei MiRevert r235451 since it is attached to a wrong Differen...
2015-04-21 Wei MiLimiting gep merging to fix the performance problem...
2015-04-21 Ahmed Bougacha[MemCpyOpt] Use the raw i8* dest when optimizing memset...
2015-04-21 Krzysztof Parzyszek[Hexagon] Patterns for frame index with offset for...
2015-04-21 Daniel BerlinRevamp PredIteratorCache interface to be cleaner.
2015-04-21 Jingyue Wu[NVPTX] do not run DCE after SLSR and SeparateConstOffs...
2015-04-21 Sanjoy Das[LSR][NFC] Remove a stale comment.
2015-04-21 Duncan P. N. Exon... DebugInfo: Remove DIArray and DITypeArray typedefs
2015-04-21 Jingyue Wu[SLSR] garbage-collect unused instructions
2015-04-21 Jingyue Wu[SeparateConstOffsetFromGEP] garbage-collect intermedia...
2015-04-21 Yaron KerenRemove FilesToRemove->push_back(Filename) from sys...
2015-04-21 Daniel BerlinMove IDF Calculation to a separate file, expose an...
2015-04-21 Duncan P. N. Exon... DebugInfo: Drop rest of DIDescriptor subclasses
2015-04-21 Duncan P. N. Exon... DebugInfo: Assert dbg.declare/value insts are valid
2015-04-21 Reid KlecknerRe-land r235154-r235156 under the existing -sehprepare...
2015-04-21 Matthias BraunX86: Match for X86ISD nodes in LowerBUILD_VECTOR instea...
2015-04-21 Elena DemikhovskyAVX-512: Added VPMOVx2M instructions for SKX,
2015-04-21 Elena DemikhovskyAVX-512: Added VPTESTM and VPTESTNM instructions for SKX
2015-04-21 Toma Tabacu[mips] [IAS] Implement the .asciiz directive.
2015-04-21 Jozef Kolek[mips][microMIPSr6] Implement CACHE and PREF instructions
2015-04-21 Vasileios Kalintiris[mips] Cleanup old floating-point flag conditions defin...
next