OSDN Git Service

android-x86/external-llvm.git
2016-05-20 Dylan McKay[AVR] Fix signuature of AVRTargetMachine constructor
2016-05-20 Matthias BraunLiveIntervalAnalysis: Rework constructMainRangeFromSubr...
2016-05-20 Matthias BraunMachineVerifier: subregs so not require defs/valnos...
2016-05-20 Rui UeyamaFix struct member names and simplify. NFC.
2016-05-20 Tim Shen[PowerPC] Add a testcase for TCO on string rvo function
2016-05-20 Chris Bieneman[yaml2obj] [MachO] Fill Segment and Section data
2016-05-20 Sanjay Pateladd test vector sdiv
2016-05-20 Sanjay Pateladd test for vector shift
2016-05-20 Justin BognerSDAG: Implement Select instead of SelectImpl in PPCDAGT...
2016-05-20 Jacques Pienaar[lanai] Change reloc to use PIC_ by default and cleanup.
2016-05-20 Richard SmithSwitch from the linux-specific 'struct sigaltstack...
2016-05-20 Richard SmithAdd a configure-time check for the existence of sigalts...
2016-05-20 Richard SmithReinstate r269992 (reverting r270267), but restricted...
2016-05-20 Richard SmithCreate a sigaltstack when we register our signal handle...
2016-05-20 Michael KupersteinRevert r270268 due to unused variable warnings.
2016-05-20 Sanjay Pateladd tests for vector urem
2016-05-20 David MajnemerAddress post-review for r270246
2016-05-20 Adrian Prantldsymutil/modules: Reword the warning for static librari...
2016-05-20 Michael Kuperstein[BasicAA] Turn DecomposeGEPExpression runtime checks...
2016-05-20 Chris BienemanRevert "Work around a glibc bug: backtrace() spuriously...
2016-05-20 Sanjay Pateluse FileCheck instead of grep for exact checking
2016-05-20 Derek Bruening[esan] Use ModulePass for EfficiencySanitizerPass.
2016-05-20 Rui Ueyamapdbdump: print out symbol names referred by publics...
2016-05-20 Krzysztof ParzyszekUse report_fatal_error after all
2016-05-20 Matthias BraunLiveIntervalAnalysis: Fix missing defs in renameDisconn...
2016-05-20 Peter CollingbourneCodeGen: Move the call to DwarfDebug::beginModule(...
2016-05-20 Peter CollingbourneCodeGen: Do not require a MachineFunction just to creat...
2016-05-20 Justin BognerCODE_OWNERS: Take ownership of SelectionDAG
2016-05-20 Jun Bum Lim[AArch64] Disable narrow load merge by default
2016-05-20 Mark LaceyFunctions with differing phis should not be merged.
2016-05-20 Quentin Colombet[RegBankSelect] Look for the best mapping in greedy...
2016-05-20 Chris Bieneman[MachOYAML] Removing duplicated field from LC_UUID...
2016-05-20 Quentin Colombet[RegBankSelect] Get rid of a now dead method: setSafeIn...
2016-05-20 David Majnemer[X86] Reduce memory allocations in X86TargetMachine...
2016-05-20 Quentin Colombet[RegBankSelect] Take advantage of a potential best...
2016-05-20 Quentin Colombet[RegBankSelect] Use frequency and probability informati...
2016-05-20 Quentin Colombet[RegBankSelect] Use the Fast mode for functions with...
2016-05-20 Chris Bieneman[obj2yaml][yaml2obj] Adding enumFallback for MachO...
2016-05-20 Sanjay Patelfix comments; NFC
2016-05-20 Sanjay Pateluse range-loops; NFCI
2016-05-20 Quentin Colombet[RegBankSelect] Specify different optimization mode...
2016-05-20 Sanjay Patelfix documentation comments; NFC
2016-05-20 Krzysztof ParzyszekFix error reporting in register scavenger (lack of...
2016-05-20 Quentin Colombet[RegBankSelect] Add a method to avoid splitting while...
2016-05-20 Davide Italiano[PM/PartiallyInlineLibCalls] Fix pass dependencies.
2016-05-20 Simon Pilgrim[X86][AVX] Generalized matching for target shuffle...
2016-05-20 Simon Pilgrim[X86][AVX] Sync with clang/test/CodeGen/avx-builtins.c
2016-05-20 Davide Italiano[PartiallyInlineLibCalls] Remove dead includes. NFC.
2016-05-20 Davide Italiano[PM/PartiallyInlineLibCalls] Convert to static function...
2016-05-20 Sanjay Patel[SimplifyCFG] eliminate switch cases based on known...
2016-05-20 Krzysztof ParzyszekCorrection to r270219: fix detection of invalid frame...
2016-05-20 Krzysztof ParzyszekSkip entries with invalid indexes in the search loop...
2016-05-20 Sanjay Patel[MCExpr] avoid UB via negation of INT_MIN
2016-05-20 Krzysztof Parzyszek[Hexagon] Use pipe instead of temporary files in tests
2016-05-20 Rafael EspindolaRefactor X86 symbol access classification.
2016-05-20 Rafael EspindolaSimplify handling of hidden stubs on PowerPC.
2016-05-20 NAKAMURA TakumiSparcISelLowering.cpp: Add missing StringSwitch.h
2016-05-20 Chris Dewhurst[Sparc] Implement getRegisterByName.
2016-05-20 Benjamin Kramer[ProfileData] Thread unique_ptr through the summary...
2016-05-20 Igor Kudrin[Coverage] Fix an issue where improper coverage mapping...
2016-05-20 Chris Dewhurst[Sparc] Enable more inline assembly constraints.
2016-05-20 Diana PicusFix some comment typos in SelectionDAGBuilder. NFC
2016-05-20 Saleem AbdulrasoolTarget: move enum back into MC
2016-05-20 Craig Topper[X86] Run the AVX/AVX2 intrinsic tests in AVX512VL...
2016-05-20 Craig Topper[X86] Fix another AVX pattern to only be disable if...
2016-05-20 Saleem AbdulrasoolTarget: move the EH enumeration and add option
2016-05-20 Jacques Pienaar[lanai] Use Optional<Reloc> in LanaiTargetMachine.
2016-05-20 Craig TopperRevert accidental commit of a test command line addition.
2016-05-20 Craig Topper[X86] Fix some AVX patterns to only be disabled if...
2016-05-20 Dan Liew[LibFuzzer] Fix implementation of ``GetPeakRSSMb()...
2016-05-20 Dan Liew[LibFuzzer] Fix ``NumberOfCpuCores()`` on Mac OSX.
2016-05-20 Dylan McKayAdd AVRTargetStreamers
2016-05-20 Quentin Colombet[RegBankSelect] Refactor the code to split the repairin...
2016-05-20 Quentin Colombet[RegBankSelect] Add helper class for repairing code...
2016-05-20 Quentin Colombet[RegBankSelect] Refactor assignmentMatch to avoid testi...
2016-05-20 Rafael EspindolaFix pr27728.
2016-05-20 Quentin Colombet[RegBankSelect] Introduce MappingCost helper class.
2016-05-20 Richard SmithRestore ASCIIbetical order.
2016-05-19 Chris Bieneman[obj2yaml] [yaml2obj] Adding a test for r270124
2016-05-19 Chris Bieneman[yaml2obj] Removing debug code that scribbled 0xDEADBEEF
2016-05-19 Lang Hames[RuntimeDyld][MachO] Add support for SUBTRACTOR relocat...
2016-05-19 Rafael Espindolaclang-format. NFC.
2016-05-19 Sanjoy DasAdd const qualifiers to appease bots; NFC
2016-05-19 Easwaran RamanAllow -inline-threshold to override default threshold.
2016-05-19 Richard SmithForgotten file from r269992.
2016-05-19 Sanjoy Das[GuardWidening] Introduce range check merging
2016-05-19 Quentin ColombetReapply r263460: [SpillPlacement] Fix a quadratic behav...
2016-05-19 Rafael EspindolaRecord a TargetMachine instead of a Reloc::Model.
2016-05-19 Dan Liew[LibFuzzer]
2016-05-19 Easwaran RamanRemove specializations of ProfileSummary
2016-05-19 Matthew Simpson[ARM, AArch64] Match additional patterns to ldN instruc...
2016-05-19 Matt ArsenaultAMDGPU: Remove pointless conversions
2016-05-19 Dan Gohman[WebAssembly] Simplify code that never has to handle...
2016-05-19 Easwaran RamanMove ProfileSummary to IR.
2016-05-19 Guozhi Wei[InstCombine] Avoid combining the bitcast of a var...
2016-05-19 Sanjay Patelcomment out line that is causing UBSAN bot failures
2016-05-19 Chris Bieneman[obj2yaml] [yaml2obj] Support for MachO Load Command...
2016-05-19 Chris BienemanRevert "[obj2yaml] [yaml2obj] Support for MachO Load...
2016-05-19 David BlaikieFix -Wunused-variable in non-Asserts build
2016-05-19 Chris Bieneman[obj2yaml] [yaml2obj] Support for MachO Load Command...
next