platform/upstream/llvm.git
2015-02-21 Greg ClaytonDon't use:
2015-02-21 Duncan P. N... IR: Move DebugInfo Flag* definitions to .def file, NFC
2015-02-21 Adrian PrantlRevert "Adapt Makefile dependencies for the clang modul...
2015-02-21 Adrian PrantlRevert "Wrap clang module files in a Mach-O, ELF, or...
2015-02-21 Greg ClaytonFix the test so it runs correctly when there are spaces...
2015-02-21 Greg ClaytonFix this test case so it runs correctly.
2015-02-21 Duncan P. N... AsmParser: Use StringRef for keyword comparisons, NFC
2015-02-21 Adrian Prantlconfigure+make: Rearange clangCodeGen to come before...
2015-02-21 Rafael EspindolaSet the datalayout in the gold plugin.
2015-02-21 Philip Reames[PlaceSafepoints] Adjust enablement logic to default...
2015-02-21 Adrian Prantlconfigure+make: Add ipo to the dependencies of libclang.
2015-02-20 Duncan P. N... AsmParser: Use do{}while(false) in macros, NFC
2015-02-20 David BlaikieRemove some unnecessary unreachables in favor of (somet...
2015-02-20 Matthias BraunLiveRangeCalc: Don't start liveranges of PHI instructio...
2015-02-20 Simon Atanasyan[Mips] Support mips32r3, mips32r5, mips64r3, mips64r5...
2015-02-20 Filipe CabecinhasDon't set $LIB if we're not targetting windows.
2015-02-20 Adrian PrantlAdapt Makefile dependencies for the clang module format...
2015-02-20 Adrian PrantlWrap clang module files in a Mach-O, ELF, or COFF conta...
2015-02-20 Philip ReamesHide a bunch of advanced testing options in default...
2015-02-20 Rafael EspindolaUse short names for jumptable sections.
2015-02-20 Rui UeyamaPECOFF: Temporarily add a lock to un-break buildbot.
2015-02-20 Zachary TurnerRevert "[llvm-pdbdump] Add some tests for llvm-pdbdump."
2015-02-20 Philip Reames[RewriteStatepointsForGC] Use DenseSet in place of...
2015-02-20 Zachary Turner[llvm-pdbdump] Add some tests for llvm-pdbdump.
2015-02-20 Siva ChandraFix TestStubSetSID after unification in to a single...
2015-02-20 Philip Reames[RewriteStatepointsForGC] Replace std::map with DenseMap
2015-02-20 Enrico GranataThis should fix the Windows build
2015-02-20 Philip Reames[RewriteStatepointsForGC] Cleanup - replace std::vector...
2015-02-20 Eric ChristopherUsed the cached subtarget off of the MachineFunction.
2015-02-20 Enrico GranataRename the "glob arguments" feature to "shell expand...
2015-02-20 Greg ClaytonMake sure things build for iOS after recent changes.
2015-02-20 Reid KlecknerX86: Remove pre-2010 dead code in mergeSPUpdatesDown
2015-02-20 Simon PilgrimLowerScalarImmediateShift - Merged v16i8 and v32i8...
2015-02-20 Adrian PrantlRevert "Wrap clang module files in a Mach-O, ELF, or...
2015-02-20 Matt ArsenaultR600/SI: Remove v_sub_f64 pseudo
2015-02-20 Matt ArsenaultR600: Use new fmad node.
2015-02-20 Matt ArsenaultAdd generic fmad DAG node.
2015-02-20 Rui UeyamaRemove YAML/Native round-trip passes.
2015-02-20 Philip Reames[RewriteStatepointsForGC] More style cleanup [NFC]
2015-02-20 Adrian PrantlWrap clang module files in a Mach-O, ELF, or COFF conta...
2015-02-20 Greg ClaytonMake sure the public state is eStateStopped when we...
2015-02-20 Enrico GranataStart the refactoring of globbing
2015-02-20 Ben LangmuirDon't try to rebuild modules on umbrella header mismatch
2015-02-20 Philip Reames[RewriteStatepointsForGC] Remove notion of SafepointBou...
2015-02-20 Chris BienemanRaising minimum required CMake version to 2.8.12.2.
2015-02-20 Jacques PienaarFix merging of << at end of input.
2015-02-20 Greg ClaytonAvoid a race condition when loading core files where...
2015-02-20 Eric ChristopherGrab the DataLayout off of the TargetMachine since...
2015-02-20 Benjamin KramerLoopRotate: When reconstructing loop simplify form...
2015-02-20 Duncan P. N... IR: Change MDFile to directly store the filename/directory
2015-02-20 Peter CollingbourneAdd test suite for the Control Flow Integrity feature.
2015-02-20 Peter CollingbourneImplement Control Flow Integrity for virtual calls.
2015-02-20 Peter CollingbourneIntroduce bitset metadata format and bitset lowering...
2015-02-20 Jozef KolekReversed revision 229706. The reason is regression...
2015-02-20 Adrian PrantlRevert "Wrap clang module files in a Mach-O, ELF, or...
2015-02-20 David MajnemerVerifier: Unused comdats might not have a corresponding GV
2015-02-20 Eric ChristopherFix an asan use-after-free bug introduced by the asm...
2015-02-20 Enrico GranataAdd the new file to the CMakeLists. This should appease...
2015-02-20 Adrian PrantlRequire a target for this testacse.
2015-02-20 Philip Reames[GC, RewriteStatepointsForGC] Style cleanup and bug fix
2015-02-20 Enrico GranataAdd an OptionValueLanguage class
2015-02-20 Reid KlecknerUse unreachable instead of assert(false) to silence...
2015-02-20 Adrian PrantlWrap clang module files in a Mach-O, ELF, or COFF conta...
2015-02-20 Andrea Di Biagio[X86][FastIsel] Teach how to select float-half conversi...
2015-02-20 Philip Reames[GC] Style cleanup for RewriteStatepointForGC (1 of...
2015-02-20 Chris BienemanSetting up CMake to default to Debug when no build...
2015-02-20 Philip ReamesBugfix for 229954
2015-02-20 Eric ChristopherRemove a use of the Subtarget in the darwin ppc asm...
2015-02-20 Eric ChristopherGet the function specific subtarget.
2015-02-20 Eric ChristopherGet the cached subtarget off the MachineFunction rather...
2015-02-20 Oleksiy VyalovIntroduce FileSystem::CalculateMD5AsString that support...
2015-02-20 Andrey ChurbanovTwo warning messages fixed.
2015-02-20 Andrey ChurbanovMisprint in comment fixed
2015-02-20 Andrey ChurbanovDetect Intel MIC architecture and set some defaults...
2015-02-20 Andrey ChurbanovRemoved unused varargs from __kmpc_flush function.
2015-02-20 Rafael EspindolaAdd -funique-section-names and -fno-unique-section...
2015-02-20 Andrey ChurbanovAdded new user-guided lock api, currently disabled...
2015-02-20 Andrey ChurbanovChanged default stack offset for threads on non-Mac...
2015-02-20 Ilia KMinor changes after r229901: move the CMICmdCmdStackSel...
2015-02-20 Andrey ChurbanovAdded some compiler flags for security on Linux and...
2015-02-20 Alexey Samsonov[Sanitizer] Refactor SuppressionContext class.
2015-02-20 Ilia KForgot to remove initialization of MiTestCaseBase.mydir...
2015-02-20 Sanjay Patelcanonicalize a v2f64 blendi of 2 registers
2015-02-20 Benjamin KramerPut MSVC back into the dumb compiler's corner.
2015-02-20 Ilia KRefactor lldb-mi tests
2015-02-20 Benjamin KramerBase isPodLike on is_trivially_copyable for GCC 5 and...
2015-02-20 Kit BartonI incorrectly marked the VORC instruction as isCommutab...
2015-02-20 Timur Iskhodzhanov[ASan] Make the argument of '__sanitizer_annotate_conti...
2015-02-20 Timur Iskhodzhanov[ASan/Win] Work around PR22545 - unregister globals...
2015-02-20 Igor LaevskyGeneralize statepoint lowering to use ImmutableStatepoi...
2015-02-20 Benjamin KramerConstants.cpp: Only read 32 bits for float.
2015-02-20 Rui UeyamaRemove redundant "explicit".
2015-02-20 John ThompsonDeleted module-map-checker, as it's been folded into...
2015-02-20 NAKAMURA TakumiConstants.cpp: getElementAsAPFloat(): Don't handle...
2015-02-20 Benjamin KramerRewriteStatepointsForGC: Move details into anonymous...
2015-02-20 Daniel Jasperclang-format: [js] Support template strings.
2015-02-20 Benjamin KramerMake the static instance of None just const.
2015-02-20 Benjamin KramerWrap recursive function only used in assert in #ifndef...
2015-02-20 Ilia KAdd -symbol-list-lines command (MI)
2015-02-20 Jean-Daniel... [Mach-O] Remove redundant allocator
next