OSDN Git Service

android-x86/external-llvm.git
2016-03-25 Sanjay Patel[InstCombine] use FileCheck for better checking
2016-03-25 Sanjay Patel[InstCombine] use FileCheck for better checking
2016-03-25 Lang Hames[Object] Remove empty private section from BinaryError.
2016-03-25 Sanjay Patel[InstCombine] use FileCheck for better checking
2016-03-25 Sanjay Patel[InstCombine] use FileCheck for better checking
2016-03-25 Sanjay Patel[InstCombine] use FileCheck for better checking
2016-03-25 Sanjay Patel[InstCombine] use FileCheck for better checking
2016-03-25 Sanjay Patel[InstCombine] use FileCheck for better checking
2016-03-25 Sanjay Patel[InstCombine] use FileCheck for better checking
2016-03-25 Reid KlecknerConsider regmasks when computing register-based DBG_VAL...
2016-03-25 Lang Hames[Kaleidoscope] Rename Error -> LogError in Chapters...
2016-03-25 Lang Hames[Kaleidoscope] Fix 'Error' name clashes.
2016-03-25 Lang Hames[Object] Start threading Error through MachOObjectFile...
2016-03-25 Sanjay Patel[InstCombine] consolidate regression tests of the ancie...
2016-03-25 Sanjay Patelfix IR function name regex to allow hyphens
2016-03-25 Adrian PrantlDocument the purpose of this testcase.
2016-03-25 Jun Bum LimRevert "[SetVector] Add erase() method"
2016-03-25 Hemant KulkarniFix Narrowing conversion warning introduced by r264415
2016-03-25 Mehdi AminiImprove StringMap unittests: reintroduce move count...
2016-03-25 Mehdi AminiEnsure that the StringMap does not grow during the...
2016-03-25 Hemant Kulkarni[llvm-readobj] Impl GNU style program headers print
2016-03-25 Jun Bum Lim[SetVector] Add erase() method
2016-03-25 Mehdi AminiDisable counting the number of move in the unittest...
2016-03-25 Jonas Paulsson[SystemZ] Remove isBranch and isTerminator flags on...
2016-03-25 Duncan P. N... Revert "Bitcode: Collect all MDString records into...
2016-03-25 Duncan P. N... Bitcode: Collect all MDString records into a single...
2016-03-25 Chad Rosier[AArch64] Fix typo. NFC.
2016-03-25 David L KreitzerEnable non-power-of-2 #pragma unroll counts.
2016-03-25 Simon Pilgrim[X86][SSE] Don't duplicate Lower256IntArith functionali...
2016-03-25 Elena Demikhovskyfixed typo
2016-03-25 Mehdi AminiFix windows build for sys::fs:file_status Access Time...
2016-03-25 Mehdi AminiAdd lastAccessedTime to file_status
2016-03-25 Mehdi AminiFix perfect forwarding for StringMap
2016-03-25 Mehdi AminiRevert "Add lastAccessedTime to file_status"
2016-03-25 Mehdi AminiRevert "Fix windows build for sys::fs:file_status Acces...
2016-03-25 Mehdi AminiFix windows build for sys::fs:file_status Access Time...
2016-03-25 Mehdi AminiAdd lastAccessedTime to file_status
2016-03-25 Mehdi AminiQuery the StringMap only once when creating MDString...
2016-03-25 Mehdi AminiAdjust initial size in StringMap constructor to guarant...
2016-03-25 Mehdi AminiFix DenseMap::reserve(): the formula was wrong
2016-03-25 Mehdi AminiStringMap: reserve appropriate size when initializing...
2016-03-25 Mehdi AminiAdd GUID/getGlobalIdentifier() non-static API to global...
2016-03-25 Duncan P. N... Bitcode: Use std::stable_partition for reproducible...
2016-03-25 Duncan P. N... Bitcode: Stop using MODULE_CODE_METADATA_VALUES
2016-03-25 Matt ArsenaultAMDGPU: Cost model for basic integer operations
2016-03-25 Hans WennborgX86: Use push-pop for materializing 8-bit immediates...
2016-03-25 Matt ArsenaultAMDGPU: Partially implement getArithmeticInstrCost...
2016-03-25 Duncan P. N... IR: Stop upgrading !llvm.loop attachments via MDString
2016-03-25 Duncan P. N... IR: Reserve an MDKind for !llvm.loop; NFC
2016-03-25 Saleem AbdulrasoolARM: fix optimised division on WoA
2016-03-25 Matt ArsenaultTTI: Report 0 cost for free addrspacecasts
2016-03-25 Matt ArsenaultTTI: Use 0 for cost of fabs if free
2016-03-25 Matt ArsenaultAMDGPU: TTI: Make insertelement free.
2016-03-24 Reid KlecknerTry to fix ODR violation of ErrorInfo::ID
2016-03-24 Manman RenCXX TLS: collect return blocks after SelectAllBasicBlocks.
2016-03-24 Sanjay PatelAdd utility script to generate checks for opt or llc...
2016-03-24 Sanjoy DasReduce code duplication by extracting out a helper...
2016-03-24 Sanjoy DasLower varargs correctly in deopt bundle lowering
2016-03-24 Sean SilvaFix typo: XDS -> XDG
2016-03-24 David Blaikiellvm-dwp: Coalesce code for reading the CU's DW_AT_GNU_...
2016-03-24 Mike Aizatsky[sancov] renaming statistics fields.
2016-03-24 Matthias BraunLiveInterval: Fix Distribute() failing on liveranges...
2016-03-24 David Majnemer[LoopStrengthReduce] Don't hoist into a catchswitch
2016-03-24 Lang Hames[Support] Add ErrorInfo::ID static member definition.
2016-03-24 Eric ChristopherFinish the incomplete 'd' inline asm constraint support...
2016-03-24 Eric ChristopherReorder check lines, comments in test and remove unnece...
2016-03-24 Kostya Serebryany[libFuzzer] handle SIGTERM
2016-03-24 Sanjoy DasMatch call and target calling conventions in test
2016-03-24 Mike Aizatsky[sancov] adding leading zeros to coverage pct.
2016-03-24 Dimitry AndricAdd <atomic> to ThreadPool.h, since std::atomic is...
2016-03-24 Reid KlecknerRevert "Recommitted r263424 "Supporting all entities...
2016-03-24 Krzysztof Parzyszek[Hexagon] Be sure to treat subregisters of a CSR as...
2016-03-24 David Blaikie[ADT] C++11ify SmallVector::erase's arguments from...
2016-03-24 Sanjoy DasAdd lowering support for llvm.experimental.deoptimize
2016-03-24 Krzysztof Parzyszek[Hexagon] Add support for run-time stack overflow checking
2016-03-24 Teresa Johnson[ThinLTO] Use bulk importing in llvm-link
2016-03-24 Krzysztof Parzyszek[Hexagon] Generate PIC-specific versions of save/restor...
2016-03-24 Richard SmithStop relying on mapped_iterator's function having a...
2016-03-24 Sanjoy Das[Statepoints] Fix yet another issue around gc pointer...
2016-03-24 Sanjoy DasMinor cosmestic changes (NFC)
2016-03-24 Chris Bieneman[Docs] Updating CMake docs to include LLVM_OPTIMIZED_TA...
2016-03-24 David Blaikie[debuginfo] Include dwo_name in the split unit to impro...
2016-03-24 Lang Hames[docs] Clarify Error example in Programmer's Manual.
2016-03-24 Adam Nemet[LLE] Check for mismatching types between the store...
2016-03-24 Sanjay Pateldon't hardcode the name of the llc checks script
2016-03-24 Simon Atanasyan[MC][mips] Add MipsMCInstrAnalysis class and register...
2016-03-24 Sanjoy DasRemove unnecessary redirect from test
2016-03-24 Sanjay Patelreorganize llc checks script to allow more flexibility...
2016-03-24 Rafael EspindolaFix gold tests for llvm-readobj format change.
2016-03-24 Simon Pilgrim[X86][XOP] Fixed instruction postfixes to more closely...
2016-03-24 Duncan P. N... BitcodeWriter: Move abbreviation for GenericDINode...
2016-03-24 Duncan P. N... BitcodeWriter: Move abbreviation for DILocation; almost NFC
2016-03-24 Duncan P. N... BitcodeWriter: Split out named metadata; almost NFC
2016-03-24 Simon Atanasyan[llvm-readobj] Decode st_other symbol's flags
2016-03-24 Duncan P. N... Bitcode: Module* -> Module&, NFC
2016-03-24 Elena DemikhovskyAVX-512: Generate KTEST instead of TEST fir i1 vectors
2016-03-24 NAKAMURA TakumiErrorTest.cpp: Move instantiations out of anonymous...
2016-03-24 Tim NorthoverCodeGen: extend RHS when splitting ATOMIC_CMP_SWAP_WITH...
2016-03-24 Tom StellardAMDGPU/SI: Add Polaris support
2016-03-24 Simon Pilgrim[X86][XOP] Merged 128/256 bit 4op instruction definitio...
next