oota-llvm.git
2015-12-07 Craig TopperAdd uint8_t size to LegalizeTypeAction enum and use...
2015-12-07 Craig TopperAdd uint8_t size to LegalizeAction enum so we can use...
2015-12-07 Davide Italiano[llvm-objdump/MachoDump] Make code much more concise.
2015-12-06 Keno Fischer[Verifier] Fix !dbg validation if Scope is the Subprogram
2015-12-06 Simon Pilgrim[X86][AVX] Tidied up BROADCASTPD/BROADCASTPS tests
2015-12-06 Lang Hames[Orc] Rename IndirectStubsManagerBase to IndirectStubsM...
2015-12-06 Dan Gohman[WebAssembly] Factor out a TypeToString function, since...
2015-12-06 Dan Gohman[WebAssembly] Make tableswitch's 'default' operand...
2015-12-06 Dan Gohman[WebAssembly] Enable folding of offsets into global...
2015-12-06 Dan Gohman[WebAssembly] Tighten up some testcase regular expressions.
2015-12-06 Dan Gohman[WebAssembly] Add some more ideas to README.txt.
2015-12-06 Sanjay Patel[x86] add missing maxnum/minnum tests for 256-bit vectors
2015-12-06 Rafael EspindolaCreate llvm.global_ctors in the new format.
2015-12-06 Marina Yatsina[X86] Add support for loopz, loopnz for Intel syntax
2015-12-06 Asaf Badouh[X86][AVX512] add vmovss/sd missing encoding
2015-12-06 Michael Kuperstein[X86] Always generate precise CFA adjustments.
2015-12-06 Igor BregerAVX512: support AVX512BW Intrinsic in 32bit mode.
2015-12-06 Craig TopperUse make_range to reduce mentions of iterator type...
2015-12-06 Craig TopperMinor formatting fix. NFC
2015-12-05 Sanjoy Das[InstCombine] Call getCmpPredicateForMinMax only with...
2015-12-05 Davide Italiano[llvm-readobj] report_error() does not return, so we...
2015-12-05 Dan Gohman[WebAssembly] Don't perform the returned-argument optim...
2015-12-05 Dan Gohman[WebAssembly] Replace the fake JUMP_TABLE instruction...
2015-12-05 Dan Gohman[WebAssembly] Implement direct calls to external symbols.
2015-12-05 Sanjay PatelAdd vector fmaxnum tests that correspond to the existin...
2015-12-05 Dan Gohman[WebAssembly] Support inline asm constraints of type...
2015-12-05 Sanjay Patelfix typo; NFC
2015-12-05 Dan Gohman[WebAssembly] Update a stale comment. NFC.
2015-12-05 JF BastienWebAssembly: improve readme, add placeholder for tests.
2015-12-05 Dan Gohman[WebAssembly] Move useAA() out of line to make it more...
2015-12-05 Dan Gohman[WebAssembly] Call TargetPassConfig base class function...
2015-12-05 Dan Gohman[WebAssembly] Expand frem as a floating point library...
2015-12-05 Craig Topper[Hexagon] Don't call getNumImplicitDefs and then iterat...
2015-12-05 Keno Fischer[ASAN] Add doFinalization to reset state
2015-12-05 Simon Pilgrim[X86][ADX] Added memory folding patterns and stack...
2015-12-05 Craig TopperReplace uint16_t with the MCPhysReg typedef in many...
2015-12-05 Craig TopperUse std::fill instead of memset to initialize an array...
2015-12-05 Simon Pilgrim[X86][FMA4] Explicitly set the domain of FMA4 float...
2015-12-05 Xinliang David Li[PGO] Add version to getPGOFuncName method
2015-12-05 Cong HouNormalize successors' probabilities when building MBBs...
2015-12-05 David Blaikie[llvm-dwp] Add coverage for both the presence and absen...
2015-12-05 David Blaikie[llvm-dwp] Fix the type_units.test since I renamed...
2015-12-05 David Blaikie[llvm-dwp] Rename the sufficiently-modified test to...
2015-12-05 David Blaikie[llvm-dwp] clang-format this to catch anything I've...
2015-12-05 David Blaikie[llvm-dwp] Support debug_tu_index
2015-12-05 Dan Gohman[WebAssembly] Implement ReverseBranchCondition, and...
2015-12-05 Kostya Serebryany[libFuzzer] one more trophie
2015-12-05 Kostya Serebryany[libFuzzer] don't reload the corpus more than once...
2015-12-05 Lang HamesWhitespace.
2015-12-05 Keno Fischer[opt] Fix run-twice option for non-idempotent passes
2015-12-05 Keno Fischer[MC] Add a test for state reset in MCMachOStreamer
2015-12-05 Cong HouFix a typo in LoopVectorize.cpp. NFC.
2015-12-05 Dan Gohman[WebAssembly] Fix scheduling dependencies in register...
2015-12-05 Justin BognerCodeGen: Let the BumpPtrAllocator free the elements...
2015-12-05 Derek Schuff[WebAssembly] Support constant offsets on loads and...
2015-12-05 Philip Reames[EarlyCSE] IsSimple vs IsVolatile naming clarification...
2015-12-05 Keno Fischer[opt] Fix sanitizer complaints about r254774
2015-12-04 Philip Reames[PassManager] Ensure destructors of cached AnalysisUsag...
2015-12-04 Teresa Johnson[ThinLTO] Helper for performing renaming/promotion...
2015-12-04 Hans WennborgAdd FeatureLAHFSAHF to amdfam10 as well.
2015-12-04 Dan Gohman[WebAssembly] Initial varargs support.
2015-12-04 Philip ReamesAddress a memory leak in 254760
2015-12-04 Justin BognerCodeGen: Move the SlotIndexes BumpPtrAllocator before...
2015-12-04 Hans WennborgX86: Don't emit SAHF/LAHF for 64-bit targets unless...
2015-12-04 Derek SchuffAdd TransformUtils to list of required libraries for llc
2015-12-04 Kostya Serebryany[libFuzzer] compute base64 in-process instead of using...
2015-12-04 Rafael EspindolaMSVC complains about this being ambiguous.
2015-12-04 Lang Hames[Orc] Move some code up into the JITCompileCallbackMana...
2015-12-04 Rafael EspindolaAlways pass a diagnostic handler to the linker.
2015-12-04 Weiming Zhao[SimplifyLibCalls] Optimization for pow(x, n) where...
2015-12-04 Pete CooperFix incorrect quote. NFC
2015-12-04 Keno Fischer[llc/opt] Add an option to run all passes twice
2015-12-04 Chad Rosier[AArch64] Expand vector SDIVREM/UDIVREM operations.
2015-12-04 David Blaikie[llvm-dwp] Remove some out of date comments
2015-12-04 David Blaikie[llvm-dwp] Implement the required on-disk probed hash...
2015-12-04 Reid KlecknerFix llvm-readobj build on Windows, match noreturn attri...
2015-12-04 David Blaikie[llvm-dwp] Include the debug_line.dwo section
2015-12-04 Sanjoy Das[OperandBundles] Allow operand-specific attributes...
2015-12-04 Philip Reames[LegacyPassManager] Reduce memory usage for AnalysisUsage
2015-12-04 Matthias BraunScheduleDAGInstrs: Move LiveIntervals field to Schedule...
2015-12-04 Davide Italiano[llvm-readobj] reportError() never returns. Mark with...
2015-12-04 Davide Italiano[llvm-readobj/ELF] Simplify Verdef handling.
2015-12-04 Mike Aizatskyfixing Makefile
2015-12-04 Mike Aizatskyadding MC dependencies in hopes to pacify the hexagon...
2015-12-04 Mike Aizatskysancov -not-covered-functions.
2015-12-04 Dan Gohman[WebAssembly] Add several more calling conventions...
2015-12-04 Sanjay Pateldon't repeat function names in comments; NFC
2015-12-04 Sanjay Patelfix formatting; NFC
2015-12-04 Manman Ren[CXX TLS calling convention] Add CXX TLS calling conven...
2015-12-04 David Blaikie[llvm-dwp] Retrieve the DWOID from the CU for the cu_in...
2015-12-04 Dan Gohman[WebAssembly] Give names to the callseq begin and end...
2015-12-04 Dan Gohman[WebAssembly] clang-format CallingConvSupported. NFC.
2015-12-04 Dan Gohman[WebAssembly] Factor out the list of supported calling...
2015-12-04 Dan Gohman[WebAssembly] Check for more unsupported ABI flags.
2015-12-04 Dan Gohman[WebAssembly] Use SelectionDAG::getUNDEF. NFC.
2015-12-04 Krzysztof Parzyszek[Hexagon] Simplify LowerCONCAT_VECTORS, handle differen...
2015-12-04 Rafael EspindolaModernize the C++ APIs for creating LTO modules.
2015-12-04 Tim NorthoverARM/AArch64: update reference documentation.
2015-12-04 Colin LeMahieu[Hexagon] Using multiply instead of shift on signed...
2015-12-04 Jonas Paulsson[SystemZ] Bugfix: Don't add CC twice to new three-addre...
next