aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update document listing DIVariable elements to reflect recent changes.Devang Patel2011-07-271-1/+3
* ARM cleanup of remaining extend instructions.Jim Grosbach2011-07-272-171/+122
* ARM extend instructions simplification.Jim Grosbach2011-07-275-89/+87
* Optimize 96-bit division a little bit.Jakub Staszak2011-07-271-2/+3
* Move static methods to the anonymous namespace.Jakub Staszak2011-07-272-5/+7
* Edge to itself is backedge as well.Jakub Staszak2011-07-271-1/+1
* Trim includes.Frits van Bommel2011-07-271-12/+11
* Update CMake build for new gtest file.Frits van Bommel2011-07-271-0/+1
* Remove some code that is no longer needed now that googletest knows howJay Foad2011-07-271-17/+0
* Merge gtest-1.6.0.Jay Foad2011-07-2728-1356/+3498
* Explicitly cast narrowing conversions inside {}s that will become errors inJeffrey Yasskin2011-07-276-6/+8
* Revert r136156, which broke several buildbots.Dan Gohman2011-07-271-1/+14
* Misc mid-level changes for new 'fence' instruction.Eli Friedman2011-07-275-5/+41
* Minor simplification.Eli Friedman2011-07-271-2/+2
* Move some code around to open opportunity for more shuffle matchingBruno Cardoso Lopes2011-07-271-18/+18
* The vpermilps and vpermilpd have different behaviour regarding theBruno Cardoso Lopes2011-07-275-32/+156
* Remove more dead code!Bruno Cardoso Lopes2011-07-271-15/+5
* Fix AliasSetTracker so that it doesn't make any assumptions about instruction...Eli Friedman2011-07-273-70/+68
* Support .code32 and .code64 in X86 assembler.Evan Cheng2011-07-2711-20/+72
* It is quiet possible that inlined function body is split into multiple chunks...Devang Patel2011-07-272-16/+181
* Remove these two directories. The tests can be ported to dragonegg ifEric Christopher2011-07-2737-328/+0
* Remove test/FrontendC, almost all of the tests have been migratedEric Christopher2011-07-26362-5534/+0
* Add support for multi-way live range splitting.Jakob Stoklund Olesen2011-07-261-64/+165
* Print out the MBB live-in registers.Jakob Stoklund Olesen2011-07-261-0/+4
* Eliminate copies of undefined values during coalescing.Jakob Stoklund Olesen2011-07-263-0/+80
* Update test.Benjamin Kramer2011-07-261-1/+1
* Add a neat little two's complement hack for x86.Benjamin Kramer2011-07-263-28/+49
* Recognize unpckh* masks and match 256-bit versions. The new versions areBruno Cardoso Lopes2011-07-2611-132/+148
* Delete unnecessarily cautious LastCALLSEQ code.Dan Gohman2011-07-261-14/+1
* ARM rot_imm printing adjustment.Jim Grosbach2011-07-263-9/+9
* ARM cleanup of rot_imm encoding.Jim Grosbach2011-07-268-44/+47
* Prevent x86-specific DAGCombine from creating nodes with illegal type (which ...Eli Friedman2011-07-262-3/+3
* Remove one last reference to Target in MC library.Evan Cheng2011-07-261-1/+1
* Split am2offset into register addend and immediate addend forms, necessary fo...Owen Anderson2011-07-268-51/+165
* Update generated code to use new API of GetElementPtrInst::Create.Nicolas Geoffray2011-07-261-2/+1
* FileCheck'ize test.Jim Grosbach2011-07-261-20/+21
* Fix a typo.Bill Wendling2011-07-261-1/+1
* Fix over-zealous rename from r136095.Jim Grosbach2011-07-261-3/+3
* XFAIL this test while I investigate it; it's failing for an unexpected reason.Eli Friedman2011-07-261-0/+1
* Add obvious missing case to switch. PR10497.Eli Friedman2011-07-262-2/+13
* Fix a couple minor mistakes pointed out by Bill in adding 'fence' instruction.Eli Friedman2011-07-262-24/+25
* Fix llvm-mc target detection code to match llc.Evan Cheng2011-07-261-12/+33
* Updating stale documentation on regalloc modes.Andrew Trick2011-07-261-7/+13
* Use the correct for for the version. It's little endian and my brain isBill Wendling2011-07-261-1/+1
* ARM diagnostics for ldrexd/stredx out of order paired register operands.Jim Grosbach2011-07-262-1/+51
* Remove now unused patterns. 0 insertions(+), 98 deletions(-)Bruno Cardoso Lopes2011-07-261-98/+0
* Cleanup old matching for PUNPCK* variantsBruno Cardoso Lopes2011-07-261-44/+42
* While extracting lexical scopes from machine instruction stream, work on one ...Devang Patel2011-07-261-9/+9
* ARM parsing and encoding tests for load/store exclusive instructions.Jim Grosbach2011-07-262-24/+27
* ARM fix for LDREX source register encoding.Jim Grosbach2011-07-261-2/+2