platform/upstream/llvm.git
2015-05-13 David Blaikie[opaque pointer type] Use GlobalVariable::getValueType...
2015-05-13 Douglas Katzman[X86] Fix PR23271 - RIP-relative decoding bug in disass...
2015-05-13 Pete CooperConstruct ArrayRef<const T*> from vector<T>
2015-05-13 Kostya Serebryany[lib/Fuzzer] update docs about test corpuses in git
2015-05-13 Justin BognerInstrProf: Fix display of large numbers in llvm-cov
2015-05-13 Ed MasteAdd AArch64 and MIPS breakpoint opcodes and sort cases
2015-05-13 Paul RobinsonBreak \# in a depfile the same way as gcc.
2015-05-13 Ed MasteInitial FreeBSD/arm live debugging support
2015-05-13 Ed MasteRearrange PlatformFreeBSD to match PlatformLinux
2015-05-13 Pete CooperAdd llvm::all_of which wraps std::all_of.
2015-05-13 Jonathan RoelofsFix typo on Instruction::insert{After,Before}(). NFC
2015-05-13 Peter CollingbourneMake GNUInline consistent with whether we use tradition...
2015-05-13 Justin BognerInstrProf: Treat functions with a coverage map but...
2015-05-13 Duncan P. N... MC: clang-format MCSymbol.h, NFC
2015-05-13 Paul RobinsonFix dependency file escaping.
2015-05-13 Tim NorthoverARM: remove possible vestiges of the legacy JIT???
2015-05-13 Tim NorthoverARM: remove custom jump table UID
2015-05-13 Tim NorthoverARM: refactor optimizeThumb2JumpTables.
2015-05-13 Zachary TurnerDon't import lock on Windows.
2015-05-13 Zachary TurnerFix broken test, this wasn't supposed to get committed.
2015-05-13 Sanjoy Das[Statepoints][Docs] Fix a couple of out of date examples.
2015-05-13 Sanjoy Das[Statepoints][Docs] Fix typo: change a period to a...
2015-05-13 Robert FlackSelect expected remote libc++ library name based on...
2015-05-13 Sanjoy Das[Safepoints][Verifier] Fix a tautological Assert.
2015-05-13 Sanjoy Das[PlaceSafepoints] New attributes for patchable statepoints.
2015-05-13 Sanjoy Das[PlaceSafepoints] Update docs for r237214.
2015-05-13 Davide Italiano[LoopIdiomRecognize] Use auto + range-based loop. NFC...
2015-05-13 Zachary TurnerFix line endings.
2015-05-13 Zachary TurnerFix an issue with finding python on Windows.
2015-05-13 Zachary TurnerRemove DoAttachToProcessWithId(lldb::pid_t).
2015-05-13 Zachary TurnerHave Platform::KillProcess try to use the process plugi...
2015-05-13 Jim InghamAdd a comment clarifying what func_name_type_mask is.
2015-05-13 Ted WoodwardChange Linux Platform to support non-host Linux archite...
2015-05-13 Jordan Rose[llvm-bcanalyzer] Add -show-binary-blobs option.
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-05-13 David Blaikie[opaque pointer type] Constant Folding: Use GEPOperator...
2015-05-13 David Blaikie[opaque pointer type] Pass the explicit function type...
2015-05-13 Kostya Serebryany[lib/Fuzzer] enable -use_counters=1 by default
2015-05-13 Robert FlackCheck the host platform to determine logging channel...
2015-05-13 Robert FlackEnable workaround for finding functions in global names...
2015-05-13 Jingyue Wu[NaryReassociate] avoid running forever
2015-05-13 Aaron BallmanMade considerable updates to the documentation explaini...
2015-05-13 Yaron KerenSilence Visual C++ warning C4189: 'Result' : local...
2015-05-13 Brendon Cahoon[Hexagon] Generate loop1 instruction for nested loops
2015-05-13 Diego NovilloAdd function entry counts from sample profiles.
2015-05-13 Evgeniy StepanovImplement std::experimental::sample.
2015-05-13 Daniel Jasperclang-format: Improve nested block / lambda indentation...
2015-05-13 Toma Tabacu[mips] [IAS] Preemptively fix warning introduced by...
2015-05-13 Yaron KerenUpdate ELFObjectWriter::reset() following r236255.
2015-05-13 Diego NovilloAdd function entry count metadata.
2015-05-13 Teresa JohnsonTest commit: Remove unnecessary spaces.
2015-05-13 Brendon Cahoon[Hexagon] Generate hardware loop when loop has a critic...
2015-05-13 Jozef Kolek[mips][microMIPSr6] Implement CLO and CLZ instructions
2015-05-13 Silviu BarangaRevert r237247 - [AArch64] Codegen VMAX/VMIN.. as it...
2015-05-13 Toma Tabacu[mips] [IAS] Unify common functionality of LA and LI.
2015-05-13 Andrey ChurbanovRemoved mentioning of OpenMP as unsupported feature...
2015-05-13 Tobias GrosserUpdate isl to 9f767f1766a0
2015-05-13 Daniel Jasperclang-format: Fix incorrect */& classification.
2015-05-13 Ilia KRefactor lldb-mi's prompt
2015-05-13 Artyom Skrobov[AArch64] Codegen VMAX/VMIN for safe math cases
2015-05-13 Daniel Jasperclang-format: Fix semicolon less macro-detection.
2015-05-13 Michael KupersteinReverting r237234, "Use std::bitset for SubtargetFeatures"
2015-05-13 Daniel Jasperclang-format: [ObjC] Further improve wrapping of method...
2015-05-13 Alexey Bataev[OPENMP] Fixed codegen for firstprivate variables,...
2015-05-13 Toma Tabacu[mips] [IAS] Merge the micromips-expressions.s test...
2015-05-13 Daniel Jasperclang-format: [ObjC] Make IndentWrappedFunctionNames...
2015-05-13 Tamas BerghammerFix arm instruction emulation of add (imm) and sub...
2015-05-13 Ewan CrawfordRemote Non-Stop Support
2015-05-13 Ilia KFix a few compile warnings
2015-05-13 Sergey Dmitrouk[DebugInfo] Debug locations for constant SD nodes
2015-05-13 Daniel Jasperclang-format: Prefer formatting local lambdas like...
2015-05-13 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-05-13 Daniel Jasperclang-format: Support column layout with comment after {.
2015-05-13 Elena DemikhovskyAVX-512: fixed a bug in encoding of VPSRAQ instrcution,
2015-05-13 Craig TopperUse ArrayRef::slice instead of manually constructing...
2015-05-13 Vince HarronDarwin - fix intermitent crashes in import crashinfo
2015-05-13 Tom StellardUse a more accurate implementation for exp
2015-05-13 Tom StellardImplement exp2 using OpenCL C rather than using an...
2015-05-13 Pete CooperConstify arguments to methods in LICM. NFC
2015-05-13 Pete CooperChange LoadAndStorePromoter to take ArrayRef instead...
2015-05-13 Pete CooperConstify arguments in AliasSetTracker methods. NFC
2015-05-13 Pete CooperChange a loop in LoopInfo to foreach. NFC
2015-05-13 Pete CooperConstify arguments to methods in LoopInfo. NFC
2015-05-13 Lang Hames[LLD] Properly relocate the LSDA field of MachO eh...
2015-05-13 Robert FlackDon't change the selected platform when creating the...
2015-05-13 Philip Reames[PlaceSafepoints] Reduce dominator tree recalculation
2015-05-13 Lang Hames[LLD] Add support for MachO ripRel32MinusNAnon relocations.
2015-05-13 Vince HarronFixed a ton of gcc compile warnings
2015-05-13 Lang Hames[LLD] Add a mutex to prevent concurrent modification...
2015-05-13 Jingyue Wu[SLSR] handles non-canonicalized Mul candidates
2015-05-12 Sanjoy Das[Statepoints] Support for "patchable" statepoints.
2015-05-12 Philip Reames[PlaceSafepoints] Followup to commit L237172
2015-05-12 Saleem AbdulrasoolCodeGen: ignore DEBUG_VALUE nodes in KILL tagging
2015-05-12 Chandler CarruthRevert r237175: [X86] Always return the sret parameter...
2015-05-12 Chandler Carruth[Unrolling] Refactor the start and step offsets to...
2015-05-12 Kostya Serebryany[lib/Fuzzer] A simple script to synchronise a fuzz...
2015-05-12 Vince Harrondosep can run tests in a specific subfolder
2015-05-12 Vince HarronAdded support for XTIMEOUT to dosep
2015-05-12 Eric FiselierDocument a known build issue on OS X 10.8 and later.
2015-05-12 Eric FiselierAllow the CMake option 'LLVM_ABI_BREAKING_CHECKS' to...
next