- 8a924c6 Add ZooLib to the External Projects list. by Bill Wendling · 13 years ago
- 02b77b7 Add the Stupid D Compiler to the External Projects list. by Bill Wendling · 13 years ago
- de39d86 Use a worklist to prevent the iterator from becoming invalidated because of the 'removeSuccessor' call. Noticed in a Release+Asserts+Check buildbot. by Bill Wendling · 13 years ago
- 7c38de2 Fix grammar. by Bill Wendling · 13 years ago
- b64541f Remove unused variable. by Eric Christopher · 13 years ago
- 13460c9 Revert 142997. It doesn't work on Mac OS or the BSDs, which all use the BSD by Charles Davis · 13 years ago
- 7944391 Don't use floating point to do an integer's job. by Jakob Stoklund Olesen · 13 years ago
- 73b5bb3 Disable LICM speculation in high register pressure situation again now that Devang has fixed other issues. by Evan Cheng · 13 years ago
- f31151f Revert part of r142530. The patch potentially hurts performance especially by Evan Cheng · 13 years ago
- a823e3d Reapply r142920 with fix: by Bill Wendling · 13 years ago
- 526e1bb Add a note about the removal of the atomic intrinsics to the "Major Changes" section of the release notes. by Eli Friedman · 13 years ago
- f3a5ba5 Search for and use the strip program and pass it to install for it by Eric Christopher · 13 years ago
- 360fa9a Handle newer cases for freebsd which is approaching 10.0 and not 1.0. by Eric Christopher · 13 years ago
- 5289142 Remove dead atomic intrinsics from LangRef. by Eli Friedman · 13 years ago
- cf62b37 The bitcode reader can create an shuffle with a place holder mask which it will by Mon P Wang · 13 years ago
- 7be6bc5 Add mention of AddressSanitizer to external OS projects. by Bill Wendling · 13 years ago
- d4821b8 Add mention of Mono to external OS projects. by Bill Wendling · 13 years ago
- 29817ea Add mention of ClamAV to external OS projects. by Bill Wendling · 13 years ago
- 537d85b Add mention of Renderscript to external OS projects. by Bill Wendling · 13 years ago
- f977819 Add mention of GHC to external OS projects. by Bill Wendling · 13 years ago
- 232b1f2 llvm-nm: Use correct format string. Patch by Stepan Dyatkovskiy! by Michael J. Spencer · 13 years ago
- fe944e8 Object/Archive: Cleanup anon namespace. by Michael J. Spencer · 13 years ago
- 93fe4ae Object: change test to create archive. by Michael J. Spencer · 13 years ago
- aaf98ea Object/Archive: Add BSD style long file name support and skip internal members. by Michael J. Spencer · 13 years ago
- c8aa726 Remove extraneous printing of "-PC". by Owen Anderson · 13 years ago
- 7d5b621 Add mention of SAFECode to external OS projects. by Bill Wendling · 13 years ago
- 0bad98c Add mention of Pure to external OS projects. by Bill Wendling · 13 years ago
- ba22627 Add mention of Portable OpenCL to external OS projects. by Bill Wendling · 13 years ago
- 0685e94 Add support for the notion of "hidden" relocations. On MachO, these are relocation entries that are used as additional information for other, real relocations, rather than being relocations themselves. by Owen Anderson · 13 years ago
- f62333d Add mention of gwScript to external OS projects. by Bill Wendling · 13 years ago
- 9312613 Remove a couple redundant checks. by Eli Friedman · 13 years ago
- 847915d Add a few test cases to ensure the bitcode reader is backward compatible with by Chad Rosier · 13 years ago
- ca30f75 Make assert() message more informative. by Jim Grosbach · 13 years ago
- 628c266 Add mention of Tart to external OS projects. by Bill Wendling · 13 years ago
- 2d7b4af Add TTA-based Co-design Environment to external OS projects. by Bill Wendling · 13 years ago
- 34749ce Fix off-by-one error when printing relocations inline with disassembly. by Owen Anderson · 13 years ago
- 9d9c4ad According to Mips folks, the backend is now generally reliable (they can by Bruno Cardoso Lopes · 13 years ago
- 9f9491c Simplify tests by not piping them through llvm-dis. by Chad Rosier · 13 years ago
- 013d756 Teach the MachO relocation pretty-printer to interpret ARM half-relocations. by Owen Anderson · 13 years ago
- 3507d24 This is the first of several patches for Mips direct object generation. by Bruno Cardoso Lopes · 13 years ago
- 02dc518 Corrects previously incorrect $sp change in MipsCompilationCallback. by Bruno Cardoso Lopes · 13 years ago
- 51583ce Revert commit 142891. Takumi bisected the tablegen miscompiles by Duncan Sands · 13 years ago
- f8a9eb1 Restore commits 142790 and 142843 - they weren't breaking the build by Duncan Sands · 13 years ago
- 45baf6b Fix the API usage in loop probability heuristics. It was incorrectly by Chandler Carruth · 13 years ago
- 526c80b Speculatively revert commits 142790 and 142843 to see if it fixes by Duncan Sands · 13 years ago
- 000b9bd Remove dead enum value. There is no DIESectionOffset. by Nick Lewycky · 13 years ago
- 17d47e4 Fix these test cases to not use .bc files. Otherwise, we run into issues with by Chad Rosier · 13 years ago
- f2a7833 Comment out external projects so that they can be refreshed for 3.0. by Bill Wendling · 13 years ago
- fd747b2 Remove unused forward decl. by Eric Christopher · 13 years ago
- 86ed408 An MBB which branches to an EH landing pad shouldn't be considered for tail merging. by Bill Wendling · 13 years ago
- fef5ff0 Really remove Blackfin from the configure script. by Dan Gohman · 13 years ago
- 399cdca ARM assembly parsing and encoding for VLD1 with writeback. by Jim Grosbach · 13 years ago
- 3e6157d Remove the Blackfin backend. by Dan Gohman · 13 years ago
- 29074cc Remove the SystemZ backend. by Dan Gohman · 13 years ago
- b36e03d Nuke dead code. Nothing generates the VLD1d64QPseudo_UPD instruction. by Jim Grosbach · 13 years ago
- 5921675 ARM assembly parsing and encoding for VLD1 w/ writeback. by Jim Grosbach · 13 years ago
- d8fa76d More fixes and improvements to MachO relocation pretty-printing, particular for x86 and x86_64 relocations with addends. by Owen Anderson · 13 years ago
- 5c89cb8 Don't crash on variable insertelement on ARM. PR10258. by Eli Friedman · 13 years ago
- 6712154 Check the visibility of the global variable before placing it into the stubs by Bill Wendling · 13 years ago
- aed4952 ARMConstantPoolMBB::print should print BB number. by Evan Cheng · 13 years ago
- 1243132 ARM assembly parsing and encoding for VLD1 w/ writeback. by Jim Grosbach · 13 years ago
- 7f53d59 Add options to enable each individual level for the show-diagnostics tool. by Chad Rosier · 13 years ago
- 10b90a9 ARM refactor am6offset usage for VLD1. by Jim Grosbach · 13 years ago
- 0135fe1 Get relocation parsing/dumping to a mostly-working state for MachO files. by Owen Anderson · 13 years ago
- 3846163 Now that we look at all the header PHIs, we need to consider all the header PHIs by Nick Lewycky · 13 years ago
- 3f3f6b0 Add support to the old JIT for acquire/release loads and stores on x86. PR11207. by Eli Friedman · 13 years ago
- 5f4e02c Stub out some of the MachO relocation decoding hooks. by Owen Anderson · 13 years ago
- 88d734d Really unbreak CMake build by Douglas Gregor · 13 years ago
- 91336cd Unbreak CMake build by Douglas Gregor · 13 years ago
- a7c98f5 Fix a NEON disassembly case that was broken in the recent refactorings. As more of this code gets refactored, a lot of these manual decoding hooks should get smaller and/or go away entirely. by Owen Anderson · 13 years ago
- 83dae44 Delete the top-down "Latency" scheduler. Top-down scheduling doesn't handle by Dan Gohman · 13 years ago
- d5333d6 Delete the Latency scheduling preference. by Dan Gohman · 13 years ago
- 692c1d8 Change this overloaded use of Sched::Latency to be an overloaded by Dan Gohman · 13 years ago
- 334190e Remove the explicit request for "Latency" scheduling from MSP430, by Dan Gohman · 13 years ago
- 8c2d270 Change the default scheduler from Latency to ILP, since Latency is going away. by Dan Gohman · 13 years ago
- 1028132 Update test for r142801. by Jim Grosbach · 13 years ago
- 7bab29d XFAIL test on leak checkers. by Benjamin Kramer · 13 years ago
- f8e74f8 Thumb2 LDM instructions can target PC. Make sure to encode it. by Jim Grosbach · 13 years ago
- d2dae0c Cleanup. Get rid of the old SjLj EH lowering code. No functionality change. by Bill Wendling · 13 years ago
- e4617c0 Sink an otherwise unused variable's initializer into the asserts that by Chandler Carruth · 13 years ago
- 13b1073 Implement comparison operators for BranchProbability in a way that can't overflow INT64_MAX. by Benjamin Kramer · 13 years ago
- de1c9bb Remove return heuristics from the static branch probabilities, and by Chandler Carruth · 13 years ago
- aa337b7 Revert "Test commit" by NAKAMURA Takumi · 13 years ago
- e1cbe5d Test commit by NAKAMURA Takumi · 13 years ago
- 7c3fc57 Reapply r142781 with fix. Original message: by Nick Lewycky · 13 years ago
- f46c674 Doxygen-ify the comments on the public interface for BPI. Also, move the by Chandler Carruth · 13 years ago
- 5bef0eb PHI nodes not in the loop header aren't part of the loop iteration initial by Nick Lewycky · 13 years ago
- 4a3935c A dead malloc, a free(NULL) and a free(undef) are all trivially dead by Nick Lewycky · 13 years ago
- 38af3d5 Speculatively revert r142781. Bots are showing by Nick Lewycky · 13 years ago
- 5d07007 Windows/Path.inc: [PR8460] Get rid of ScopedNullTerminator. Thanks to Zvi Rackover! by NAKAMURA Takumi · 13 years ago
- b068bbba Simplify the design of BranchProbabilityInfo by collapsing it into by Chandler Carruth · 13 years ago
- 795cb48 Enhance SCEV's brute force loop analysis to handle multiple PHI nodes in the by Nick Lewycky · 13 years ago
- 22c8946 Tidy up a loop to be more idiomatic for LLVM's codebase, and remove some by Chandler Carruth · 13 years ago
- 5679ec3 Add X86 SARX, SHRX, and SHLX instructions. by Craig Topper · 13 years ago
- 14edd31 Teach the BranchProbabilityInfo pass to print its results, and use that by Chandler Carruth · 13 years ago
- 65ec521 Rename the script to indicate that this is for the TEST=simple tests. by Bill Wendling · 13 years ago
- aec4011 Resurrect the 'find regressions for the TEST=nightly tests' script. by Bill Wendling · 13 years ago
- 66d847c Now that we have comparison on probabilities, add some static functions by Chandler Carruth · 13 years ago
- 4f78053 Remove a commented out line of code that snuck by my auditing. by Chandler Carruth · 13 years ago
- 7102b61 Print branch probabilities as percentages. by Benjamin Kramer · 13 years ago