- 4da883a Make VC++ happy by Nate Begeman · 14 years ago
- 6470a11 Next round of tail call changes. Register used in a tail by Dale Johannesen · 14 years ago
- 8a3eab9 Remove the local register allocator. Please use the fast allocator instead. by Jakob Stoklund Olesen · 14 years ago
- bf37850 Reapply 105986 with fix for bug pointed out by Jakob: by Dale Johannesen · 14 years ago
- 381cd02 fix PR7380: use 'test' instead of shell builtins. This improves by Chris Lattner · 14 years ago
- 386e918 simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0 by Benjamin Kramer · 14 years ago
- 2bbaf4d Set the mtriple in some tests so that they use AAPCS. by Rafael Espindola · 14 years ago
- 9c4a84b Fixed vector widening of binary instructions that can trap. Patch by Visa Putkinen! by Mon P Wang · 14 years ago
- 71907fb fpcmp: Fix bug where fpcmp wouldn't early exit when files obviously differ and by Daniel Dunbar · 14 years ago
- d1c82fe fpcmp: Fix a possible infinite loop when comparing something like: by Daniel Dunbar · 14 years ago
- 868ee94 fix fastisel to handle GS and FS relative pointers. Patch by Nelson Elhage! by Chris Lattner · 14 years ago
- 827b210 Add basic support for NEON modified immediates besides VMOV. by Bob Wilson · 14 years ago
- 2ebb4f8 Remove the arm_aapcscc marker from the tests. It is the default by Rafael Espindola · 14 years ago
- 59d52a3 disable SmallVectorImpl's copy constructor. This prevents a class by Chris Lattner · 14 years ago
- 6fb124b IfConversion's AnalyzeBlocks method always returns false; clean it up. by Bob Wilson · 14 years ago
- 288694f fix naming by Jim Grosbach · 14 years ago
- 1b2f94c Fix an exotic bug that only showed up in an internal test case. by Jakob Stoklund Olesen · 14 years ago
- 669db04 Fix a comment typo. by Bob Wilson · 14 years ago
- f19f6a9 Remove stray semi-colon. by Daniel Dunbar · 14 years ago
- 4ffd22d Add some missing checks for the case where the extract_subregs are by Bob Wilson · 14 years ago
- 75ac4d9 Avoid processing early clobbers twice in RegAllocFast. by Jakob Stoklund Olesen · 14 years ago
- 40d07bb Add CoalescerPair helper class. by Jakob Stoklund Olesen · 14 years ago
- f4a7bf4 Add <cstddef> include to get ptrdiff_t, for gcc-4.6; patch by Dimitry Andric. by Daniel Dunbar · 14 years ago
- 852a7e3 Generalize the pre-coalescing of extract_subregs feeding reg_sequences, by Bob Wilson · 14 years ago
- 14f1d4e VMOVQQ and VMOVQQQQ are pseudo instructions and not predicable. by Bob Wilson · 14 years ago
- 69ba5c6 Revert 105986; looks like I'd better try bootstrapping. by Dale Johannesen · 14 years ago
- 76863b1 Update CMake build. by Ted Kremenek · 14 years ago
- 4b559f0 The form of BuildMI used for TAILJMPr was changing the register by Dale Johannesen · 14 years ago
- 400c95f Make sure to skip dbg_value instructions when finding an insertion point for by Jim Grosbach · 14 years ago
- 9342f4f Add missing include to unbreak the build. by Sean Hunt · 14 years ago
- f6c4a30 generate better code in CheckComplexPattern by Chris Lattner · 14 years ago
- d3c4284 Rename functions referring to VMOV immediates to refer to NEON "modified by Bob Wilson · 14 years ago
- c834f41 More dbg_value cleanup so the presence of debug info doesn't affect code-gen. by Jim Grosbach · 14 years ago
- 38a979b Don't produce output only if *all* files are unused. by Rafael Espindola · 14 years ago
- 774bc88 - Do away with SimpleHazardRecognizer.h. It's not used and offers little value. by Evan Cheng · 14 years ago
- ea3447a apparently lots of dupes. by Chris Lattner · 14 years ago
- 538ccb0 Avoid uncessary array copying. by Evan Cheng · 14 years ago
- 6b60153 fix a nasty bug where we were not treating available_externally by Chris Lattner · 14 years ago
- 82c4fbb remove old test. by Chris Lattner · 14 years ago
- efaadb6 rename test by Chris Lattner · 14 years ago
- e58867e jump threading can't split a critical edge from an indirectbr. This by Chris Lattner · 14 years ago
- 12b8bc1 Test case for Radar 8004649. by Stuart Hastings · 14 years ago
- 754f680 Fix a comment typo. by Bob Wilson · 14 years ago
- ef66df4 fix a -Wbool-conversions warning from clang. by Chris Lattner · 14 years ago
- 98cdfc7 fix a -Wbool-conversions warning from clang. by Chris Lattner · 14 years ago
- bf1075c Honor the SDKROOT setting when building llvm. Radar 7894069. by Bob Wilson · 14 years ago
- e103194 Add back some possible optimizations for va_arg, with wording that makes it by Eli Friedman · 14 years ago
- 2214b81 Update html tutorial docs to match api changes. by Eric Christopher · 14 years ago
- 2632bbf Make kaleidoscope use fp add/sub/mul. by Eric Christopher · 14 years ago
- 918f8e4 Add the last of the SemaChecking-gen code. by Nate Begeman · 14 years ago
- c125fed Test case for r105914. by Benjamin Kramer · 14 years ago
- c05cb8d SimplifyCFG: don't turn volatile stores to null/undef into unreachable. Fixes PR7369. by Benjamin Kramer · 14 years ago
- 31135c0 Let SmallVector take advantage of LiveRange's podness. by Benjamin Kramer · 14 years ago
- d72c900 Add a helping of comments Add code for generating bits of semachecking by Nate Begeman · 14 years ago
- 21d238f Merge getStoreRegOpcode and getLoadRegOpcode. by Rafael Espindola · 14 years ago
- 9c57c29 tests: Run macho-dump with binary unbuffered streams on Windows, I can't find a Python 2.6 way to change stdin to binary. by Daniel Dunbar · 14 years ago
- 4fc9599 tests: Make macho-dump.bat actually work. by Daniel Dunbar · 14 years ago
- 9b2cb69 tests: Propogate LLVM_SRC_ROOT and PYTHON_EXECUTABLE environment variables to tests. by Daniel Dunbar · 14 years ago
- 1befb9b lit: Replace /dev/null in scripts with temporary files on Windows. by Daniel Dunbar · 14 years ago
- 2a9a8ae improve verifier error about unterminated block to include by Chris Lattner · 14 years ago
- 5ca9698 declare a class with 'class' instead of struct to avoid tag mismatch by Chris Lattner · 14 years ago
- 8c47d3b Add README entry; based on testcase from Bill Hart. by Eli Friedman · 14 years ago
- 2dcf6d6 make the avx intrinsics 3 address by Bruno Cardoso Lopes · 14 years ago
- cc3c41a Add generic vector support for bitselect & element byteswap by Nate Begeman · 14 years ago
- 11ae95c Add some basic fp intrinsics for AVX by Bruno Cardoso Lopes · 14 years ago
- 9436611 When performing the Horrible Hack(tm-Duncan) on the EH code to convert a by Bill Wendling · 14 years ago
- cf125d0 More AVX: {ADD,SUB,MUL,DIV}{PD,PS}rm by Bruno Cardoso Lopes · 14 years ago
- 7be0d2c More AVX: {ADD,SUB,MUL,DIV}{PD,PS}rr Handle OpSize TSFlag for AVX by Bruno Cardoso Lopes · 14 years ago
- 729aab3 Allow target to provide its own hazard recognizer to post-ra scheduler. by Evan Cheng · 14 years ago
- 44acc24 Code formatting. by Evan Cheng · 14 years ago
- e4f6907 Add some comments about REX fields by Bruno Cardoso Lopes · 14 years ago
- c902a59 More AVX instructions ({ADD,SUB,MUL,DIV}{SS,SD}rm) Introduce the VEX_X field by Bruno Cardoso Lopes · 14 years ago
- 771d90f lit: Add a forgotten default argument. by Daniel Dunbar · 14 years ago
- 0f29ad6 tests: Add wrapper script for calling macho-dump on Win32. by Daniel Dunbar · 14 years ago
- f32a41a lit: When running Tcl style tests on Windows, substitute slashes to avoid Tcl by Daniel Dunbar · 14 years ago
- 1114f56 Add a missing bitcast. This code used to only handle conversions between by Bob Wilson · 14 years ago
- 9a56c32 llvm-mc: Don't set NO_INSTALL on llvm-mc. by Daniel Dunbar · 14 years ago
- 1a913ed Add instruction encoding for the Neon VMOV immediate instruction. This changes by Bob Wilson · 14 years ago
- 215aa15 Support for nested functions/classes in debug output. (Again.) Radar 7424645. by Stuart Hastings · 14 years ago
- 3893ce1 Delete duplicate function. by Stuart Hastings · 14 years ago
- edce58f Define ContextualFoldingSet, which stores a context parameter to pass down to by John McCall · 14 years ago
- d6645dd Add support for polynomial type, for polynomial multiply by Nate Begeman · 14 years ago
- fc6afa9 Avoid "variable 'bits' set but not used [-Wunused-but-set-variable]" by Duncan Sands · 14 years ago
- 39dea6f Avoid many "variable 'Sub' set but not used [-Wunused-but-set-variable]" warnings by Duncan Sands · 14 years ago
- 345b378 Add includes to get ptrdiff_t. This is needed by gcc-4.6 which has by Duncan Sands · 14 years ago
- ee65db3 Teach tablegen to allow "let" expressions inside multiclasses, by Bruno Cardoso Lopes · 14 years ago
- 302ef83 Code refactoring, no functionality changes. by Evan Cheng · 14 years ago
- aa4b542 Delete code that's not safe. by Evan Cheng · 14 years ago
- 4b425a8 NEON support for _lane ops, and multiplies by scalar. by Nate Begeman · 14 years ago
- db03adb be slightly more subtle about skipping dbg_value instructions; otherwise, if a by Jim Grosbach · 14 years ago
- fe633f0 Testcase for r105741. by Bill Wendling · 14 years ago
- 3013a20 Mark physregs defined by inline asm as implicit. by Jakob Stoklund Olesen · 14 years ago
- 68fc2da Allow target to place 2-address pass inserted copies in better spots. Thumb2 will use this to try to avoid breaking up IT blocks. by Evan Cheng · 14 years ago
- d64ba3e It's an error to translate this: by Bill Wendling · 14 years ago
- 1d451df Revert 105540, 105542, 105544, 105546, and 105548 to unbreak bootstrapping. by Evan Cheng · 14 years ago
- d8ab9b4 - Fix description of SUBREG_TO_REG. It's not going to generate a zext. But it by Bill Wendling · 14 years ago
- f50551e Further refine types for operations which take scalars. by Nate Begeman · 14 years ago
- ced8db2 Workaround SCEV non-determinism on this test, for now, to get buildbots back to by Daniel Dunbar · 14 years ago
- 3982c2c Change another reference to the "indirect callgraph node" to by Duncan Sands · 14 years ago
- c0ccc70 Output "external node" rather than "Indirect CallGraph node" when printing by Duncan Sands · 14 years ago