oota-llvm.git
2015-02-17 Justin BognerInstrProf: Add missing header from r229478
2015-02-17 Michael Kuperstein[X86] Combine vector anyext + and into a vector zext
2015-02-17 Justin BognerRe-apply "InstrProf: Add unit tests for the profile...
2015-02-17 Jonas Paulsson[PBQP] NDEBUG guards added around code needed for assert.
2015-02-17 Eric ChristopherMake the PowerPC AsmPrinter independent of global subtarget
2015-02-17 Justin BognerInstrProf: Use a test fixture in the coverage mapping...
2015-02-17 Eric ChristopherAdd a FIXME to move IsLittleEndian to the target machine.
2015-02-17 Eric ChristopherMove ABI handling and 64-bitness to the PowerPC target...
2015-02-17 Lang Hames[Orc][Kaleidoscope] Fix misnumbered steps in comments...
2015-02-17 Lang Hames[Orc][Kaleidoscope] Add an example of extreme-laziness...
2015-02-17 Lang Hames[Orc][Kaleidoscope] Update the MainLoop code of the...
2015-02-17 Duncan P. N... AsmPrinter: Use DIExpression default constructor, NFC
2015-02-17 Chandler Carruth[x86] Teach the unpack lowering to try wider element...
2015-02-17 Hal Finkel[BDCE] Add a bit-tracking DCE pass
2015-02-17 Lang Hames[Orc] Update the Orc indirection utils and refactor...
2015-02-17 Hal FinkelSpecify arch in test/CodeGen/X86/float-conv-elim.ll
2015-02-17 Duncan P. N... AsmPrinter: Stop creating DebugLocs
2015-02-16 Hal Finkel[PowerPC] Support non-direct-sub/superclass VSX copies
2015-02-16 Justin BognerRevert "InstrProf: Add unit tests for the profile reade...
2015-02-16 Justin BognerInstrProf: Add unit tests for the profile reader and...
2015-02-16 Simon Atanasyan[Mips] Add .MIPS.options section descriptor kinds enume...
2015-02-16 Lang Hames[Orc] Add an emitAndFinalize method to the ObjectLinkin...
2015-02-16 Ahmed Bougacha[ARM] Remove unused declaration. NFC.
2015-02-16 Cameron McInally[AVX512] Make 512b vector floating point rounds legal...
2015-02-16 Matthias BraunRegisterCoalescer: Don't rematerialize subregister...
2015-02-16 Matthias BraunRegisterCoalescer: Do not look for regclass of IMPLICIT...
2015-02-16 Simon Pilgrim[X86][SSE] Add SSE MOVQ instructions to SSEPackedInt...
2015-02-16 Mehdi AminiSelectionDAG: fold (fp_to_u/sint (s/uint_to_fp)) here too
2015-02-16 Mehdi AminiInstCombine: fold more cases of (fp_to_u/sint (u/sint_t...
2015-02-16 Mehdi AminiTests: reformat sitofp.ll and use FileCheck
2015-02-16 Justin BognerInstrProf: Use ErrorOr for IndexedInstrProfReader:...
2015-02-16 Craig Topper[X86] Remove the multiply by 8 that goes into the shift...
2015-02-16 Craig Topper[X86] Remove x86.avx2.psll.dq.bs and x86.avx2.psrl...
2015-02-16 Matthias BraunARM: Transfer kill flag when lowering VSTMQIA to VSTMDIA.
2015-02-16 Matthias BraunRegisterCoalescer: Improve previous fix for wrong def...
2015-02-16 Aaron BallmanMSVC 2013 does not ICE on this code in the same fashion...
2015-02-16 Duncan P. N... Bitcode: Fix major regression: large files w/ debug...
2015-02-16 David MajnemerConstantFold: Properly fold GEP indices wider than i64
2015-02-16 James MolloyRun LICM as part of the cleanup phase from the scalar...
2015-02-16 Aaron BallmanWe require MSVC 1800 as our minimum, so these checks...
2015-02-16 Aaron BallmanWe require MSVC 1800 as our minimum, so these checks...
2015-02-16 Aaron BallmanMSVC 2013 supports std::forward_as_tuple, while MSVC...
2015-02-16 Andrew TrickAArch64: Safely handle the incoming sret call argument.
2015-02-16 Hal Finkel[ADCE] Don't indent inside an anonymous namespace
2015-02-16 James Molloy[LoopReroll] Relax some assumptions a little.
2015-02-16 James Molloy[LoopReroll] Don't crash on dead code
2015-02-16 Jonas Paulsson[PBQP] Improve the assert for conservatively allocatables.
2015-02-16 Evgeniy Stepanov[asan] Reuse a common function.
2015-02-16 Chandler Carruth[x86] Add a generic unpack-targeted lowering technique...
2015-02-16 Chandler Carruth[x86] Switch this test to use checks generated by my...
2015-02-16 Michael KupersteinFix quoting of #pragma comment for MS compat, LLVM...
2015-02-16 Chandler Carruth[x86] Add initial basic support for forming blends...
2015-02-16 Chandler Carruth[x86] Add some more test cases for i8 vector blends.
2015-02-16 Benjamin KramerDocument that defaulted & deleted methods and explicit...
2015-02-16 Chandler Carruth[x86] Switch my usage of VariadicFunction to a "normal...
2015-02-16 David MajnemerIR: SrcTy == DstTy doesn't imply that a cast is valid
2015-02-16 David MajnemerAsmParser: extractvalue requires at least one index...
2015-02-16 David MajnemerAsmParser: Make sure GlobalVariables have sane types
2015-02-16 David MajnemerAsmParser: Reject alloca with function type
2015-02-16 Chandler CarruthSwitch our index sequence away from template aliases...
2015-02-16 David MajnemerVerifier: Diagnose module flags which have null ID...
2015-02-16 Craig Topper[X86] Add support for lowering shuffles to 256-bit...
2015-02-16 Craig Topper[X86] Remove some hard tab characters from tests.
2015-02-16 David MajnemerDebugInfo: Don't crash if 'Debug Info Version' has...
2015-02-16 David MajnemerDataLayout: Validate that the pref alignment is at...
2015-02-16 David MajnemerDataLayout: Report when the datalayout type alignment...
2015-02-16 David MajnemerIR: Properly return nullptr when getAggregateElement...
2015-02-16 NAKAMURA Takumi[CMake] Add RuntimeDyld to libdeps corresponding to...
2015-02-16 Chandler Carruth[x86] Teach the 128-bit vector shuffle lowering routine...
2015-02-16 Chandler Carruth[x86] Clean up a few test cases with the update script...
2015-02-16 Craig Topper[X86] Remove gcc builtins for AVX2 psll_dq and psrl_dq...
2015-02-16 Filipe Cabecinhas[Bitcode reader] Fix a few assertions when reading...
2015-02-15 Lang Hames[ExecutionEngine] Fix dependence issue by moving RTDyld...
2015-02-15 Benjamin KramerMinGW's snprintf is not exposed through std::.
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-15 Benjamin KramerFormat: Modernize using variadic templates.
2015-02-15 Aaron BallmanRemoving LLVM_EXPLICIT, as MSVC 2012 was the last reaso...
2015-02-15 Aaron BallmanSince MSVC 1800 is our lowest common denominator, we...
2015-02-15 Benjamin KramerCommandLine: Use variadic templates to simplify opt...
2015-02-15 Zachary Turnerllvm-pdbdump: Fix warning caused by missing sentinel...
2015-02-15 Zachary Turnerllvm-pdbdump: Add flags controlling the type of values...
2015-02-15 Benjamin KramerFoldingSet: Replace faux variadics with real variadics...
2015-02-15 Benjamin KramerRemove LLVM_HAS_VARIADIC_TEMPLATES and all the faux...
2015-02-15 Benjamin KramerUpdate the docs to require at least MSVC 2013.
2015-02-15 Philip ReamesRevert 229175
2015-02-15 Simon PilgrimAdded (still inefficient) shuffle test case for PR21138
2015-02-15 NAKAMURA TakumiReapply r229185(cbieneman) -- Raising minimum required...
2015-02-15 Hal Finkel[ADCE] Convert another loop for a range-based for
2015-02-15 Hal Finkel[ADCE] Use inst_range and range-based fors
2015-02-15 Hal Finkel[ADCE] Fix formatting of pointer types
2015-02-15 Hal Finkel[ADCE] Fix capitalization of another local variable
2015-02-15 Hal Finkel[ADCE] Fix capitalization of some local variables
2015-02-15 Simon PilgrimAdded some test cases of missed opportunities to use...
2015-02-15 Simon PilgrimCoding style fixes to recent patches. NFC.
2015-02-15 Simon Pilgrim[X86][AVX2] vpslldq/vpsrldq byte shifts for AVX2
2015-02-15 Chandler Carruth[x86] Add the test case from PR22412, we now get this...
2015-02-15 Chandler Carruth[x86] Teach the decomposed shuffle/blend lowering to...
2015-02-15 Chandler Carruth[SDAG] Teach the SelectionDAG to canonicalize vector...
2015-02-15 Chandler Carruth[x86] Teach the shuffle mask equivalence test to look...
2015-02-15 Chandler Carruth[x86] Tweak the ordering of unpack matching vs. element...
next