platform/upstream/llvm.git
2015-02-17 Rafael EspindolaAdd r228888 back.
2015-02-17 Rafael EspindolaAdd r228886 back now that r229530 fixed the issue lldb...
2015-02-17 Sanjay Patelmake basic block label matching more flexible for less...
2015-02-17 Tom StellardR600/SI: Fix asam errors in SIFoldOperands
2015-02-17 Nico WeberRemove a recovery attempt that was untested and crashed...
2015-02-17 Sanjay Patelprevent folding a scalar FP load into a packed logical...
2015-02-17 Rafael EspindolaDon't deference the section_end() iterator.
2015-02-17 Reid KlecknerExpose LLVM_VERSION_PATCH in llvm-config.h
2015-02-17 Eric ChristopherMake the ARM AsmPrinter independent of global subtarget
2015-02-17 Eric Christopher80-column fixups.
2015-02-17 Eric ChristopherRemove the ABI from the target features. It's obsoleted by
2015-02-17 Colin LeMahieu[MC] Constifying MCInst::size()
2015-02-17 Zachary TurnerAdd LLDB_API to all of the public API class definitions.
2015-02-17 Adrian PrantlAdd a testcase that exercises DIBuilder's handling...
2015-02-17 Adrian PrantlDIBuilder: add trackIfUnresolved() to all nodes that...
2015-02-17 Simon Atanasyan[Object] Support reading 64-bit MIPS ELF archives
2015-02-17 Alexey Samsonov[LSan] Make parent tool responsible for initializing...
2015-02-17 Dimitry AndricRemove inclusion of netinet/ip_compat.h for FreeBSD...
2015-02-17 Ilia KFix argdumper build in cmake (OS X) after r228636
2015-02-17 Zachary TurnerRevert "Revert "I had recently added a new SBFrame...
2015-02-17 Aaron BallmanCorrecting the ArrayRef test to not cause use-after...
2015-02-17 Zachary TurnerRevert "I had recently added a new SBFrame::GetVariable...
2015-02-17 Aaron BallmanAdding additional tests to ensure that initializer...
2015-02-17 Aaron BallmanAddressing a post-commit review comment suggesting...
2015-02-17 Sanjay PatelCanonicalize splats as build_vectors (PR22283)
2015-02-17 Benjamin KramerRevert accidental commit.
2015-02-17 Eric Fiselier[libcxx] Add <experimental/ratio>
2015-02-17 Benjamin KramerPrefer SmallVector::append/insert over push_back loops...
2015-02-17 Tom StellardR600/SI: Extend private extload pattern to include...
2015-02-17 Pavel LabathUse CloseOnExec in Platform::PutFile
2015-02-17 Chaoren LinSend default register number instead of GDB register...
2015-02-17 Chaoren LinWatchpoint debug registers should work in i386 as well.
2015-02-17 Chaoren LinFix small assignment mistake.
2015-02-17 Aaron BallmanI believe we no longer require LLVM_HAS_INITIALIZER_LIS...
2015-02-17 NAKAMURA TakumiADT/PointerIntPairTest.cpp: Prune obsolete #if. We...
2015-02-17 Benjamin KramerPrefer SmallVector::append/insert over push_back loops.
2015-02-17 Sergey MatveevAppend -fno-assume-sane-operator-new in ASan builds.
2015-02-17 Aaron BallmanReverting r229473; it does not compile with MSVC 2013...
2015-02-17 Elena DemikhovskyFixed a bug in store sinking.
2015-02-17 NAKAMURA TakumiOrcJIT: Appease msc18 not to be confused on executeComp...
2015-02-17 NAKAMURA TakumiReformat.
2015-02-17 NAKAMURA TakumiOrcJIT: Try to appease msc18 to add move constructor...
2015-02-17 Viktor Kutuzov[Msan] Fix the unit tests' PathToLoadable() to work...
2015-02-17 Manuel KlimekFix problem with uninitialized bool found by asan.
2015-02-17 Andrea Di Biagio[X86][FastISel] Add missing flag -fast-isel-abort to...
2015-02-17 Andrea Di Biagio[X86] Silence -Wsign-compare warnings.
2015-02-17 Will NewtonFix AArhc64 ELF test failure on Windows
2015-02-17 Daniel Jasperclang-format: Don't force a break after "endl" if every...
2015-02-17 Daniel Jasperclang-format: Fix crasher.
2015-02-17 Manuel KlimekMake tests independent of llvm variable naming.
2015-02-17 Justin BognerRevert "InstrProf: Add unit tests for the profile reade...
2015-02-17 Elena DemikhovskyAVX-512: changes in intel_ocl_bi calling conventions
2015-02-17 Justin BognerInstrProf: Add missing header from r229478
2015-02-17 Michael Kuperstein[X86] Combine vector anyext + and into a vector zext
2015-02-17 Tobias GrosserAdd missing files to autoconf build
2015-02-17 Justin BognerRe-apply "InstrProf: Add unit tests for the profile...
2015-02-17 Jonas Paulsson[PBQP] NDEBUG guards added around code needed for assert.
2015-02-17 Tobias GrosserUpdate isl to 0ae2b02 "isl_seq_combine: optimize for...
2015-02-17 Eric ChristopherMake the PowerPC AsmPrinter independent of global subtarget
2015-02-17 Craig Topper[X86] Convert palignr builtin handling to use shuffle...
2015-02-17 Justin BognerInstrProf: Use a test fixture in the coverage mapping...
2015-02-17 Eric ChristopherAdd a FIXME to move IsLittleEndian to the target machine.
2015-02-17 Eric ChristopherMove ABI handling and 64-bitness to the PowerPC target...
2015-02-17 Alex DenisovAdd more tests for NSArray/NSDictionary literals
2015-02-17 Craig Topper[X86] Merge the 2 separate builtin handlers for PALIGNR...
2015-02-17 Craig Topper[X86] Remove code that does custom handling of the...
2015-02-17 Lang Hames[Orc][Kaleidoscope] Fix misnumbered steps in comments...
2015-02-17 Lang Hames[Orc][Kaleidoscope] Add an example of extreme-laziness...
2015-02-17 Lang Hames[Orc][Kaleidoscope] Update the MainLoop code of the...
2015-02-17 Duncan P. N... AsmPrinter: Use DIExpression default constructor, NFC
2015-02-17 Chandler Carruth[x86] Teach the unpack lowering to try wider element...
2015-02-17 Hal Finkel[BDCE] Add a bit-tracking DCE pass
2015-02-17 Lang Hames[Orc] Update the Orc indirection utils and refactor...
2015-02-17 Hal FinkelSpecify arch in test/CodeGen/X86/float-conv-elim.ll
2015-02-17 Duncan P. N... AsmPrinter: Stop creating DebugLocs
2015-02-16 Fariborz Jahanian[Objctive-C sema]. Do not do the unused-getter-return...
2015-02-16 Hal Finkel[PowerPC] Support non-direct-sub/superclass VSX copies
2015-02-16 Justin BognerRevert "InstrProf: Add unit tests for the profile reade...
2015-02-16 Justin BognerInstrProf: Add unit tests for the profile reader and...
2015-02-16 Aaron BallmanMinor tweaks to r229447 to ensure the attribute is...
2015-02-16 Simon Atanasyan[Mips] Replace a magic number by enumeration
2015-02-16 Simon Atanasyan[Mips] Add .MIPS.options section descriptor kinds enume...
2015-02-16 Lang Hames[Orc] Add an emitAndFinalize method to the ObjectLinkin...
2015-02-16 Nico WeberWrap to 80 columns. No behavior change.
2015-02-16 Nico WeberFor variables with dependent type, don't crash on ...
2015-02-16 Ahmed Bougacha[ARM] Remove unused declaration. NFC.
2015-02-16 Saleem AbdulrasoolSema: diagnose use of unscoped deprecated prior to...
2015-02-16 Saleem AbdulrasoolParse: return true from ParseCXX11AttributeArgs if...
2015-02-16 Cameron McInally[AVX512] Make 512b vector floating point rounds legal...
2015-02-16 Matthias BraunRegisterCoalescer: Don't rematerialize subregister...
2015-02-16 Matthias BraunRegisterCoalescer: Do not look for regclass of IMPLICIT...
2015-02-16 Simon Atanasyan[Mips] Read GP0 value from .MIPS.options section
2015-02-16 Simon Atanasyan[Mips] Show error if MIPS_REGINFO section has invalid...
2015-02-16 Simon Atanasyan[Mips] Factor out the code to search section by type...
2015-02-16 Simon Pilgrim[X86][SSE] Add SSE MOVQ instructions to SSEPackedInt...
2015-02-16 Mehdi AminiSelectionDAG: fold (fp_to_u/sint (s/uint_to_fp)) here too
2015-02-16 Mehdi AminiInstCombine: fold more cases of (fp_to_u/sint (u/sint_t...
2015-02-16 Mehdi AminiTests: reformat sitofp.ll and use FileCheck
2015-02-16 Craig Topper[X86] Remove completely unnecessary switch statement.
2015-02-16 Justin BognerInstrProf: Update for LLVM API change
next