- 9969458 teach instcombine to remove allocated buffers even if there are stores, memcpy/memmove/memset, and objectsize users. by Nuno Lopes · 12 years ago
- eb54603 Since SmallMap was removed in r158644, remove documentation in ProgrammersManual.html. by Dmitri Gribenko · 12 years ago
- 625252f Check if it's a scope last, because several things are scopes. by Bill Wendling · 12 years ago
- db6faeb ARM: Add test cleanup entry to the README. by Jim Grosbach · 12 years ago
- 63d10fb revert r159851. by Akira Hatanaka · 12 years ago
- e32cc0d Reapply r158846. by Akira Hatanaka · 12 years ago
- 2da1a16 Add a print method to the ObjC property object. by Bill Wendling · 12 years ago
- 9fdb7c0 Remove trailing comma in array initialization list. by Bill Wendling · 12 years ago
- f46b497 Remove unnecessary 'llvm::'. by Bill Wendling · 12 years ago
- 0735e81 Remove unnecessary 'llvm::'. by Bill Wendling · 12 years ago
- 6016a4a Whitespace. by Chad Rosier · 12 years ago
- 2af66dc X86: peephole optimization to remove cmp instruction by Manman Ren · 12 years ago
- fd065bb [fast-isel] Tell fast-isel to do nothing with the new donothing intrinsic. by Chad Rosier · 12 years ago
- c5171d5 Update getFunction parameter documentation. Fixes PR13268. by Chad Rosier · 12 years ago
- d8a627b Revert r159789. by Dmitri Gribenko · 12 years ago
- a75ae7e llvm/include/llvm/CMakeLists.txt: Cut dependency to intrinsics_gen. by NAKAMURA Takumi · 12 years ago
- 4c3916f Attempt to fix windows buildbots. Patch by James Benton. by Duncan Sands · 12 years ago
- 365f1b8 test/CodeGen/X86/sext-setcc-self.ll: Mark it as XFAIL: cygwin,mingw32,win32. Investigating. by NAKAMURA Takumi · 12 years ago
- bd985ef Revert r159804, "[arm-fast-isel] Add support for vararg function calls." by NAKAMURA Takumi · 12 years ago
- b67bd33 Fix PR13202 and a regtest. by Alexey Samsonov · 12 years ago
- d9aa95d Sphinxify the CMake document. by Bill Wendling · 12 years ago
- a8c4d73 [arm-fast-isel] Add support for vararg function calls. by Jush Lu · 12 years ago
- 020f07f Changes per review of commit 159787 by Jack Carter · 12 years ago
- 87c06a8 Untabify and move a function near similar functions dealing with struct types. by Eric Christopher · 12 years ago
- 86fc310 Add some comments suggested in code review. by Jakob Stoklund Olesen · 12 years ago
- 0da2178 Enable new[] on llvm::BumpPtrAllocator. by Dmitri Gribenko · 12 years ago
- 244a84e Mips specific inline asm operand modifier D. by Jack Carter · 12 years ago
- 94edc64 Fix an overzealous assertion. It is legitimate for a target to have multiple fixups on a single instruction that target the same byte, so long as their bit-offsets are coordinates appropriately. by Owen Anderson · 12 years ago
- d45e37a test case for r159770. by Akira Hatanaka · 12 years ago
- a7e4558 Enclose instruction rdhwr with directives, which are needed when target is by Akira Hatanaka · 12 years ago
- 3b02d95 Enable target dependent directive parsing to hook before standard parser in by Akira Hatanaka · 12 years ago
- b0c76d7 add @llvm.donothing by Nuno Lopes · 12 years ago
- 95c88b8 Optimize extendIntervalEndTo a tiny bit by saving one call through the by Chandler Carruth · 12 years ago
- 39c2a3d Remove dead infrastructure for building DenseMaps with a SlotIndex as by Chandler Carruth · 12 years ago
- d862d69 Finish fixing the MachineOperand hashing, providing a nice modern by Chandler Carruth · 12 years ago
- 483c54b All cases are covered, no need for a default. This deals with the by Duncan Sands · 12 years ago
- b808745 The hash function for MI expressions, used by MachineCSE, is really by Chandler Carruth · 12 years ago
- e7de3b2 Use the right kind of booleans: we were emitting 0/1 booleans, instead of 0/-1 by Duncan Sands · 12 years ago
- 4a002ab [tsan] fix compile-time falilure found while building Chromium with tsan (tsan issue #3). A unit test will follow separately. by Kostya Serebryany · 12 years ago
- 7a7a6db Remove ParentMap. You can just ask the domnode for its parent. No functionality by Nick Lewycky · 12 years ago
- 85dccf1 Make X86 call and return instructions non-variadic. by Jakob Stoklund Olesen · 12 years ago
- 33a537a Allow trailing physreg RegisterSDNode operands on non-variadic instructions. by Jakob Stoklund Olesen · 12 years ago
- 9389ec7 Print SlotIndexes when available for -print-machineinstrs. by Jakob Stoklund Olesen · 12 years ago
- 9e51b14 Allow multiple terminators to read virtual registers. by Jakob Stoklund Olesen · 12 years ago
- b872078 Ensure CopyToReg nodes are always glued to the call instruction. by Jakob Stoklund Olesen · 12 years ago
- f86c00f Make sure -print-machineinstrs applies to the first pass as well. by Jakob Stoklund Olesen · 12 years ago
- 25dd5fc Add a testcase for pr13209. It is not a great test, but it still fails if by Rafael Espindola · 12 years ago
- a9543aa Fix a bug in DebugInfo lib, extend a comment for one of the methods by Alexey Samsonov · 12 years ago
- b163a21 Reverted r159658: by Stepan Dyatkovskiy · 12 years ago
- 66d79ce Reverted r156659, due to probable performance regressions, DenseMap should be used here: by Stepan Dyatkovskiy · 12 years ago
- caba263 Reduce some code duplication. by Eric Christopher · 12 years ago
- 00f4307 Fix some ascii art in a comment to not have trailing backslashes (inspiration by Matt Beaumont-Gay · 12 years ago
- 59bde4d Add early if-conversion support to X86. by Jakob Stoklund Olesen · 12 years ago
- 33242fd Add an experimental early if-conversion pass, off by default. by Jakob Stoklund Olesen · 12 years ago
- 0fd518b PHINode::hasConstantValue(): return undef if the PHI is fully recursive. by Nuno Lopes · 12 years ago
- 86b032b Use the DebugInfo's 'print()' method to emit the comments. by Bill Wendling · 12 years ago
- 42d80c7 BoundsChecking: optimize out the check for offset < 0 if size is known to be >= 0 (signed). by Nuno Lopes · 12 years ago
- 0dff532 fold PHI nodes in SizeOffsetEvaluator whenever possible. by Nuno Lopes · 12 years ago
- 44d5c06 improve PHINode::hasConstantValue() to detect recursive cases like %phi = phi(%phi,42) as constant by Nuno Lopes · 12 years ago
- 9ccc83e IntegersSubsetMappin: cosmetic changes in diff operation. by Stepan Dyatkovskiy · 12 years ago
- 2e2a15e Part of r159527. Splitted into series of patches and gone with fixed PR13256: by Stepan Dyatkovskiy · 12 years ago
- 6a59073 Part of r159527. Splitted into series of patches and gone with fixed PR13256: by Stepan Dyatkovskiy · 12 years ago
- 181e0bd Part of r159527. Splitted into series of patches and gone with fixed PR13256: by Stepan Dyatkovskiy · 12 years ago
- 168a4c3 Document the llvm.fabs intrinsic. by Peter Collingbourne · 12 years ago
- ce9a041 Micro-optimize this function a bit. This shrinks the generated code by Chandler Carruth · 12 years ago
- 1e59c78 Remove extra space. by Craig Topper · 12 years ago
- f2c1cf2 Change i128mem/i256mem to f128mem/f256mem on some floating point vector instructions. by Craig Topper · 12 years ago
- a6f1453 MCContext.cpp: Fixup for my odd previous commit. No functional changes. by NAKAMURA Takumi · 12 years ago
- a101014 Add aliases for pblendvb, blendvpd, and blendvps instructions with the implicit xmm0 operand specified. Fixes PR13252. by Craig Topper · 12 years ago
- 84f2ae3 test/CodeGen/SPARC/private.ll: Fixup. Forgot to prune old RUN lines. by NAKAMURA Takumi · 12 years ago
- 0176dfe test/CodeGen/SPARC/private.ll: FileCheck-ize. by NAKAMURA Takumi · 12 years ago
- 95643d0 llvm/test/lit.cfg: Retweak for Win32 to fix testing. by NAKAMURA Takumi · 12 years ago
- 4c215c0 MCContext::GetDwarfFile(): Make FileName parsing tolerant of DOSish pathsep with PathV2. by NAKAMURA Takumi · 12 years ago
- ea957f0 test/CodeGen/X86/sincos.ll: FileCheck-ize. by NAKAMURA Takumi · 12 years ago
- a16d8c3 test/CodeGen/X86/fabs.ll: FileCheck-ize. by NAKAMURA Takumi · 12 years ago
- 40b7e7e test/CodeGen/X86/2007-09-05-InvalidAsm.ll: FileCheck-ize. by NAKAMURA Takumi · 12 years ago
- 0e0d62e test/CodeGen/X86/2004-03-30-Select-Max.ll: FileCheck-ize. by NAKAMURA Takumi · 12 years ago
- 10de025 mips32 long long register inline asm constraint support. by Jack Carter · 12 years ago
- 80c1b38 Revert " mips32 long long register inline asm constraint support." as by Eric Christopher · 12 years ago
- c723eb1 Revert "IntRange:" as it appears to be breaking self hosting. by Eric Christopher · 12 years ago
- 3aaefc1 deleted test/CodeGen/Mips/inlineasm-cnstrnt-bad-r-1.ll by Jack Carter · 12 years ago
- 6068c48 All glory to address sanitizer. ;] by Chandler Carruth · 12 years ago
- 769951f Target option DisableJumpTables is a gross hack. Move it to TargetLowering instead. by Evan Cheng · 12 years ago
- 1b055ce mips32 long long register inline asm constraint support. by Jack Carter · 12 years ago
- 3d4ed08 misched: allow NULL InstrItineraries. by Andrew Trick · 12 years ago
- b546613 Extend the workaround from r159593 to cover a few explicit alias targets. by Chandler Carruth · 12 years ago
- 33219d4 Revert r159588, and apply a more principled fix. Place the fix for this by Chandler Carruth · 12 years ago
- 9eb4f8a Turn an assert into an error to make it a bit more friendly. by Eric Christopher · 12 years ago
- e45658c Work around a really frustrating apparant CMake bug. by Chandler Carruth · 12 years ago
- ebcaa3c Fix -Wstring-conversion warning. by David Blaikie · 12 years ago
- 1f7ebdd Revert r159528 which taught lit's builtin shell test runner about the by Chandler Carruth · 12 years ago
- 20d8c16 Switch from using a lit.cfg-generator variable that happens to be found by Chandler Carruth · 12 years ago
- 39ae363 Pass the correct ELFOSABI enumeration to the MipsELFObjectWriter constructor by Jack Carter · 12 years ago
- 30a507a Extend TargetPassConfig to allow running only a subset of the normal passes. by Bob Wilson · 12 years ago
- 6b2bb15 Move assertion with TargetPassConfig's Initialized flag. by Bob Wilson · 12 years ago
- 3fb99a7 Consistently use AnalysisID types in TargetPassConfig. by Bob Wilson · 12 years ago
- 564fbf6 Add all codegen passes to the PassManager via TargetPassConfig. by Bob Wilson · 12 years ago
- 8add7b4 Add a missing forward declaration of PassManagerBase. by Bob Wilson · 12 years ago
- c698a44 Need a space. by Evan Cheng · 12 years ago
- 14ccc7b Revert accidental checkin. by Andrew Trick · 12 years ago