- 7020014 handle phi nodes by David Majnemer · 10 years ago
- cb675bb [WinEHPrepare] Add rudimentary support for the new EH instructions by David Majnemer · 10 years ago
- af511be [dsymutil] Implement dSYM bundle creation by Frederic Riss · 10 years ago
- e88f2f3 [dsymutil] Add (unimplemented) --flat option by Frederic Riss · 10 years ago
- 9a7f450 Thread premissions through sys::fs::create_director{y|ies} by Frederic Riss · 10 years ago
- cf16656 [WinEH] Add documentation motivating the new EH instructions by Reid Kleckner · 10 years ago
- 9301135 [IndVars] Fix PR24356. by Sanjoy Das · 10 years ago
- 95d9915 [IndVars] Improved logging under DEBUG(); NFC. by Sanjoy Das · 10 years ago
- be21eab Convert a bunch of loops to foreach. NFC. by Pete Cooper · 10 years ago
- 4752eae Update comments. by Rui Ueyama · 10 years ago
- f5063f4 AMDGPU/SI: Add Fiji support by Tom Stellard · 10 years ago
- 825c884 AMDGPU/SI: Add support for 32-bit immediate SMRD offsets on CI by Tom Stellard · 10 years ago
- 732a4ce AMDGPU/SI: Use ComplexPatterns for SMRD addressing modes by Tom Stellard · 10 years ago
- 01d5be6 Fix memory leaks by avoiding extra manual dynamic allocation by David Blaikie · 10 years ago
- a57926b Fix nested CrashRecoveryContexts with LLVM_ENABLE_THREADS=OFF, allow them. by Nico Weber · 10 years ago
- 397ed3e [libFuzzer] move the mutators to public interface so that custom mutators may reuse these functions directly by Kostya Serebryany · 10 years ago
- 3dd7bf5 Rename inst_range() to instructions() for consistency. NFC by Nico Rieck · 10 years ago
- 1c618a4 Fix possible infinite loop in shrink wrapping when searching for save/restore by Kit Barton · 10 years ago
- cfb2e81 LibDriver: Replace references to lld-link2 with lld-link. by Peter Collingbourne · 10 years ago
- f5232c2 [Reassociation] Fix miscompile for va_arg arguments. by Quentin Colombet · 10 years ago
- dcfc698 MIR Parser: Report an error when parsing duplicate memory operand flags. by Alex Lorenz · 10 years ago
- dbc2c06 Revert r244154 which causes some build failure. See https://llvm.org/bugs/show_bug.cgi?id=24377. by Cong Hou · 10 years ago
- 66353e3 Update docs for accessing !dbg attachments by Duncan P. N. Exon Smith · 10 years ago
- 87433fc This patch changes the interface to enable the shrink wrapping optimization. by Kit Barton · 10 years ago
- 11c1577 [AArch64] Use a static function and other minor cleanup for readability. NFC. by Chad Rosier · 10 years ago
- 8191fed [cmake] Handle Dragonfly BSD like FreeBSD by Reid Kleckner · 10 years ago
- 181ebad docs: Fix typo in Phabricator.rst by Reid Kleckner · 10 years ago
- 7a40257 MIR Serialization: Serialize the 'invariant' machine memory operand flag. by Alex Lorenz · 10 years ago
- 972533b Fix an alignment error in `llvm::expandAtomicRMWToCmpXchg` without breaking the build where X86 isn't enabled. by Richard Diamond · 10 years ago
- 3c4339b MIR Serialization: Serialize the 'non-temporal' machine memory operand flag. by Alex Lorenz · 10 years ago
- 535cac4 [AArch64] Improve the readability of the ld/st optimization pass. NFC. by Chad Rosier · 10 years ago
- d7d9972 [SPARC] Don't compare arch name as a string, use the enum instead. by Douglas Katzman · 10 years ago
- 437cb16 Reuse variable. NFC. by Rafael Espindola · 10 years ago
- 3d3d5ae Silencing a -Wtype-limits warning; NFC. by Aaron Ballman · 10 years ago
- 639ab38 Plug memory leaks in AsmWriterEmitter::EmitPrintAliasInstruction. by Yaron Keren · 10 years ago
- 97f89e5 Fix minor typos. NFC. by Chad Rosier · 10 years ago
- 7809bb2 Revert "Divide the primitive size in bits by eight so the initial load's alignment is in bytes as expected. Tested with the included unit test." by Renato Golin · 10 years ago
- 47e91a810 llvm/lib/IR/AttributeImpl.h: Move comment block not to cover typedef, introduced in r244164. [-Wdocumentation] by NAKAMURA Takumi · 10 years ago
- da13538 Removing tailing whitespaces by Michael Liao · 10 years ago
- 1fc0f62 [X86] Improve EmitLoweredSelect for contiguous CMOV pseudo instructions. by Michael Kuperstein · 10 years ago
- e29d3ef [PM/AA] Clean up and homogenize comments throughout basic-aa. by Chandler Carruth · 10 years ago
- f10e430 Fix Visual C++ error C2248: by Yaron Keren · 10 years ago
- 940e92b [PM/AA] Run clang-format over all of basic-aa before making more by Chandler Carruth · 10 years ago
- 734c778 [PM/AA] Hoist the interface for BasicAA into a header file. by Chandler Carruth · 10 years ago
- f4fa49e COFF: Assign the correct symbol type to internal functions. by Peter Collingbourne · 10 years ago
- da53004 [PM/AA] Simplify the AliasAnalysis interface by removing a wrapper by Chandler Carruth · 10 years ago
- 596885b [libFuzzer] add one more mutation strategy: byte shuffling by Kostya Serebryany · 10 years ago
- 3c99e77 MIR Serialization: Initial serialization of the machine operand target flags. by Alex Lorenz · 10 years ago
- 0de2088 [llvm-objdump] Add missing call to exit(1). by Davide Italiano · 10 years ago
- 349b419 Revert "Make sure all temporary files get created under %T." by Frederic Riss · 10 years ago
- a22e8f8 ValueMapper: Rotate distinct node remapping algorithm by Duncan P. N. Exon Smith · 10 years ago
- c2f74a9 [libFuzzer] avoid build warnings in non-assert build (useful warning in this case) by Kostya Serebryany · 10 years ago
- 9a461c7 Add a stat to show how often the limit to decompose GEPs in BasicAA is reached. by Wei Mi · 10 years ago
- e04f789 [dsymutil] Do not create temporary files in -no-output mode. by Frederic Riss · 10 years ago
- 8012b5f [dsymutil] Update source used to generate test binary. by Frederic Riss · 10 years ago
- 23213bf ValueMapper: Simplify remap() helper function, NFC by Duncan P. N. Exon Smith · 10 years ago
- 7fac429 x86: NFC remove needless InstrCompiler cast by JF Bastien · 10 years ago
- b6d9668 [NVPTX] Use LDG for pointer induction variables. by Bjarke Hammersholt Roune · 10 years ago
- 5707219 [libFuzzer] in dfsan mode, set labels every time we start recording traces as opposed to doing it at process startup. This ensures that the labels are fresh. by Kostya Serebryany · 10 years ago
- 1cf6cc7 Add a TrailingObjects template class. by James Y Knight · 10 years ago
- 3d08467 Make sure all temporary files get created under %T. by Artem Belevich · 10 years ago
- 1b709aa [dsymutil] Add support for the -arch option. by Frederic Riss · 10 years ago
- 0f57ff7 Fix Windows test failure with triple instead of using the native OS by Reid Kleckner · 10 years ago
- defbd1f If the "CodeView" module flag is set, emit codeview instead of DWARF by Reid Kleckner · 10 years ago
- a417426 MIR Serialization: Serialize the machine operand's offset. by Alex Lorenz · 10 years ago
- f6c8c4a Add <numeric> header for use of std::accumulate(). by Cong Hou · 10 years ago
- fceb978 Divide the primitive size in bits by eight so the initial load's alignment is in by Richard Diamond · 10 years ago
- 3f81410 Record whether the weights on out-edges from a MBB are normalized. by Cong Hou · 10 years ago
- 7141424 [libFuzzer] add option -report_slow_units=Nsec to control when slow units are printed by Kostya Serebryany · 10 years ago
- 764fea6 [libFuzzer] add a missing test file by Kostya Serebryany · 10 years ago
- e9d6ca1 Drop the defaulted CallGraph move ctor, since it's unused and MSVC doesn't support defaulted move ops by David Blaikie · 10 years ago
- 3987976 Replace &vector[0] with vector.data() to avoid invalid dereference caught by debug STL. Also move a '*' for consistency and fix an 80-col violation. by Nick Lewycky · 10 years ago
- cea26c2 -Wdeprecated: Remove some dead code that was relying on a questionable (rule-of-3-violating) copy ctor in MCInstPrinter by David Blaikie · 10 years ago
- 452b145 [LoopUnswitch] Preserve make.implicit metadata for unswitched conditions by Chen Li · 10 years ago
- a588f3f [Hexagon] Edit a comment. NFC by Krzysztof Parzyszek · 10 years ago
- 0caff99 -Wdeprecated clean by making LogBuilder move constructible so it can be returned by value (in DifferenceEngine::logf) by David Blaikie · 10 years ago
- 8cfa23f x86 atomic: optimize a.store(reg op a.load(acquire), release) by JF Bastien · 10 years ago
- bd4b424 [PM] Remove a failed attempt to port the CallGraph analysis to the new by Chandler Carruth · 10 years ago
- a1cdcbb Update GettingStarted docs list of LLVM_TARGETS_TO_BUILD to match cmake. by Pete Cooper · 10 years ago
- 75e2b5a -Wdeprecated cleanup: Make CallGraph movable by default by using unique_ptr members rather than raw pointers. by David Blaikie · 10 years ago
- 3e8a65d Revert "Fix MO's analyzePhysReg, it was confusing sub- and super-registers. Problem pointed out by Michael Hordijk." by JF Bastien · 10 years ago
- a41cc3c Fix MO's analyzePhysReg, it was confusing sub- and super-registers. Problem pointed out by Michael Hordijk. by JF Bastien · 10 years ago
- deae476 -Wdeprecated-clean: Remove uses of throw() in favor of noexcept by David Blaikie · 10 years ago
- f7e51b2 NFC. by Cong Hou · 10 years ago
- 3252585 -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated in C++11 by David Blaikie · 10 years ago
- 50f5c7d Revert "Fix `llvm-config` to emit the linker flag for the combined shared object built by autoconfig/make instead of the individual components." by Richard Diamond · 10 years ago
- 8e50192 Write access test. by Richard Diamond · 10 years ago
- 9721428 MIR Parser: Report an error when parsing large immediate operands. by Alex Lorenz · 10 years ago
- c2b7a39 MIR Serialization: Serialize the typed immediate integer machine operands. by Alex Lorenz · 10 years ago
- 8a88fc9 [Unroll] Switch to using 'int' cost types in preparation for a somewhat by Chandler Carruth · 10 years ago
- edcd960 [dsymutil] Fix test patterns. by Frederic Riss · 10 years ago
- bed9b2f MIR Parser: Extract the IR constant parsing code into a new method. NFC. by Alex Lorenz · 10 years ago
- cebdc26 [Hexagon] Implement TargetTransformInfo for Hexagon by Krzysztof Parzyszek · 10 years ago
- 7a42578 [dsymutil] Implement support for handling mach-o universal binaries as main input/output. by Frederic Riss · 10 years ago
- d2fb7bd [dsymutil] Introduce exit helper. NFC. by Frederic Riss · 10 years ago
- cca89d3 [dsymutil] Split some logic into a helper function. NFC by Frederic Riss · 10 years ago
- d2f9ac2 [libFuzzer] use data-flow feedback from strcmp by Kostya Serebryany · 10 years ago
- 0f3be31 MIR Parser: Report an error when parsing duplicate register flags. by Alex Lorenz · 10 years ago
- da49414 [TTI] Make the cost APIs in TargetTransformInfo consistently use 'int' by Chandler Carruth · 10 years ago
- bdf5dc7 [GMR] Teach the conservative path of GMR to catch even more easy cases. by Chandler Carruth · 10 years ago