- e1019f4 [X86][SSE] Added v64i8 vector integer multiply tests by Simon Pilgrim · 9 years ago
- fac6a88 [X86][AVX512BW] AVX512BW can sign-extend v32i8 to v32i16 for simpler v32i8 multiplies. by Simon Pilgrim · 9 years ago
- 4fda227 [PowerPC] Disable the CTR optimization in the presence of {min,max}num by David Majnemer · 9 years ago
- e2ec01f [X86][SSE] Refreshed vector integer multiply tests by Simon Pilgrim · 9 years ago
- 1d7b585 [X86][SSE] Don't duplicate Lower256IntArith functionality in LowerMul. NFC. by Simon Pilgrim · 9 years ago
- 72bdb5b Minor code cleanup. NFC. by Junmo Park · 9 years ago
- 4f013a7 [Power9] Implement new altivec instructions: permute, count zero, extend sign, negate, parity, shift/rotate, mul10 by Chuang-Yu Cheng · 9 years ago
- 5e8cf48 ThinLTO: use the callgraph from the combined index to drive the FunctionImporter by Mehdi Amini · 9 years ago
- abcfbb3 abtest: Cleanup, improve comments by Matthias Braun · 9 years ago
- a324948 Rename ModuleSummaryIndex::modPathStringEntries() into modulePaths() by Mehdi Amini · 9 years ago
- 2c08f67 Stop testing the unspecified order in which the OnDiskHashTable stores entries. by Richard Smith · 9 years ago
- e949106 Don't force OnDiskHashTables to have a minimum of 64 buckets. That's by Richard Smith · 9 years ago
- 4508f5d abtest: Check all files, improve announcements by Matthias Braun · 9 years ago
- b56f8c3 Put my abtest scripts into the util directory by Matthias Braun · 9 years ago
- bbb35fb [Support] Switch to RAII helper for error-as-out-parameter idiom. by Lang Hames · 9 years ago
- 9a0b1af Improve the reliability of file renaming in Windows by having the compiler retry by Sunil Srivastava · 9 years ago
- 64f9238 StringMap/DenseMap unittests: use piecewise_construct and ensure no copy occurs. by Mehdi Amini · 9 years ago
- be17ef7 [Object] Make createMachOObjectFile return Expected<...> rather than by Lang Hames · 9 years ago
- 779f485 Allow value forwarding past release fences in GVN by Philip Reames · 9 years ago
- cd6820b SelectionDAG: Remove arbitrary and bug-prone complexity from SDLoc by Justin Bogner · 9 years ago
- 086a6fa [Object] Make MachOObjectFile's constructor private, provide a static create by Lang Hames · 9 years ago
- d65658e [Support] Add Error::errorForOutParameter helper. by Lang Hames · 9 years ago
- 4b3682d [X86] Emit a proper ADJCALLSTACKDOWN in EmitLoweredTLSAddr by David Majnemer · 9 years ago
- 386c67f [MachineCopyPropagation] Expose more dead copies across instructions with regmasks by Jun Bum Lim · 9 years ago
- a9f3207 Prevent construction of cycle in DAG store merge by Nirav Dave · 9 years ago
- 3d4018c [libFuzzer] use fflush after every Printf by Kostya Serebryany · 9 years ago
- c1303e8 Remove useless and unused CrashRecoveryContext::getBacktrace(). This function always returned an empty string. by Richard Smith · 9 years ago
- 89e202e [InstSimplify] regenerate checks using a script by Sanjay Patel · 9 years ago
- 4f28549 [RS4GC] Lower calls to @llvm.experimental.deoptimize by Sanjoy Das · 9 years ago
- 38189f2 CodeGen: Don't iterate over operands after we've erased an MI by Justin Bogner · 9 years ago
- bac79c5 ARM: maintain BB ordering when expanding WIN__DBZCHK by Saleem Abdulrasool · 9 years ago
- cb239ec [SetVector] Add erase() method by Jun Bum Lim · 9 years ago
- 947ecf3 [ThinLTO] Rename edges() to calls() for clarity (NFC) by Teresa Johnson · 9 years ago
- 91af31a CodeGen: Fix a use-after-free in TII by Justin Bogner · 9 years ago
- 3c5d035 AMDGPU: Fix a use-after free and a missing break by Justin Bogner · 9 years ago
- 3b7626f [X86] Use "and $0" and "orl $-1" to store 0 and -1 when optimizing for minsize by Hans Wennborg · 9 years ago
- afa5c08 [InstCombine] use FileCheck for better checking by Sanjay Patel · 9 years ago
- 7886c7e [InstCombine] use FileCheck for better checking by Sanjay Patel · 9 years ago
- 0f998fa [Object] Remove empty private section from BinaryError. by Lang Hames · 9 years ago
- 17bcd52 [InstCombine] use FileCheck for better checking by Sanjay Patel · 9 years ago
- a6543dc [InstCombine] use FileCheck for better checking by Sanjay Patel · 9 years ago
- be8998d [InstCombine] use FileCheck for better checking by Sanjay Patel · 9 years ago
- 7735b5a [InstCombine] use FileCheck for better checking by Sanjay Patel · 9 years ago
- 0711933 [InstCombine] use FileCheck for better checking by Sanjay Patel · 9 years ago
- 4afa29c [InstCombine] use FileCheck for better checking by Sanjay Patel · 9 years ago
- b951e50 Consider regmasks when computing register-based DBG_VALUE live ranges by Reid Kleckner · 9 years ago
- 215b61f [Kaleidoscope] Rename Error -> LogError in Chapters 2-5. by Lang Hames · 9 years ago
- d7b240a [Kaleidoscope] Fix 'Error' name clashes. by Lang Hames · 9 years ago
- 3e22297 [Object] Start threading Error through MachOObjectFile construction. by Lang Hames · 9 years ago
- 2ff3529 [InstCombine] consolidate regression tests of the ancients (2002) by Sanjay Patel · 9 years ago
- 1ffcfe8 fix IR function name regex to allow hyphens by Sanjay Patel · 9 years ago
- 426cfc1 Document the purpose of this testcase. by Adrian Prantl · 9 years ago
- 16303e8 Revert "[SetVector] Add erase() method" by Jun Bum Lim · 9 years ago
- f89f7a2 Fix Narrowing conversion warning introduced by r264415 by Hemant Kulkarni · 9 years ago
- ff9b231 Improve StringMap unittests: reintroduce move count, but shield against std::pair internals by Mehdi Amini · 9 years ago
- df98afd Ensure that the StringMap does not grow during the test for pre-allocation/reserve by Mehdi Amini · 9 years ago
- 7a9b28a [llvm-readobj] Impl GNU style program headers print by Hemant Kulkarni · 9 years ago
- c9a0644 [SetVector] Add erase() method by Jun Bum Lim · 9 years ago
- 4f6a396 Disable counting the number of move in the unittest, it seems to rely on move-construction elision by Mehdi Amini · 9 years ago
- 808bd66 [SystemZ] Remove isBranch and isTerminator flags on BRCT and BRCTG. by Jonas Paulsson · 9 years ago
- d49b92d Revert "Bitcode: Collect all MDString records into a single blob" by Duncan P. N. Exon Smith · 9 years ago
- d7084fc Bitcode: Collect all MDString records into a single blob by Duncan P. N. Exon Smith · 9 years ago
- 6963507 [AArch64] Fix typo. NFC. by Chad Rosier · 9 years ago
- 88ef819 Enable non-power-of-2 #pragma unroll counts. by David L Kreitzer · 9 years ago
- af50900 [X86][SSE] Don't duplicate Lower256IntArith functionality in LowerShift. NFC. by Simon Pilgrim · 9 years ago
- 375da74 fixed typo by Elena Demikhovsky · 9 years ago
- 14a12ee Fix windows build for sys::fs:file_status Access Time added in r264392 by Mehdi Amini · 9 years ago
- 782eed7 Add lastAccessedTime to file_status by Mehdi Amini · 9 years ago
- 9faa82c Fix perfect forwarding for StringMap by Mehdi Amini · 9 years ago
- 389a4db Revert "Add lastAccessedTime to file_status" by Mehdi Amini · 9 years ago
- f8b3df2 Revert "Fix windows build for sys::fs:file_status Access Time added in r264387" by Mehdi Amini · 9 years ago
- b47cf88 Fix windows build for sys::fs:file_status Access Time added in r264387 by Mehdi Amini · 9 years ago
- b474b03 Add lastAccessedTime to file_status by Mehdi Amini · 9 years ago
- 2565675 Query the StringMap only once when creating MDString (NFC) by Mehdi Amini · 9 years ago
- bf941ea Adjust initial size in StringMap constructor to guarantee no grow() by Mehdi Amini · 9 years ago
- 9ed5a82 Fix DenseMap::reserve(): the formula was wrong by Mehdi Amini · 9 years ago
- c165b13 StringMap: reserve appropriate size when initializing from an initializer list by Mehdi Amini · 9 years ago
- facd124 Add GUID/getGlobalIdentifier() non-static API to global value by Mehdi Amini · 9 years ago
- 93e5944 Bitcode: Use std::stable_partition for reproducible builds by Duncan P. N. Exon Smith · 9 years ago
- f206a2c Bitcode: Stop using MODULE_CODE_METADATA_VALUES by Duncan P. N. Exon Smith · 9 years ago
- bb366db AMDGPU: Cost model for basic integer operations by Matt Arsenault · 9 years ago
- 6a62eec X86: Use push-pop for materializing 8-bit immediates for minsize (take 2) by Hans Wennborg · 9 years ago
- 359a7d9 AMDGPU: Partially implement getArithmeticInstrCost for FP ops by Matt Arsenault · 9 years ago
- 7ad5dde IR: Stop upgrading !llvm.loop attachments via MDString by Duncan P. N. Exon Smith · 9 years ago
- 1adb381 IR: Reserve an MDKind for !llvm.loop; NFC by Duncan P. N. Exon Smith · 9 years ago
- c737b6f ARM: fix optimised division on WoA by Saleem Abdulrasool · 9 years ago
- e4e369a TTI: Report 0 cost for free addrspacecasts by Matt Arsenault · 9 years ago
- 93e0b28 TTI: Use 0 for cost of fabs if free by Matt Arsenault · 9 years ago
- 42792ff AMDGPU: TTI: Make insertelement free. by Matt Arsenault · 9 years ago
- c68f3d4 Try to fix ODR violation of ErrorInfo::ID by Reid Kleckner · 9 years ago
- 7121713 CXX TLS: collect return blocks after SelectAllBasicBlocks. by Manman Ren · 9 years ago
- 79b0598 Add utility script to generate checks for opt or llc regression tests by Sanjay Patel · 9 years ago
- dbdf1cf Reduce code duplication by extracting out a helper function; NFC by Sanjoy Das · 9 years ago
- abd2448 Lower varargs correctly in deopt bundle lowering by Sanjoy Das · 9 years ago
- b7348b3 Fix typo: XDS -> XDG by Sean Silva · 9 years ago
- dfb4013 llvm-dwp: Coalesce code for reading the CU's DW_AT_GNU_dwo_id and DW_AT_name by David Blaikie · 9 years ago
- b5f62ce [sancov] renaming statistics fields. by Mike Aizatsky · 9 years ago
- afb111a LiveInterval: Fix Distribute() failing on liveranges with unused VNInfos by Matthias Braun · 9 years ago
- 84ad430 [LoopStrengthReduce] Don't hoist into a catchswitch by David Majnemer · 9 years ago
- 2eed3e6 [Support] Add ErrorInfo::ID static member definition. by Lang Hames · 9 years ago