oota-llvm.git
2015-03-21 Kostya Serebryany[sanitizer] experimental tracing for cmp instructions
2015-03-21 Ahmed Bougacha[CodeGen][IfCvt] Don't re-ifcvt blocks with unanalyzabl...
2015-03-21 Ahmed Bougacha[AArch64] Prefer UZP for concat_vector of illegal truncs.
2015-03-20 Filipe CabecinhasMake getLastArgNoClaim work for up to 4 arguments.
2015-03-20 Yunzhong GaoTell lit.cfg about more Windows triples.
2015-03-20 Sanjay Patel[X86, AVX] instcombine common cases of vperm2* intrinsi...
2015-03-20 Andrew KaylorFixing a bug with WinEH PHI handling
2015-03-20 Sanjay Patel[X86] Prefer blendps over insertps codegen for one...
2015-03-20 Benjamin KramerX86: Make helper functions static. NFC.
2015-03-20 Eric ChristopherRemove dead calls and function arguments dealing with...
2015-03-20 Duncan P. N... DebugInfo: Require valid DIDescriptors
2015-03-20 Rafael EspindolaDon't declare all text sections at the start of the .s
2015-03-20 Duncan P. N... Bugpoint: Fix invalid 'inlinedAt:' references in testcase
2015-03-20 Duncan P. N... AsmPrinter: Check subprogram before using it
2015-03-20 Rafael EspindolaReorganize the x86 ELF relocation selection logic.
2015-03-20 Duncan P. N... DwarfDebug: Check for null DebugLocs
2015-03-20 Duncan P. N... Verifier: Check that !dbg attachments have the right...
2015-03-20 Duncan P. N... DebugInfoFinder: Check for null imported entities
2015-03-20 Duncan P. N... SanitizerCoverage: Check for null DebugLocs
2015-03-20 Hans WennborgSelectionDAGBuilder: Rangeify a loop. NFC.
2015-03-20 Hans WennborgSelectionDAGBuilder::handleJTSwitchCase, simplify loop...
2015-03-20 Duncan P. N... Rewrite test/Feature/md_on_instruction.ll
2015-03-20 Wei MiCorrectly estimate SROA savings for store operands...
2015-03-20 Daniel BerlinSmall optimization to avoid getting pass info when...
2015-03-20 John Brawn[ARM] Fix handling of thumb1 out-of-range frame offsets
2015-03-20 Simon PilgrimStripped trailing whitespace. NFC.
2015-03-20 Eric ChristopherRewrite StackMap location handling to pre-compute the...
2015-03-20 Eric ChristopherAt the beginning of doFinalization set the MachineFunct...
2015-03-20 Chad RosierTypo.
2015-03-20 Tom StellardR600/SI: Refactor VOP2 instruction defs
2015-03-20 Tom StellardR600/SI: Refactor VOP1 instruction defs
2015-03-20 Rafael EspindolaReduce indentation after return. NFC.
2015-03-20 Rafael EspindolaUse early returns. NFC.
2015-03-20 Rafael EspindolaFold a llvm_unreachable into an assert. NFC.
2015-03-20 Rafael Espindolaclang-format a function. NFC.
2015-03-20 Daniel Jasper[MBP] Don't outline short optional branches
2015-03-20 Craig Topper[Tablegen] Attempt to add support for patterns containi...
2015-03-20 Tom StellardR600/SI: Add missing CHECK-LABEL lines to a test
2015-03-20 Nick LewyckyFix comment from r232794. NFC
2015-03-20 Alexei Starovoitov[bpf] fix build
2015-03-20 Nick LewyckyWhen simplifying a SCEV truncate by distributing, consi...
2015-03-20 Duncan P. N... SampleProfile: Check for missing debug locations
2015-03-20 Duncan P. N... Verifier: Remove the separate DebugInfoVerifier class
2015-03-20 Hans WennborgRewrite SelectionDAGBuilder::Clusterify to run in linea...
2015-03-19 Peter Collingbournetest: Make a start on a test suite for libLTO.
2015-03-19 Eric ChristopherUse the cached subtarget on the MachineFunction when...
2015-03-19 Eric ChristopherUse the cached subtarget off of the machine function.
2015-03-19 Sanjay Patelmove insert, extract, concat helper functions closer...
2015-03-19 Owen AndersonFix a nasty bug in DAGCombine of STORE nodes.
2015-03-19 Eric ChristopherRemove unused headers.
2015-03-19 Eric ChristopherAdd an MCSubtargetInfo variable to the TargetMachine.
2015-03-19 Eric ChristopherAdd a TargetMachine local MCRegisterInfo and MCInstrInf...
2015-03-19 Reid KlecknerWinEH: Make llvm.eh.actions emission match the EH docs
2015-03-19 Sanjay Patel[X86, AVX] use blends instead of insert128 with index 0
2015-03-19 Duncan P. N... Verifier: Remove the separate -verify-di pass
2015-03-19 Peter CollingbourneFix build failure.
2015-03-19 Peter CollingbourneLowerBitSets: Avoid reusing byte set addresses.
2015-03-19 Peter CollingbournelibLTO, llvm-lto, gold: Introduce flag for controlling...
2015-03-19 Duncan P. N... PassManagerBuilder: Remove effectively dead 'StripDebug...
2015-03-19 Hans WennborgSwitch lowering: extract NextBlock function. NFC.
2015-03-19 Krzysztof ParzyszekUnxfail test/CodeGen/Generic/vector.ll now passing...
2015-03-19 Peter Collingbournegold: Make powerpc support optional for the tests.
2015-03-19 Peter CollingbourneGlobalDCE: Improve performance for large modules contai...
2015-03-19 Justin Bognerdocs: Update llvm-cov docs for the -use-color flag
2015-03-19 Artem BelevichAdd support for __nvvm_reflect changes in libdevice...
2015-03-19 Chris BienemanFixing dependencies for native tablegen.
2015-03-19 Hans WennborgSwitch lowering: remove unnecessary ConstantInt casts...
2015-03-19 Krzysztof Parzyszek[Hexagon] Add support for vector instructions
2015-03-19 Greg Bedwell[CMake] Don't pass in MSVC warning flags as definitions.
2015-03-19 Krzysztof Parzyszek[Hexagon] ENDLOOP is a non-reversible conditional branch
2015-03-19 Benjamin KramerInternalize PEI. NFC.
2015-03-19 Daniel Sanders[sparc] Small fix to r232719 to make 2007-12-17-InvokeA...
2015-03-19 Daniel Sanders[sparc] Only support the 'm' inline assembly memory...
2015-03-19 Daniel Jasper[InstCombine] Don't fold a GEP into itself through...
2015-03-19 Justin Bognerllvm-cov: Rename -color={always|never} to -use-color[=0]
2015-03-19 Rafael EspindolaNote that we don't support COFF on PPC.
2015-03-19 Justin Bognerllvm-cov: Continue trying to appease a bot
2015-03-19 Rafael EspindolaSplit the object streamer callback in one per file...
2015-03-19 Justin Bognerllvm-cov: Try to appease a bot
2015-03-19 Hans WennborgSelectionDAGBuilder: update comment in HandlePHINodesIn...
2015-03-19 Matthias BraunDo not track subregister liveness when it brings no...
2015-03-19 Justin Bognerllvm-cov: Only emit colour by default if the output...
2015-03-19 Hans WennborgSelectionDAGIsel: Fix comment about terminators being...
2015-03-18 Quentin Colombet[CodeGenPrepare] Remove broken, dead, code.
2015-03-18 Rafael Espindolatwo or more, use a for.
2015-03-18 Simon PilgrimFixed failing test due to missing target triple causing...
2015-03-18 Rafael EspindolaTeach getDefaultFormat that we only support ELF on...
2015-03-18 Simon Pilgrim[X86][SSE] Avoid scalarization of v2i64 vector shifts...
2015-03-18 Bill Schmidt[PowerPC] Correct typo in PPCInstrAltivec.td
2015-03-18 Mehdi AminiUpdate 3.7 Release Note mentionning the non-optionality...
2015-03-18 Chris BienemanRevert "Generate targets for each lit suite."
2015-03-18 Chris BienemanGenerate targets for each lit suite.
2015-03-18 Eric ChristopherRevert "[X86][SSE] Avoid scalarization of v2i64 vector...
2015-03-18 Eric ChristopherRevert "Add a TargetMachine local MCRegisterInfo and...
2015-03-18 Eric ChristopherAdd a TargetMachine local MCRegisterInfo and MCInstrInf...
2015-03-18 Eric ChristopherRevert "Migrate the AArch64 TargetRegisterInfo to its...
2015-03-18 Reid KlecknerUse WinEHPrepare to outline SEH finally blocks
2015-03-18 Rafael EspindolaFix cmake build.
2015-03-18 Reid KlecknerCMake: Disable ENABLE_EXPORTS for executables with...
2015-03-18 Rafael EspindolaFix use of uninitialized valued.
next