oota-llvm.git
2015-04-24 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-24 Sundeep Kushwaha[PATCH] [Hexagon] Adding a test case for calling conven...
2015-04-24 Lang Hames[AsmPrinter] Make AsmPrinter's OutStreamer member a...
2015-04-24 David BlaikieRevert changes to LTO test case since llvm-lto can...
2015-04-24 David BlaikieSkip extra LLVM IR assemble/disassemble steps in some...
2015-04-24 David Blaikie[opaque pointer type] bitcode: add explicit callee...
2015-04-24 Andrew KaylorFix LoopInterchange/reductions.ll test for debug builds
2015-04-24 Yaron KerenTeach AArch64\lit.local.cfg the new triple names window...
2015-04-24 Chris Bieneman[CMake] Fix for PR 23328: LLVM_OPTIMIZED_TABLEGEN broken
2015-04-24 Duncan P. N... Linker: Update -override testcase to check callers
2015-04-24 Hans WennborgSwitch lowering: fix APInt overflow causing infinite...
2015-04-24 Reid Kleckner[WinEH] Split the landingpad BB instead of cloning it
2015-04-24 Diego NovilloFix typo in comment.
2015-04-24 Yaron KerenUse the cleaner syntx value initialization to zero...
2015-04-24 Yaron KerenSilence clang warning: private field 'data_' is not...
2015-04-24 Yaron KerenSilence clang warning: missing field 'Dr0' initializer.
2015-04-24 Vasileios Kalintiris[mips][FastISel] Specify which types we handle for...
2015-04-24 Aaron BallmanRemoving dead code; NFC. This code was triggering a...
2015-04-24 Filipe Cabecinhas[BitcodeReader] Fix asserts when we read a non-vector...
2015-04-24 Pawel BylicaCorrect extractelement constant folding
2015-04-24 Pawel BylicaFix APInt long division algorithm
2015-04-24 Craig Topper[TableGen] Don't leak Expanders and Operators in SetTheory.
2015-04-24 Craig Topper[TableGen] Fix all remaining memory leaks of Init and...
2015-04-24 Jingyue WuResurrect r235688
2015-04-24 Jingyue WuRevert r235688
2015-04-24 Jingyue Wu[NVPTX] Emits "generic()" depending on the original...
2015-04-24 Jingyue Wu[NVPTX] enable NaryReassociate in NVPTX
2015-04-24 Matt ArsenaultR600/SI: Fix verifier error when producing v_madmk_f32
2015-04-24 Matthias BraunImprove isTriviallyReMaterializable() documentation.
2015-04-24 Matthias BraunR600/RegisterCoalescer: Enable more rematerialization...
2015-04-24 Michael ZolotukhinFix a couple of typos in comments.
2015-04-24 Matthias BraunRegisterCoalescer: implicit phsreg uses are fine when...
2015-04-23 Matt ArsenaultRevert accidentally committed "MC: Allow targets to...
2015-04-23 Matt ArsenaultR600/SI: Special case v_mov_b32 as really rematerializable
2015-04-23 Matt ArsenaultMC: Allow targets to stop symbol name quoting
2015-04-23 Matthias BraunRegisterCoalescer: Avoid unnecessary register class...
2015-04-23 Reid KlecknerRe-commit "[SEH] Remove the old __C_specific_handler...
2015-04-23 Richard SmithFix modules build post-r235612.
2015-04-23 Hal Finkel[PowerPC] Support register name prefixes for vector...
2015-04-23 Hal Finkel[PowerPC] Use sync inst alias when printing
2015-04-23 Tom StellardR600: Correctly lower CONCAT_VECTOR nodes with more...
2015-04-23 Michael ZolotukhinFix comment for NoCommonBits.
2015-04-23 Hal Finkel[PowerPC] Add asm/disasm support for dcbt with hint
2015-04-23 Andrew Kaylor[WinEH] Ignore filter clauses while mapping landing...
2015-04-23 Reid KlecknerRemove trivial assert to fix NDEBUG Werror builds
2015-04-23 David BlaikieRecommit r235458: [opaque pointer type] Avoid using...
2015-04-23 Reid Kleckner[WinEH] Replace more lpad value uses with undef
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 missing -mcpu=SI to assembler test
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... [AArch64] Add nvcast patterns for v4f16 and v8f16
2015-04-23 Pirama Arumuga... [AArch64] Handle vec4, vec8, vec16 *itofp for half
2015-04-23 Hans WennborgRe-commit r235560: Switch lowering: extract jump tables...
2015-04-23 Sanjay Pateluse update_llc_test_checks.py to tighten checking;...
2015-04-23 Krzysztof Parzyszek[Hexagon] Shrink-wrap stack frame (Hexagon-specific)
2015-04-23 Krzysztof Parzyszek[Hexagon] Add testcases for stack alignment and variabl...
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] Removing seh-filter.ll until I can determine...
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 Krzysztof ParzyszekUnxfail passing test on Hexagon
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 Lang Hames[Kaleidoscope] Fix incorrect use of reinterpret_cast.
2015-04-22 Reid Kleckner[Allocator] Remove memory poisoning before deallocation
2015-04-22 Lang Hames[Kaleidoscope] Remove RTTI use from chapters 7 and 8.
2015-04-22 Yaron KerenAnother test to exercise APInt divide step D6.
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
next