oota-llvm.git
2015-03-26 Paul RobinsonIgnore compile_commands.json only at the root of the...
2015-03-26 Andrew KaylorSupress MSVC padding warning in alignment test
2015-03-26 Renato GolinAdds an option to disable ARM ld/st optim pass
2015-03-26 Duncan P. N... Reapply "Linker: Drop function pointers for overridden...
2015-03-26 Vladimir Sukharev[ARM] Add v8.1a "Rounding Double Multiply Add/Subtract...
2015-03-26 Vladimir Sukharev[AArch64] Rename Pairs to Mappings in AArch64NamedImmMapper
2015-03-26 Vladimir Sukharev[AArch64] Move initializations of AArch64NamedImmMapper...
2015-03-26 Sanjoy Das[SCEV] Revert bailout added in r75511.
2015-03-26 Sanjay Patelrevert inadvertent change
2015-03-26 Sanjay Patelcomment cleanup; NFC
2015-03-26 Benjamin KramerRemove outdated README-SSE.txt entries.
2015-03-26 Benjamin KramerInstCombine: fold (A << C) == (B << C) --> ((A^B) ...
2015-03-26 Vladimir Sukharev[AArch64, ARM] Add v8.1a architecture and generic cpu
2015-03-26 Sanjay PatelUse SDValue bool checks; NFC intended
2015-03-26 Sanjay Patelfix indent; NFC
2015-03-26 Jingyue Wu[SLSR] handle candidate form &B[i * S]
2015-03-26 Aaron BallmanSometimes report_fatal_error is called when there is...
2015-03-26 Toma Tabacu[mips] Move the setATReg definition inside the MipsAsse...
2015-03-26 Andrea Di Biagio[X86][FastIsel] Teach how to select vector load instruc...
2015-03-26 Duncan P. N... Revert "Linker: Drop function pointers for overridden...
2015-03-26 Duncan P. N... bugpoint: Verify input files
2015-03-26 Duncan P. N... bugpoint: Return early after error, NFC
2015-03-26 Quentin Colombet[RegisterCoalescer] Add a rule to consider more profita...
2015-03-26 Eric ChristopherTestcase for r233239.
2015-03-26 Eric ChristopherAdd computeFSAdditions to the function based subtarget...
2015-03-25 Duncan P. N... llvm-link: Verify input modules
2015-03-25 Nico WeberFix typo in comment.
2015-03-25 Sanjoy Das[ValueTracking] Fix PR23011.
2015-03-25 Simon Pilgrim[DAGCombiner] Add support for TRUNCATE + FP_EXTEND...
2015-03-25 Duncan P. N... Linker: Stop using -gmlt test/Linker/subprogram-linkonc...
2015-03-25 Andrew KaylorFix remaining MSVC warning
2015-03-25 Matthias BraunRegisterCoalescer: Fix implicit def handling in registe...
2015-03-25 Matthias BraunMachineVerifier: slightly simplify code that is only...
2015-03-25 Duncan P. N... Linker: Loosen checks slightly from r233207
2015-03-25 Krzysztof ParzyszekRevert r233206
2015-03-25 Reid KlecknerWinEH: Create an unwind help alloca for __CxxFrameHandl...
2015-03-25 Duncan P. N... Linker: Rewrite dwarfdump checks from r233164
2015-03-25 Krzysztof Parzyszek[Hexagon] Keep the bare getSubtargetImpl for now
2015-03-25 Kit BartonAdd Hardware Transactional Memory (HTM) Support
2015-03-25 Rafael Espindolaclang-format bits of code to make another patch readable.
2015-03-25 Peter CollingbourneSimplify missing-file-line.ll test.
2015-03-25 Peter CollingbourneDebugInfo: Permit DW_TAG_structure_type, DW_TAG_member...
2015-03-25 Sanjay Patel[X86, AVX] improve insertion into zero element of 256...
2015-03-25 Sanjay Pateluse update_llc_test_checks.py to tighten checking in...
2015-03-25 Benjamin Kramerllvm-jitlistener: Add missing include.
2015-03-25 Benjamin Kramer[APInt] Add an isSplat helper and use it in some places.
2015-03-25 Benjamin Kramer[Hexagon] Pattern match a CTZ loop into a call to count...
2015-03-25 Benjamin Kramer[ARM] Rewrite .save/.vsave emission with bit math
2015-03-25 Daniel JasperMake exit-code test use same mechanism as existing...
2015-03-25 Rafael EspindolaFix fixup evaluation when deciding what to relocate...
2015-03-25 Lang Hames[Orc] Remove another unnecessary typedef.
2015-03-25 Andrea Di Biagio[optnone] Skip pass Float2Int on optnone functions.
2015-03-25 Lang Hames[Orc][lli] Add a very simple Orc-based lazy JIT to...
2015-03-25 Andrea Di Biagio[X86] Simplify check lines in tests. No functional...
2015-03-25 James MolloyReapply r233062: "float2int": Add a new pass to demote...
2015-03-25 Justin Bognertest: Fix the dependencies for the check-llvm-* targets
2015-03-25 Rafael EspindolaFix build.
2015-03-25 Craig Topper[X86] Remove GetCpuIDAndInfo, GetCpuIDAndInfoEx and...
2015-03-25 Lang Hames[Orc] Remove extraneous 'typename'. This should cheer...
2015-03-25 Lang Hames[Orc] Refactor JITCompileCallbackManagerBase and Compil...
2015-03-25 Duncan P. N... Linker: Temporarily disable dwarfdump checks from r233164
2015-03-25 Duncan P. N... Linker: Drop function pointers for overridden subprograms
2015-03-25 Chandler Carruth[ADT] Teach MapVector to support a swap member. Will...
2015-03-25 Rafael EspindolaFix warning on non-assert build.
2015-03-25 Rafael EspindolaProduce an error instead of asserting on invalid .sleb1...
2015-03-25 Paul Robinson'optnone' should not disable DAG combiner.
2015-03-24 Philip Reames!invariant.load semantics with potentially clobbering...
2015-03-24 Rafael EspindolaDon't be over eager in evaluating a subtraction with...
2015-03-24 Reid KlecknerX86: Fix frameescape when not using an FP
2015-03-24 Justin BognerUpdate a test I missed in r233132
2015-03-24 Andrew KaylorDisabling warnings for MSVC build to enable /W4 use.
2015-03-24 Justin Bognerllvm-cov: Require a subcommand when invoked as llvm-cov
2015-03-24 David BlaikieOpaque Pointer Types: GEP API migrations to specify...
2015-03-24 Frederic Riss[dsymutil] Temporarily disable some tests on windows.
2015-03-24 Sanjay Pateloptimize the AVX2 (integer) version of vperm2 into...
2015-03-24 David BlaikieOpaque Pointer Types: GEP API migrations to specify...
2015-03-24 Philip ReamesMerge empty landing pads in SimplifyCFG
2015-03-24 Rafael EspindolaAdd -m -m elf_x86_64 to gold invocations.
2015-03-24 David BlaikieRevert "Remove an InstCombine that seems to have become...
2015-03-24 Rafael EspindolaReset the CFA offset at the start of every FDE.
2015-03-24 Peter CollingbourneAArch64: use a different means to determine whether...
2015-03-24 Peter CollingbourneMC: Add more stringent symbol checking to test.
2015-03-24 David BlaikieRemove an InstCombine that seems to have become redundant.
2015-03-24 Sanjay Patel[X86, AVX] instcombine vperm2 intrinsics with zero...
2015-03-24 Rafael Espindola[llvm-readobj] add support for macho universal binary.
2015-03-24 Hans WennborgRevert r233062 ""float2int": Add a new pass to demote...
2015-03-24 Sanjoy Das[IRCE] Fix how IRCE checks for no-sign-overflow.
2015-03-24 Sanjoy Das[IRCE] Fix a regression introduced in r232444.
2015-03-24 Sanjay Patel[X86, AVX] recognize shufflevector with zero input...
2015-03-24 Duncan P. N... DebugInfo: Reorder definitions of MDLocation and MDFile...
2015-03-24 Duncan P. N... Verifier: Start recursing into !dbg attachments
2015-03-24 Duncan P. N... Verifier: !llvm.dbg.cu must point at compile units
2015-03-24 Duncan P. N... DebugInfo: Add MDLocalScope, a legal scope for locals
2015-03-24 David BlaikieRefactor: Simplify boolean expressions in lib/Analysis
2015-03-24 David BlaikieRefactor: Simplify boolean expressions in AArch64 target
2015-03-24 Daniel Sanders[mips] Support 16-bit offsets for 'm' inline assembly...
2015-03-24 Marek OlsakR600/SI: Insert more NOPs after READLANE on VI, don...
2015-03-24 Marek OlsakR600/SI: Select V_BFE_U32 for and+shift with a non...
2015-03-24 Marek OlsakR600/SI: Custom-select 32-bit S_BFE from bitwise opcodes
2015-03-24 Marek OlsakR600/SI: Improve BFM support
next