OSDN Git Service

android-x86/external-llvm.git
2016-02-19 Rafael EspindolaAdd support for merging strings with alignment larger...
2016-02-19 Ulrich Weigand[SystemZ] Fix ABI for i128 argument and return types
2016-02-19 Chandler Carruth[LPM] Document the new helpers to make it easy to get...
2016-02-19 Chandler Carruth[LPM] Factor all of the loop analysis usage updates...
2016-02-19 Craig Topper[X86] Remove unused entries from the disassembler type...
2016-02-19 David MajnemerShuffle header file as per the Coding Standards
2016-02-19 David Majnemer[SjLjEHPrepare] Simplify/cleanup code
2016-02-19 Matthias BraunLegalizeDAG: Fix ExpandFCOPYSIGN assuming the same...
2016-02-19 Chandler Carruth[LPM] Actually test what the O2 pass pipeline consists...
2016-02-19 Easwaran RamanAdd profile summary support for sample profile.
2016-02-19 David Majnemer[SjLjEHPrepare] Don't grab pointers to functions in...
2016-02-19 Chandler Carruth[AA] Preserve the AA results wrapper pass as well as...
2016-02-19 Davide Italiano[llvm-nm] In C++, main implicitly returns 0. Pointed...
2016-02-19 Lawrence HuBug fix: use dyn_cast_or_null instead of dyn_cast
2016-02-19 David Blaikiellvm-dwp: Don't test compression when zlib isn't available
2016-02-19 David Blaikiellvm-dwp: Support compressed input
2016-02-19 Junmo ParkMinor code cleanups. NFC.
2016-02-19 Mike Aizatsky[sancov] widening default blacklist.
2016-02-19 Mike Aizatsky[sancov] Adding covered/uncovered tables to coverage...
2016-02-19 Justin LebarWhen printing MIR, output to errs() rather than outs().
2016-02-19 Philip Reames[CaptureTracking] Add a test case for pointer cmpxchg
2016-02-19 Philip Reames[IR] Extend cmpxchg to allow pointer type operands
2016-02-18 Sanjay Patel[x86] fix initialization of PredictableSelectIsExpensive
2016-02-18 Chris Bieneman[CMake] Properly set CMAKE_BUILD_TYPE to Debug by default
2016-02-18 Richard TrieuRemove uses of builtin comma operator.
2016-02-18 Jordan Rose[ADT] Be less clever when using a nonce type for disamb...
2016-02-18 Kostya Serebryany[libFuzzer] only read MaxLen bytes from every file...
2016-02-18 Adam Nemet[PPCLoopDataPrefetch] Move pass to Transforms/Scalar...
2016-02-18 Adam Nemet[PPCLoopDataPrefetch] Remove PPC from some of the names...
2016-02-18 David Majnemer[WinEH] Hoist state stores from successors
2016-02-18 Jordan Rose[ADT] Fix PointerEmbeddedInt when the underlying type...
2016-02-18 Reid Kleckner[IR] Straighten out bundle overload of IRBuilder::Creat...
2016-02-18 Davide Italiano[X86ISelLowering] Use isPowerof2 instead of rewriting...
2016-02-18 Amaury SechetAdd support for invoke/landingpad/resume in C API test
2016-02-18 Philip ReamesRestrict scope of variables [NFC]
2016-02-18 Philip Reames[CaptureTracking] Support atomicrmw and cmpxchg
2016-02-18 Zachary Turner[DebugInfoPDB] Add source / line number accessors for...
2016-02-18 Hans WennborgAdd more triples after r261235
2016-02-18 Matthew Simpson[AArch64] Reduce vector insert/extract cost for Kryo
2016-02-18 Hans WennborgRevert to extend i8/i16 return values on Darwin (PR26665)
2016-02-18 Benjamin KramerMake header self-contained. NFC.
2016-02-18 Chad Rosier[Hexagon] Remove redundant check.
2016-02-18 Xinliang David LiStop creating covmap as note section on ELF
2016-02-18 Nicolai HaehnleAMDGPU/SI: add llvm.amdgcn.image.load/store[.mip] intri...
2016-02-18 Krzysztof Parzyszek[Hexagon] Fix compilation error with GCC 6
2016-02-18 Krzysztof Parzyszek[Hexagon] Implement TLS support
2016-02-18 Matthew SimpsonReapply commit r259357 with a fix for PR26629
2016-02-18 Zlatko Buljan[mips][microMIPS] Implement TLBINV and TLBINVF instructions
2016-02-18 Krzysztof Parzyszek[Hexagon] Add support for __builtin_prefetch
2016-02-18 Krzysztof Parzyszek[Hexagon] Update the callee-saved register set for...
2016-02-18 Benjamin KramerAdd parentheses around arithmetic in operand of '|'.
2016-02-18 Chandler Carruth[PM] Port the PostOrderFunctionAttrs pass to the new...
2016-02-18 Simon Pilgrim[X86][SSE] Improve PSHUFB shuffle mask decoding.
2016-02-18 Junmo ParkMinor code cleanup. NFC.
2016-02-18 Nikolay HaustovTest commit access.
2016-02-18 Michael Zuckerman[AVX512][PRORQ][PRORD] Change imm8 to int
2016-02-18 Chandler Carruth[PM/AA] Teach the new pass manager to use pass-by-lambd...
2016-02-18 NAKAMURA TakumiMake a stub version of MITests, instead of reverting.
2016-02-18 Dan Gohman[WebAssembly] Don't use setRequiresStructuredCFG(true).
2016-02-18 Matthias BraunRevert "LiveIntervalAnalysis: Remove LiveVariables...
2016-02-18 Craig Topper[TableGen,X86] Add NDEBUG check to a variable initializ...
2016-02-18 Craig Topper[TableGen,X86] Remove extra optional operand from RawFr...
2016-02-18 Tom Stellard[AMDGPU] Disassembler: Added basic disassembler for...
2016-02-18 Kostya Serebryany[libFuzzer] fix the libFuzzer bot
2016-02-17 Amaury SechetAdd upport for bitcast in the C API echo test
2016-02-17 Derek Schuff[WebAssembly] Disable register stackification and color...
2016-02-17 Tim NorthoverAArch64: always clear kill flags up to last eliminated...
2016-02-17 Amaury SechetAdd support for memory operations (load/store/gep)...
2016-02-17 Zachary Turner[DebugInfoPDB] A few cleanups on PDB Variant class.
2016-02-17 Amaury SechetMove LLVMCreateTargetData and LLVMDisposeTargetData...
2016-02-17 Michael J.... [readobj] Remove uneeded braces in case statement.
2016-02-17 Amaury SechetMake sure functions are generated even there is no...
2016-02-17 Adrian PrantlDwarfDebug: Don't drop the DIExpression just because...
2016-02-17 Adrian PrantlDbgVariable: Add an accessor for the common case of...
2016-02-17 Amaury SechetAdd support for global variables in the C API echo...
2016-02-17 Kostya Serebryany[sanitizer-coverage] implement -fsanitize-coverage...
2016-02-17 Amaury SechetNFC: Fix formating
2016-02-17 Tim NorthoverFix warning on build without asserts
2016-02-17 Tim NorthoverAArch64: improve redundant copy elimination.
2016-02-17 Zachary Turner[DebugInfoPDB] Raise getSymIndexId() up to PDBSymbol
2016-02-17 Zachary Turner[DebugInfoPDB] Teach Variant to support string types.
2016-02-17 Haicheng Wu[LIR] Avoid turning non-temporal stores into memset
2016-02-17 Adrian PrantlDebug Info: Teach LdStHasDebugValue() (Local.cpp) about...
2016-02-17 George Burgess IVAdd static/const qualifiers to methods. NFC.
2016-02-17 Kostya Serebryany[libFuzzer] don't timeout when loading the corpus....
2016-02-17 Akira HatanakaMention 'notail' attribute in 3.9 release notes.
2016-02-17 Elena DemikhovskyCreate masked gather and scatter intrinsics in Loop...
2016-02-17 Amaury SechetFix load alignement when unpacking aggregates structs
2016-02-17 David MajnemerRevert "Reapply commit r258404 with fix."
2016-02-17 Frederic Riss[ObjCARC] Handle ARCInstKind::ClaimRV in OptimizeIndivi...
2016-02-17 Colin LeMahieu[Hexagon] Replacing reference/dereference with referenc...
2016-02-17 Nico WeberRemove superfluous semicolon.
2016-02-17 Nico WeberRevert r261070, it caused PR26652 / PR26653.
2016-02-17 David Majnemer[WinEH] Optimize WinEH state stores
2016-02-17 Easwaran RamanAdd a profile summary class specific to instrumentation...
2016-02-17 Colin LeMahieu[Hexagon] Loop instructions don't need special processi...
2016-02-17 Justin Lebar[NVPTX] Annotate convergent intrinsics as convergent.
2016-02-17 Justin Lebar[NVPTX] Test that MachineSink won't sink across llvm...
2016-02-17 Justin Lebar[NVPTX] Annotate call machine instructions as calls.
2016-02-17 Justin Lebar[IR] Add {is,set,setNot}Convergent() functions to CallS...
next