oota-llvm.git
2014-09-03 Kostya Serebryany[asan] add -asan-coverage=3: instrument all blocks...
2014-09-03 David Blaikieunique_ptrify RuntimeDyldImpl::loadObject
2014-09-03 Robin MorissetRefactor AtomicExpandPass and add a generic isAtomic...
2014-09-03 Benjamin KramerMake some helpers static or move into the llvm namespace.
2014-09-03 Robin MorissetUse target-dependent emitLeading/TrailingFence instead...
2014-09-03 Juergen Ributzka[FastISel][tblgen] Rename tblgen generated FastISel...
2014-09-03 Juergen Ributzka[FastISel] Rename public visible FastISel functions...
2014-09-03 Chandler Carruth[JIT] Add an out-of-line definition for the virtual...
2014-09-03 Chandler Carruth[x86] Add an SSE4.1 mode to this test.
2014-09-03 Eric ChristopherRemove resetSubtargetFeatures as it is unused.
2014-09-03 Eric ChristopherRemove unnecessary getTarget call now that the subtarge...
2014-09-03 Sanjay Patelhouse cleaning: "Don’t duplicate function or class...
2014-09-03 Rafael EspindolaAdd writeFileWithSystemEncoding to LibLLVMSuppor.
2014-09-03 David Blaikieunique_ptrify MCJIT::emitObject
2014-09-03 David Blaikieunique_ptrify a bunch of stuff through RuntimeDyld...
2014-09-03 Chandler Carruth[x86] Make this test check everything for both SSE2...
2014-09-03 Juergen Ributzka[FastISel] Some long overdue spring cleaning of FastISel.
2014-09-03 Alexey SamsonovFix downcasts of unaligned empty/tombstone DenseMap...
2014-09-03 Lang HamesAdd a regression test to sanity check the PBQP allocator.
2014-09-03 David Blaikieunique_ptrify IRObjectFile::createIRObjectFile
2014-09-03 Juergen Ributzka[FastISel][AArch64] Move unconditional branch handling...
2014-09-03 Chris BienemanRemoving static initializer from Debug.cpp by convertin...
2014-09-03 David Blaikieunique_ptrify MachOUniversalBinary::create
2014-09-03 Sanjay PatelPreserve IR flags (nsw, nuw, exact, fast-math) in SLP...
2014-09-03 Rafael EspindolaPass a && to getLazyBitcodeModule.
2014-09-03 David BlaikieEnsure ErrorOr cannot implicitly invoke explicit ctors...
2014-09-03 Rafael EspindolaUpdate to not depend on "llvm-objdump -d -symbolize".
2014-09-03 Tom StellardR600/SI: Add a pattern for i64 and in a branch
2014-09-03 Tom StellardR600/SI: Fix typos in SIInstrInfo::areLoadsFromSameBase...
2014-09-03 Renato GolinCheck-label a bit more specific
2014-09-03 Joerg SonnenbergerDocument !and. Fix !shl and friends -- they provide...
2014-09-03 Iain SandoeFix configure and make build of llvm examples.
2014-09-03 Benjamin KramerAdd override to overriden virtual methods, remove virtu...
2014-09-03 Yaron KerenFix ambiguous call to make_unique and clang-format.
2014-09-03 Alexander PotapenkoFollow-up for r217020: actually commit the fix for...
2014-09-03 Alexander PotapenkoFix PR20800: correctly calculate the offset of the...
2014-09-03 Juergen RibutzkaReapply r216805 "[MachineCombiner][AArch64] Use the...
2014-09-03 Craig TopperRecommit "Use unique_ptr to manager FilterChooser owner...
2014-09-03 Craig TopperRevert "Use unique_ptr to manager FilterChooser ownership."
2014-09-03 Craig TopperUse unique_ptr to manager FilterChooser ownership.
2014-09-03 Craig TopperImplement move constructor and remove copy constructor...
2014-09-03 Lang Hames[MCJIT] Make llvm-rtdyld process eh_frame sections...
2014-09-03 Lang Hames[MCJIT] Add a 'section_addr' builtin function to Runtim...
2014-09-03 Juergen Ributzka[FastISel][AArch64] Add target-dependent instruction...
2014-09-03 Nick KledzikFix test case to match correct llvm-objdump output
2014-09-03 Nick KledzikReplace printf with outs() <<
2014-09-03 Sanjay PatelChange name of copyFlags() to copyIRFlags(). Add conven...
2014-09-03 Hal Finkel[CFLAA] Remove one final initializer list
2014-09-02 Hal Finkel[CFLAA] And even more MSVC fixes
2014-09-02 Chris BienemanCleaning up remaining static initializers in Signals.inc
2014-09-02 Hal Finkel[CFLAA] More cleanup for MSVC
2014-09-02 Pete CooperTablegen scheduling models don't reference empty itiner...
2014-09-02 Hal Finkel[CFLAA] No initializer lists for MSVC
2014-09-02 Renato GolinMissing test from r216989
2014-09-02 Renato GolinOnly emit movw on ARMv6T2+
2014-09-02 David Blaikieunique_ptrify passing the TargetMachine to ExecutionEng...
2014-09-02 Hal Finkel[CFLAA] Remove tautological comparison
2014-09-02 Juergen Ributzka[FastISel][AArch64] Use the target-dependent selection...
2014-09-02 Juergen Ributzka[FastISel][AArch64] Use a new helper function to determ...
2014-09-02 Sean SilvaNuke MCAnalysis.
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-09-02 Hal Finkel[CFLAA] LLVM_CONSTEXPR -> const
2014-09-02 Robin Morisset[X86] Allow atomic operations using immediates to avoid...
2014-09-02 Hal Finkel[CFLAA] constexpr -> LLVM_CONSTEXPR
2014-09-02 Hal FinkelAdd pass-manager flags to use CFL AA
2014-09-02 Hans WennborgBumpPtrAllocator: use uintptr_t when aligning addresses...
2014-09-02 Kostya Serebryany[asan] Assign a low branch weight to ASan's slow path...
2014-09-02 Matt ArsenaultR600/SI: Relax some ordering in tests.
2014-09-02 Hal FinkelAdd a CFL Alias Analysis implementation
2014-09-02 Juergen Ributzka[FastISel][AArch64] Move over to target-dependent instr...
2014-09-02 Juergen Ributzka[FastISel] Provide the option to skip target-independen...
2014-09-02 Yi JiangGenerate extract for in-tree uses if the use is scalar...
2014-09-02 Matt ArsenaultR600/SI: Fix hardcoded register numbers in test
2014-09-02 Sanjay PatelRefactor LowerFABS and LowerFNEG into one function...
2014-09-02 Matt Arsenaultcmake: Don't reject unknown cpp files that start with .
2014-09-02 Robin MorissetFix MemoryDependenceAnalysis in cases where QueryInstr...
2014-09-02 Sanjay PatelFix a logic bug when copying fast-math flags.
2014-09-02 Rafael EspindolaAdd a note about AuroraUX to the release notes.
2014-09-02 Matt ArsenaultAdd note to documentation about machine node chains.
2014-09-02 Matt ArsenaultR600/SI: Add failing testcase.
2014-09-02 Matt ArsenaultFix interference caused by fmul 2, x -> fadd x, x
2014-09-02 Nick KledzikCode review tweaks
2014-09-02 Matt ArsenaultFix crash when looking up the addrspace of GEPs with...
2014-09-02 Reid KlecknerCodeGen: Handle va_start in the entry block
2014-09-02 Matt ArsenaultFix comment and unnecessary check for FP build_vectors.
2014-09-02 David Blaikieunique_ptrify LTOCodeGenerator::NativeObjectFile
2014-09-02 David Blaikieunique_ptrify the result of SpecialCaseList::create
2014-09-02 Hans WennborgMCSchedule.h: fix VS2012 build after r216919
2014-09-02 David Blaikieunique_ptrify FileOutputBuffer::FileOutputBuffer
2014-09-02 Alexey SamsonovFix left shifts of negative values in MipsDisassembler.
2014-09-02 Pete CooperChange MCSchedModel to be a struct of statically initia...
2014-09-02 David Blaikieunique_ptrify PBQPBuilder::build
2014-09-02 Alexey SamsonovFix signed integer overflow in PPCInstPrinter.
2014-09-02 David BlaikieCorrect unique_ptr passing in MCObjectDisassembler...
2014-09-02 Alexey SamsonovFix left shifts by too large exponents in MCParser
2014-09-02 Andrea Di BiagioRevert: [APFloat] Fixed a bug in method 'fusedMultiplyAdd'.
2014-09-02 Andrea Di Biagio[APFloat] Fixed a bug in method 'fusedMultiplyAdd'.
2014-09-02 JF BastienAdd missing override on ARMAsmBackend's dtor.
2014-09-02 David MajnemerLICM: Don't crash when an instruction is used by an...
2014-09-02 Alexey SamsonovFix left shifts of negative integers in AArch64 InstPri...
next