oota-llvm.git
2016-01-12 Lang Hames[ORC] More cleanup, partially aimed at working around...
2016-01-12 Sanjay Patelrangify; NFCI
2016-01-12 Reid KlecknerAuto-link with ole32.dll to simplify building LLVM.dll
2016-01-12 Lang Hames[Orc] Replace lambda with a helper method.
2016-01-12 Sanjay Patelfunction names start with a lower case letter ; NFC
2016-01-12 Teresa JohnsonFix bot failure from r257493: remove extraneous temp...
2016-01-12 Teresa Johnson[ThinLTO] Handle an external call from an import to...
2016-01-12 Sanjay Patel[LibCallSimplifier] use instruction-level fast-math...
2016-01-12 Krzysztof ParzyszekRDF: Copy propagation
2016-01-12 Tom StellardAMDGPU: Emit note directive for HSA even if there are...
2016-01-12 Lang Hames[Orc] Clang-format.
2016-01-12 Lang Hames[Orc] Take another shot at working around the GCC 4...
2016-01-12 Krzysztof ParzyszekRDF: Dead code elimination
2016-01-12 Sanjay Patelconsolidate exp/exp2 tests
2016-01-12 Krzysztof ParzyszekFix compiler warnings from r257477
2016-01-12 Kostya Serebryany[libFuzzer] add a macro LLVM_FUZZER_DEFINES_SANITIZER_W...
2016-01-12 Sanjay PatelAdd/edit tests to include instruction-level FMF on...
2016-01-12 Krzysztof ParzyszekRDF: Implement register liveness analysis
2016-01-12 Daniel Sanders[mips] Correct operand order in DSP's mthi/mtlo
2016-01-12 Krzysztof ParzyszekRegister Data Flow: data flow graph
2016-01-12 Benjamin Kramer[Hexagon] Make helper function static. NFC.
2016-01-12 Rafael EspindolaFix test on windows.
2016-01-12 Keno Fischer[ARM] Fix several state persistence bugs
2016-01-12 Andrey TuretskiyTest commit access - tiny comment and code style fix.
2016-01-12 Robert LougherThe isel pattern that selects the memory-register form...
2016-01-12 Christof DoumaThe --debug-only option now takes a comma separated...
2016-01-12 Igor BregerAVX512: VPMOVAPS/PD and VPMOVUPS/PD (load) intrinsic...
2016-01-12 Axel NaumannExplicitly enable OBJECT library "target".
2016-01-12 Lang Hames[Orc] Comment out debugging output in OrcRemoteTargetCl...
2016-01-12 Andrew WilkinsRevert r257003
2016-01-12 Lang Hames[ORC] Remove extraneous '&'.
2016-01-12 Lang Hames[ORC] Replace some more 'auto' uses with std::error_code.
2016-01-12 Lang Hames[Orc] Add overloads of RPC::handle and RPC::expect...
2016-01-12 Justin BognerLoopUnroll: Move the actual unrolling logic to a standa...
2016-01-12 Dan Gohman[WebAssembly] Implement a prototype instruction encoder...
2016-01-12 Dan Gohman[WebAssembly] Register the MC subtarget info.
2016-01-12 Dan Gohman[WebAssembly] Define OperandTypes for decoding immediat...
2016-01-12 Dan Gohman[WebAssembly] Define a custom segment type for function...
2016-01-12 Kostya Serebryany[libFuzzer] when a new unit is discovered using a dicti...
2016-01-12 Kostya Serebryany[libFuzzer] add various debug prints. Also don't mutate...
2016-01-12 Dan Gohman[WebAssembly] Use TSFlags instead of keeping a list...
2016-01-12 NAKAMURA TakumiOrcRemoteTargetServer.h: Suppress a warning. [-Wunused...
2016-01-12 NAKAMURA Takumilli: Fix warnings. [-Wsign-compare]
2016-01-12 Manman RenCXX_FAST_TLS calling convention: performance improvemen...
2016-01-12 Justin BognerLoopUnroll: Make canUnrollCompletely static - it doesn...
2016-01-12 Justin BognerLoopUnroll: Clean up the maze of initialization for...
2016-01-12 Manman RenCXX_FAST_TLS calling convention: performance improvemen...
2016-01-12 Kostya Serebryany[libFuzzer] extend the weak memcmp/strcmp/strncmp inter...
2016-01-12 Teresa Johnson[IRMover] Don't copy personality, etc unless creating def
2016-01-11 Lang Hames[Orc] XFAIL a few remote-jit test cases that I missed...
2016-01-11 Manman RenCXX_FAST_TLS calling convention: Add support for ARM...
2016-01-11 Dan Gohman[WebAssembly] Define WebAssembly-specific relocation...
2016-01-11 Reid KlecknerAvoid the deprecated GetVersionEx API
2016-01-11 Sanjay Patel[LibCallSimplifier] use instruction-level fast-math...
2016-01-11 Rafael EspindolaRemove a bugs assert.
2016-01-11 NAKAMURA Takumilli-child-target: Introduce a new dependency on Runtime...
2016-01-11 Sanjay Patel[LibCallSimplifier] don't allow sqrt transform unless...
2016-01-11 Justin BognerLoopUnroll: Use the optsize threshold for minsize as...
2016-01-11 Sanjay Patelmore space; NFC
2016-01-11 Sanjay Patel[LibCallSimplifier] use instruction-level fast-math...
2016-01-11 Sanjay PatelgetParent()->getParent() == getFunction() and clang...
2016-01-11 Sanjay Pateldon't repeat function names in comments; NFC
2016-01-11 Rafael EspindolaAdd a missing error handling to llvm-lto.
2016-01-11 Dan Gohman[WebAssembly] Reorganize address offset folding.
2016-01-11 Matt ArsenaultAMDGPU: Implement {{s|u}}int_to_fp i64 -> f32
2016-01-11 Lang HamesXFAIL the LLI remote JIT tests on Win32.
2016-01-11 Teresa JohnsonSplit resolveCycles(bool AllowTemps) into two interface...
2016-01-11 Pete CooperBumpPtrAllocator::Reset should also poison the first...
2016-01-11 Matt ArsenaultAMDGPU: Cleanup udiv test
2016-01-11 Matt ArsenaultAMDGPU: Fix crash with dispatch.ptr intrinsic with...
2016-01-11 Ahmed Bougacha[X86] Add AVX512 testcase for r248965/PR24512.
2016-01-11 Reid KlecknerRevert "[Windows] Simplify assertion code. NFC."
2016-01-11 Lang Hames[ORC] Add explicit move construction/assignment to
2016-01-11 Reid KlecknerUpdate the VS getting started docs to reflect the curre...
2016-01-11 Reid KlecknerUse ::GetVersionEx directly rather than the Win8.1...
2016-01-11 Lang Hames[ORC] More MSVC error wrangling.
2016-01-11 Dimitry AndricEnsure -mcpu=xscale works for arm targets, after rL2529...
2016-01-11 Adhemerval... [sanitizer] [msan] Fix origin store of array types
2016-01-11 Lang Hames[Orc] Fix missing return.
2016-01-11 Lang Hames[Orc] Add explicit move construction/assignment to...
2016-01-11 David BlaikieFix some GCC 4.7 issues with the new Orc remote JIT...
2016-01-11 Chen LiCode refactoring for commit r257278.
2016-01-11 Chad Rosier[NFC] Fix whitespace.
2016-01-11 Lang Hames[ORC] Explicitly delete copy constructors for RCMemoryM...
2016-01-11 Lang Hames[Orc] Include <system_error> in OrcTargetClient.
2016-01-11 Lang Hameslli/ChildTarget now depends on OrcJIT. Add that compone...
2016-01-11 Lang HamesRemove the remote-JIT small code model tests for now...
2016-01-11 Lang Hames[Orc] More explicit move construction/assignment to...
2016-01-11 Lang HamesXFAIL the remote small code model tests on x86. Small...
2016-01-11 Matt ArsenaultAMDGPU: int_to_fp test cleanups
2016-01-11 Matt ArsenaultAMDGPU: Fix ctlz combine for sub 32-bit types
2016-01-11 Matt ArsenaultAMDGPU: Pattern match ffbh pattern to instruction.
2016-01-11 Lang Hames[LLI] Remove dependence on RemoteTarget.cpp from ChildT...
2016-01-11 Lang Hames[ORC] Pacify MSVC by adding explicit move construction...
2016-01-11 Lang Hames[ORC] Change 'auto' to 'std::error_code' to try to...
2016-01-11 Matt ArsenaultAMDGPU: Custom lower i64 ctlz
2016-01-11 Matt ArsenaultMips: Remove lowerSELECT_CC
2016-01-11 Matt ArsenaultLegalizeDAG: Expand ctlz with ctlz_zero_undef if legal
2016-01-11 Matt ArsenaultAMDGPU: Remove dead target dag combine
2016-01-11 Lang Hames[LLI] Replace the LLI remote-JIT support with the new...
next