oota-llvm.git
2015-03-27 Ahmed Bougacha[CodeGen] Don't attempt a tail-call with implicit sret.
2015-03-27 David BlaikieRecommit r233116 better: Remove a redundant instcombine...
2015-03-27 Marek OlsakR600/SI: Fix VOP2 VI encoding
2015-03-27 Anna Zaks[asan] Speed up isInterestingAlloca check
2015-03-27 Alexei Starovoitov[bpf] add support for bpf pseudo instruction
2015-03-27 Quentin Colombet[RegisterCoalescer] Refine the terminal rule to still...
2015-03-27 Duncan P. N... LLParser: Require non-null scope for MDLocation and...
2015-03-27 Yaron KerenRemove superfluous .str() and replace std::string conca...
2015-03-27 Adrian PrantlAdd a -raw option to the -section mode of llvm-objdump.
2015-03-27 Duncan P. N... Verifier: Check fields of MDVariable subclasses
2015-03-27 Duncan P. N... DebugInfo: Fix another bitrotted testcase
2015-03-27 Vladimir Sukharev[AArch64] Don't store available subtarget features...
2015-03-27 Derek SchuffCMake: enable installing utils
2015-03-27 Rafael EspindolaWork around pr23045 and make it easier to reproduce.
2015-03-27 Rafael EspindolaClose unique sections when switching away from them.
2015-03-27 Yaron KerenFix subprogram-linkonce-weak.ll and subprogram-linkonce...
2015-03-27 Benjamin Kramer[Support] Remove statically initialized yet dead code.
2015-03-27 James MolloyReapply r233175 and r233183: float2int.
2015-03-27 Andrew TrickComplete the MachineScheduler fix made way back in...
2015-03-27 Sanjoy Das[NFC] Fix typo in comment.
2015-03-27 Sanjoy Das[NFC] Fix typo in comment.
2015-03-27 Philip ReamesCode cleanup [NFC]
2015-03-27 Philip ReamesMore code cleanup [NFC]
2015-03-27 Philip ReamesMore code cleanup [NFC]
2015-03-27 Philip ReamesCode simplification and style cleanup
2015-03-27 Philip ReamesRequire a GC strategy be specified for functions which...
2015-03-27 Philip ReamesAllow explicit spill slots to be specified for a gc...
2015-03-27 Andrew TrickReintroduce the SelectionDAG scheduler test for r233351.
2015-03-27 David MajnemerWinEH: Create a parent frame alloca for HandlerType...
2015-03-27 Andrew TrickThis test should have been target specific. I missed...
2015-03-27 Karthik BhatRefactor Code inside LoopVectorizer's function isInduct...
2015-03-27 Andrew TrickFix a bug in SelectionDAG scheduling backtracking code...
2015-03-27 Nick LewyckyRevert r233175 and r233183 with it. This pulls float2in...
2015-03-27 Duncan P. N... DebugInfo: Update testcases with invalid variables
2015-03-27 Ahmed Bougacha[AsmPrinter] Don't assert on GOT equivalent non-constan...
2015-03-27 Duncan P. N... DIBuilder: Change a few helpers to return downcasted...
2015-03-27 Duncan P. N... AsmWriter: Cleanup debug info fields with MDFieldPrinte...
2015-03-26 Ahmed BougachaDeduplicate a bunch of setOpActions into an MVT range...
2015-03-26 Ahmed Bougacha[CodeGen] Report error rather than crash when unable...
2015-03-26 Ahmed Bougacha[CodeGen] Don't pretend we can expand f16 libcalls.
2015-03-26 Derek SchuffUse movw/movt instead of constant pool loads to lower...
2015-03-26 Duncan P. N... Verifier: Check accessors of MDLocation
2015-03-26 Derek SchuffDefault to armv7 cpu for NaCl when march=arm
2015-03-26 Rafael EspindolaFix PR23025.
2015-03-26 Yaron KerenFix rare case where APInt divide algorithm applied...
2015-03-26 Sanjoy Das[ADT][CMake][AutoConf] Fail-fast iterators for DenseMap
2015-03-26 Justin Bogner[ARM] Fix some non-portable shell syntax in r233301...
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...
next