- b9e6fe1 Removing the useless test that I added recently. It was meant as an example, but not complicated enough to merit another test. by Andrew Trick · 15 years ago
- 563d9bd Add a test for CodeGenPrepare's ability to look through PHI nodes when performing by Owen Anderson · 15 years ago
- 76eb5f2 Prefetch has a MemOperand now. FileCheckize a test. This finishes up 8460971. by Dale Johannesen · 15 years ago
- cab98e3 Make isScalarToVector to return false if the node is a scalar. This will prevent by Mon P Wang · 15 years ago
- e8e98d7 Added support for the Mach-O .symbol_resolver directive. rdar://8673046 by Kevin Enderby · 15 years ago
- 602890d Add MC encodings for some Thumb instructions. Test for a few of them. The "bx by Bill Wendling · 15 years ago
- 50d0f58 Add support for parsing the writeback ("!") token. by Bill Wendling · 15 years ago
- d2f76ce More tests. by Owen Anderson · 15 years ago
- 71c1182 Fix encodings for pkhbt, and fix some tests where I accidentally tested ARM mode instead of Thumb2. by Owen Anderson · 15 years ago
- 9684a7c Fix bug in DAGCombiner for ARM that was trying to do a ShiftCombine on illegal types (vector should be split first). by Tanya Lattner · 15 years ago
- 612fb5b More Thumb2 encodings. by Owen Anderson · 15 years ago
- 821752e Fill out the set of Thumb2 multiplication operator encodings. by Owen Anderson · 15 years ago
- dcfd3a7 The DAGCombiner was threading select over pairs of extending loads even by Duncan Sands · 15 years ago
- d0c6f3d Factor code for testing whether replacing one value with another by Duncan Sands · 15 years ago
- 8b3ca62 Rewrite stack callee saved spills and restores to use push/pop instructions. by Eric Christopher · 15 years ago
- a04a064 Completely rework the datastructure GVN uses to represent the value number to leader mapping. Previously, by Owen Anderson · 15 years ago
- ce56262 Add support for PHI-translating sext, zext, and trunc instructions, by Dan Gohman · 15 years ago
- 5a7aeaa remove a pointless restriction from memcpyopt. It was by Chris Lattner · 15 years ago
- 7cac8e1 filecheckize, this is still not optimal, see PR8643 by Chris Lattner · 15 years ago
- 6248065 allow eliminating an alloca that is just copied from an constant global by Chris Lattner · 15 years ago
- a9be1df enhance the "alloca is just a memcpy from constant global" by Chris Lattner · 15 years ago
- 2e61849 fix a small oversight in the "eliminate memcpy from constant global" by Chris Lattner · 15 years ago
- d222e36 filecheckize by Chris Lattner · 15 years ago
- 5c05563 Change CodeGen to use .loc directives. This produces a lot more readable output by Rafael Espindola · 15 years ago
- b4ac285 Do not throw away alignment when generating the DAG for by Dale Johannesen · 15 years ago
- 35141a9 Try again at providing Thumb2 encodings for basic multiplication operators. by Owen Anderson · 15 years ago
- d3b809d Fixed to use input redirection for source - to eliminate .s output. by John Thompson · 15 years ago
- 4242164 Revert r119593 while I figure out my testing disagrees with the buildbot. by Owen Anderson · 15 years ago
- 1833361 Provide correct Thumb2 encodings for basic multiplication operators. by Owen Anderson · 15 years ago
- 7730318 Bug 8621 fix - pointer cast stripped from inline asm constraint argument. by John Thompson · 15 years ago
- e7c682b Now that the MBlaze backend is in its own directory, split the test cases into multiple files for different types of instructions. by Wesley Peck · 15 years ago
- 2f7aed3 Second attempt at correct encodings for Thumb2 bitfield instructions. by Owen Anderson · 15 years ago
- 8abe08d These tests are looking for library function names that by Dale Johannesen · 15 years ago
- 0564609 Change ARMGlobalMerge to keep BSS globals in separate pools. by Bob Wilson · 15 years ago
- 619a372 Fix ARMGlobalMerge pass to check if globals are entirely within range. by Bob Wilson · 15 years ago
- 72831dc Change the symbol for merged globals from "merged" to "_MergedGlobals". by Bob Wilson · 15 years ago
- edf0467 Fix the ARMGlobalMerge pass to look at variable sizes instead of pointer sizes. by Bob Wilson · 15 years ago
- 5aba9f6 Revert r119551, which broke buildbots. by Owen Anderson · 15 years ago
- 23465a0 Provide Thumb2 encodings for bitfield instructions. by Owen Anderson · 15 years ago
- c4af463 Remove ARM isel hacks that fold large immediates into a pair of add, sub, and, by Evan Cheng · 15 years ago
- 46c478e More miscellaneous Thumb2 encodings. by Owen Anderson · 15 years ago
- 1951a5b InstCombine: Add a missing irem identity (X % X -> 0). by Benjamin Kramer · 15 years ago
- 435279b Add support for .int. by Rafael Espindola · 15 years ago
- 110f22a Add support for .2byte, .4byte and .8byte. Fixes PR8631. by Rafael Espindola · 15 years ago
- 3f409f7 Add simple arithmetics and %type directive for PTX by Che-Liang Chiou · 15 years ago
- 0f63075 Proper encoding for VLDM and VSTM instructions. The register lists for these by Bill Wendling · 15 years ago
- e8ff69f Test for llvm-gcc patch 119392. by Dale Johannesen · 15 years ago
- 1845009 In which I discover the existence of loops. Threading an operation by Duncan Sands · 15 years ago
- 2c92085 A bit more of gnu as compatibility when handling relocations with aliases. by Rafael Espindola · 15 years ago
- a295eb3 Test encodings for LDM and STM. by Bill Wendling · 15 years ago
- 7c2e4a8 Fix PR8612 in the standard spiller, take two. by Jakob Stoklund Olesen · 15 years ago
- c56dcbf Add Thumb2 encodings for mov and friends. by Owen Anderson · 15 years ago
- 7339fb5 Change the 11 byte nop to be a single instruction. by Rafael Espindola · 15 years ago
- bea0b6a Revert "Fix PR8612 in the standard spiller as well." by Jakob Stoklund Olesen · 15 years ago
- 2c4c45d Provide Thumb2 encodings for sxtb and friends. by Owen Anderson · 15 years ago
- 76dda7e Recommit this change and remove the failing part of the test - it didn't by Eric Christopher · 15 years ago
- a284aa1 Fix PR8612 in the standard spiller as well. by Jakob Stoklund Olesen · 15 years ago
- 68257e6 When spilling a register defined by an early clobber, make sure that the new by Jakob Stoklund Olesen · 15 years ago
- bb6315d Add Thumb2 encodings for comparison and shift operators. by Owen Anderson · 15 years ago
- a99e778 Add correct Thumb2 encodings for mvn and friends. by Owen Anderson · 15 years ago
- 5520089 Teach InstructionSimplify the trick of skipping incoming phi by Duncan Sands · 15 years ago
- 503dcc9 Move PHI tests to phi.ll, out of select.ll. by Duncan Sands · 15 years ago
- 94ed5fc Change MCExpr::EvaluateAsRelocatableImpl of variables to return the original by Rafael Espindola · 15 years ago
- db9835d Fix PR8565. by Rafael Espindola · 15 years ago
- 513dbf1 remove a pointless testcase. by Chris Lattner · 15 years ago
- dd57417 remove some extraneous quotes to make the new instprinter match. by Chris Lattner · 15 years ago
- 1f52dfe Move the logic to decide with which symbol we produce a relocation (if any) to by Rafael Espindola · 15 years ago
- 261bc89 add some nounwind's. by Chris Lattner · 15 years ago
- 55d02f3 Fix another case of a .comm directive without a corresponding .type directive. by Rafael Espindola · 15 years ago
- 765fb1a Fix the type of a symbol created with .comm and no corresponding .type. by Rafael Espindola · 15 years ago
- 2ae2302 Segregate tests by target. by Dale Johannesen · 15 years ago
- cd6636c Teach InstructionSimplify about phi nodes. I chose to have it simply by Duncan Sands · 15 years ago
- 6857373 rename test. by Chris Lattner · 15 years ago
- 2fe9b6a filecheckize, remove an old and useless test by Chris Lattner · 15 years ago
- 961e588 this test is pretty pointless and "propogation" isn't a word (or so Misha claims). by Chris Lattner · 15 years ago
- 1f4f9e3 Handle a peculiar comdat case: Creating a section with an undefined by Rafael Espindola · 15 years ago
- dd609e9 Testcase to go along with commit 118923 ("Have GVN simplify instructions by Duncan Sands · 15 years ago
- 948cf02 Recognise 32-bit ror-based bswap implementation used by uclibc by Peter Collingbourne · 15 years ago
- 096aa79 Generalize the reassociation transform in SimplifyCommutative (now renamed to by Duncan Sands · 15 years ago
- 90eff73 Fixed error and re-enabled MBlaze MC disassembler tests. by Wesley Peck · 15 years ago
- e13a0ff Parse and record the gnu_unique_object type. by Rafael Espindola · 15 years ago
- 4f8b791 This test stops after disassembling 1 instructions on by Dale Johannesen · 15 years ago
- c50a0fd Parse and remember discriminators in .loc line. I try to output them with by Rafael Espindola · 15 years ago
- 7247c07 Add test cases that should have been committed with 118969. by Wesley Peck · 15 years ago
- ec57d53 1. Adding test cases for MBlaze MC disassembler. by Wesley Peck · 15 years ago
- 63f3544 Add conditional move of large immediate. by Evan Cheng · 15 years ago
- 64185cc Fix the encoding of negative line deltas. by Rafael Espindola · 15 years ago
- 46a2716 lli: Switch to using ParseIRFile, for consistency with other LLVM tools. by Daniel Dunbar · 15 years ago
- e5e0ef1 Fix an obvious typo which inverted an immediate. by Evan Cheng · 15 years ago
- 6eb39a0 This should be still failing, but is. Disable it with the by Eric Christopher · 15 years ago
- 24d06f2 1. Adding missing immediate mode asm parser test cases. by Wesley Peck · 15 years ago
- 8bfdd87 Fixing improperly encoded reverse subtract instructions in MBlaze backend. by Wesley Peck · 15 years ago
- 41400da 1. Finishing MBlaze MC asm parser test cases by Wesley Peck · 15 years ago
- 875a6ac Add conditional mvn instructions. by Evan Cheng · 15 years ago
- 5de6d84 First stab at providing correct Thumb2 encodings, start with adc. by Owen Anderson · 15 years ago
- 529916c Add some missing isel predicates on def : pat patterns to avoid generating VFP vmla / vmls (they cause stalls). Disabling them in isel is properly not a right solution, I'll look into a proper solution next. by Evan Cheng · 15 years ago
- 269f10b accept lret as an alias for lretl, fixing the reopened part of PR8592 by Chris Lattner · 15 years ago
- 11f20ed Emacs auto-fill bug. by Andrew Trick · 15 years ago
- 4252ffd Test case for PR8287: SD scheduling time. Fixed in r118904. by Andrew Trick · 15 years ago
- 6b5e397 implement PR8592: empirically "lretq" is a "lret" with a rex.w prefix. by Chris Lattner · 15 years ago