summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* add a couple more missing C api, patch by Vitaly Lugovskiy!Chris Lattner2011-07-14
* Update XCoreRegisterInfo::eliminateFrameIndex() to handle DBG_VALUERichard Osborne2011-07-14
* Simplify some functions in the C API by using an ArrayRef to directly referen...Frits van Bommel2011-07-14
* [VECTOR-SELECT]Nadav Rotem2011-07-14
* Add assertion for the chain value typeNadav Rotem2011-07-14
* Mention all API changes I've made since 2.9 was branched.Jay Foad2011-07-14
* Add a testcase for r135123.Eric Christopher2011-07-14
* add C api for hte new type system rewrite API. Patch by Vitaly Lugovskiy!Chris Lattner2011-07-14
* Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng2011-07-14
* Reapply r135121 with a fixed copy constructor.Jakob Stoklund Olesen2011-07-14
* Simplify.Devang Patel2011-07-14
* Don't emit a bit test if there is only one case the test can yield false. A s...Benjamin Kramer2011-07-14
* Simplify and delay extracting DebugLoc elements, scope and InlinedAt, as much...Devang Patel2011-07-14
* Add a dag combine pattern for folding C2-(A+C1) -> (C2-C1)-AEric Christopher2011-07-14
* Revert r135121 which broke a gcc-4.2 builder.Jakob Stoklund Olesen2011-07-14
* Count references to interference cache entries.Jakob Stoklund Olesen2011-07-14
* Fix up assertion in r135018 so it doesn't trigger on 32-bit; when we're in 32...Eli Friedman2011-07-14
* ARM tests for EOR instruction parsing and encoding.Jim Grosbach2011-07-14
* Simplify. Compile unit check inside hasValidLocation() did not add any value.Devang Patel2011-07-14
* Remove duplicate tests.Jim Grosbach2011-07-14
* ARM Assembler support for DSB instruction.Jim Grosbach2011-07-14
* Reapply r135074 and r135080 with a fix.Jakob Stoklund Olesen2011-07-14
* DMB instalias needs the same predicate as the instruction.Jim Grosbach2011-07-14
* Fix typo in DEBUG message.Devang Patel2011-07-14
* Add DEBUG messages.Devang Patel2011-07-14
* ARM Assembler support for DMB instruction.Jim Grosbach2011-07-13
* Update comments. These are for assembler, too.Jim Grosbach2011-07-13
* Add a target-indepedent entry to MCInstrDesc to describe the encoded size of ...Owen Anderson2011-07-13
* Add code to handle a "frameless" unwind stack.Bill Wendling2011-07-13
* ARM Assembler support for DBG instruction.Jim Grosbach2011-07-13
* We already support 256-bit packed ADD, SUB, DIV, MUL. Add testcases.Bruno Cardoso Lopes2011-07-13
* ARM parsing and encoding tests for CMN/CMP.Jim Grosbach2011-07-13
* struct Init -> class InitDavid Greene2011-07-13
* Revert r135074 and r135080. They broke clamscan.Jakob Stoklund Olesen2011-07-13
* Shuffle ARM assembly tests a bit.Jim Grosbach2011-07-13
* Revert 135093. Think-o.Jim Grosbach2011-07-13
* Correct range for thumb co-processor immediateJim Grosbach2011-07-13
* Range checking for CDP[2] immediates.Jim Grosbach2011-07-13
* Make X86ISD::ANDNP more general and Codegen 256-bit VANDNP. A moreBruno Cardoso Lopes2011-07-13
* The target specific node PANDN name is misleading. That happens becauseBruno Cardoso Lopes2011-07-13
* Cleanup Thumb co-processor instructions a bit.Jim Grosbach2011-07-13
* Make sure we don't combine a large displacement and a frame index in the same...Eli Friedman2011-07-13
* Parameterize away the ARM T1Cop class.Jim Grosbach2011-07-13
* Fix predicates for Thumb co-processor instructions.Jim Grosbach2011-07-13
* Only keep the global split candidates that work out.Jakob Stoklund Olesen2011-07-13
* Refactor out checking for displacements on x86-64 addressing modes. No funct...Eli Friedman2011-07-13
* Testcases for ARM assembly BX/BXJ instructions.Jim Grosbach2011-07-13
* Fix encoding for ARM BXJ instruction.Jim Grosbach2011-07-13
* Fix encoding of predicate bits on ARM BX_pred.Jim Grosbach2011-07-13
* Move the InterferenceCache cursor into the GlobalSplitCand struct.Jakob Stoklund Olesen2011-07-13