oota-llvm.git
2015-07-20 Hans Wennborgtest-release.sh: don't include /usr/local prefix in...
2015-07-20 Chris Bieneman[CMake] Cleanup tools/CMakeLists.txt to take advantage...
2015-07-20 Sanjoy Das[ImplicitNullChecks] Work with implicit defs.
2015-07-20 Alex LorenzMIR Parser: Add support for quoted named global value...
2015-07-20 Rafael EspindolaRemove Elf_Rela_Iter and Elf_Rel_Iter.
2015-07-20 Reid Kleckner[lit] Implement 'env' in the internal shell
2015-07-20 Chad Rosier[AArch64] Change EON pattern to match more often.
2015-07-20 Daniel BerlinMiscellaneous Fixes for SparseBitVector
2015-07-20 Bill SchmidtAdd missing test for r242296 (vec_sld)
2015-07-20 Rafael EspindolaReport errors an invalid virtual addresses.
2015-07-20 Rafael EspindolaRemove unnecessary code.
2015-07-20 Tom StellardAMDGPU/SI: Add VI patterns to select FLAT instructions...
2015-07-20 Rafael EspindolaSimplify the search for which segment has a virtual...
2015-07-20 Rafael EspindolaSimplify iterating over program headers and detect...
2015-07-20 Vasileios Kalintiris[mips] Added support for the ERETNC instruction.
2015-07-20 Rafael Espindolallvm-readobj: Handle invalid references to the string...
2015-07-20 Rafael EspindolaMove CHECKs closer to the RUN line.
2015-07-20 Rafael Espindolallvm-readobj: call exit(1) on error.
2015-07-20 Rafael EspindolaRefactor duplicated code. NFC.
2015-07-19 Arnold SchwaighoferRevert "MergeFuncs: Transfer the function parameter...
2015-07-19 Simon Pilgrim[X86][SSE] Tidied up vector CTLZ/CTTZ. NFCI.
2015-07-19 Yaron KerenNarrow Callee scope, suggestion from David Blaikie.
2015-07-19 Simon Pilgrim[X86][SSE] Reordered cast vectorization costs. NFCI.
2015-07-19 Yaron KerenDe-duplicate CS.getCalledFunction() expression.
2015-07-19 Simon Pilgrim[DAGCombiner] Fixed minor typo that was missed in D9097.
2015-07-19 Michael Kuperstein[X86] Add support for tbyte memory operand size for...
2015-07-19 Simon PilgrimRemove TargetInstrInfo::canFoldMemoryOperand
2015-07-19 Elena DemikhovskyAVX-512: Floating point conversions for SKX - DAG Lowering.
2015-07-19 Simon PilgrimUse SDValue bool check. NFCI.
2015-07-19 Eric Fiselier[LIT] Allow for executeCommand to take the stdin input.
2015-07-18 Simon Pilgrim[X86][SSE] Updated SHL/LSHR i64 vectorization costs.
2015-07-18 Benjamin Kramer[AggressiveAntiDepBreaker] Use range loops for multimap...
2015-07-18 Yaron KerenRangify for loops in GlobalDCE, NFC.
2015-07-18 Benjamin Kramer[Hexagon] Use composition instead of inheritance from...
2015-07-18 Simon Pilgrim[X86][SSE] Added additional fp/int tests.
2015-07-18 Simon PilgrimRefreshed tests.
2015-07-18 Simon PilgrimRefreshed tests and reordered in descending integer...
2015-07-18 Simon PilgrimTidyup shufflevector calls - don't repeat inputs if...
2015-07-18 Chandler Carruth[PM/AA] Remove the addEscapingUse update API that won...
2015-07-18 Kostya Serebryany[libFuzzer] require the files and directories passed...
2015-07-17 Evgeniy Stepanov[asan] Fix shadow mapping on Android/AArch64.
2015-07-17 Matthias BraunARM: Enable MachineScheduler and disable PostRASchedule...
2015-07-17 Matthias BraunARM: Add scheduling information for LDRLIT instructions...
2015-07-17 Quentin Colombet[RAGreedy] Add an experimental deferred spilling feature.
2015-07-17 Alex LorenzMIR Parser: Allow the dollar characters in all of the...
2015-07-17 Alex LorenzAsmParser: Add a function to parse a standalone constan...
2015-07-17 Kuba Brecka[asan] Add a comment explaining why non-instrumented...
2015-07-17 Arnold SchwaighoferMergeFuncs: Transfer the function parameter attributes...
2015-07-17 Rafael EspindolaStart adding documentation for llvm-lib.
2015-07-17 Adam NemetRevert "ARM: Enable MachineScheduler and disable PostRA...
2015-07-17 Matthias BraunUse llvm_unreachable() instead of report_fatal_error...
2015-07-17 Peter Zotov[OCaml] Do not use -warn-error in tests.
2015-07-17 James Molloy[ARM] Use [SU]ABSDIFF nodes instead of intrinsics for...
2015-07-17 James Molloy[AArch64] Use [SU]ABSDIFF nodes instead of intrinsics...
2015-07-17 Hans WennborgAdd libunwind to the release scripts
2015-07-17 Eli BenderskyUse inbounds GEPs for memcpy and memset lowering
2015-07-17 Rafael EspindolaAdd support for producing thin archives in llvm-lib.
2015-07-17 Alexandros... Edited the CPUNames table of TargetParser
2015-07-17 John BrawnMake global aliases have symbol size equal to their...
2015-07-17 Daniel Sanderstest-release.sh: Add ability to do a test build using...
2015-07-17 Chandler Carruth[PM/AA] Disable the core unsafe aspect of GlobalsModRef...
2015-07-17 Peter Zotov[OCaml] Use a nicer style for documentation than OCaml...
2015-07-17 Kuba Brecka[asan] Fix invalid debug info for promotable allocas
2015-07-17 Davide Italiano[llvm-cxxdump] Don't rely on global state
2015-07-17 Tim NorthoverAArch64: add comment missed out from earlier patch.
2015-07-17 Matthias BraunARM: Enable MachineScheduler and disable PostRASchedule...
2015-07-17 Matt ArsenaultOnly do fmul (fadd x, x), c combine if the fadd only...
2015-07-17 Rafael EspindolaUse small encodings for constants when possible.
2015-07-17 Alex LorenzMIR Serialization: Serialize the frame setup machine...
2015-07-16 Alex LorenzMIR Serialization: Serialize the frame index machine...
2015-07-16 Cong HouAdd new constructors for LoopInfo/DominatorTree/BFI/BPI
2015-07-16 Matthias BraunArm: Don't define a label twice with two setjmps in...
2015-07-16 Matthias BraunFix __builtin_setjmp in combination with sjlj exception...
2015-07-16 Mehdi AminiFix ffiInvoke() use of DataLayout, broken in 242414
2015-07-16 Sanjoy Das[SCEV][NFC] Use triple-slash (///) for comment.
2015-07-16 Simon PilgrimFix spelling. NFCI.
2015-07-16 Tim NorthoverAArch64: make inexact signalling on round Darwin-specific
2015-07-16 Simon Pilgrim[X86][SSE] Added nounwind attribute to vector shift...
2015-07-16 Bill Schmidt[PowerPC] v4i32 is a VSRCRegClass
2015-07-16 Philip ReamesList supported architectures for StackMap section and...
2015-07-16 Simon Pilgrim[X86][SSE] Updated vector conversion test names.
2015-07-16 Eli BenderskyStreamline the coding style in NVPTXLowerAggrCopies
2015-07-16 Matthias BraunMachineInstr: Explain the subtle semantics of uses...
2015-07-16 Jingyue Wu[NVPTX] enable SpeculativeExecution in NVPTX
2015-07-16 Matthias BraunAArch64: Implement conditional compare sequence matching.
2015-07-16 Tom StellardAMDPGU/SI: Negative offsets aren't allowed in MUBUF...
2015-07-16 Tom StellardAMDPGU/SI: Use AssertZext node to mask high bit for...
2015-07-16 Matthias BraunLiveInterval: Document and enforce rules about empty...
2015-07-16 Matthias BraunDo not duplicate method name in comment, remove duplica...
2015-07-16 Rafael EspindolaDelete an unused function.
2015-07-16 Pete CooperRevert "Add missing load/store flags to thumb2 instruct...
2015-07-16 Cong HouRename LoopInfo::Analyze() to LoopInfo::analyze() and...
2015-07-16 Peter CollingbourneInternalize: internalize comdat members as a group...
2015-07-16 Benjamin Kramer[NVPTX] Don't leak dead instructions after unlinking...
2015-07-16 Mehdi AminiFix Kaleidoscope tuto: ExecutionEngine->getDataLayout...
2015-07-16 Mehdi AminiMake ExecutionEngine owning a DataLayout
2015-07-16 Eli BenderskyCorrect lowering of memmove in NVPTX
2015-07-16 Tom StellardAMDGPU/R600: Remove unused variable
2015-07-16 Tom StellardAMDPGU/R600: Replace llvm_unreachable() call with LLVMC...
2015-07-16 James Molloy[Codegen] Add intrinsics 'absdiff' and corresponding...
next