summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar2011-10-18
* llvm-ar: Remove local test target, this is no longer useful.Daniel Dunbar2011-10-18
* llvm-config: Add an all-targets pseudo-component.Daniel Dunbar2011-10-18
* build: Remove some unused code.Daniel Dunbar2011-10-18
* Use ARM/t2PseudoInst class from ARM/Thumb2 special adds/subs patterns.Andrew Trick2011-10-18
* Use isIntN and isUIntN to check for valid signed/unsigned numbers.Bob Wilson2011-10-18
* whitespaceAndrew Trick2011-10-18
* A landing pad could have more than one predecessor. In that case, we want thatBill Wendling2011-10-18
* ARM vmla/vmls assembly parsing for the lane index operand.Jim Grosbach2011-10-18
* Another failing encoding.Owen Anderson2011-10-18
* Fix NEON mul encoding tests. Wrong file contents previously.Jim Grosbach2011-10-18
* ARM vqdmulh assembly parsing for the lane index operand.Jim Grosbach2011-10-18
* Remove duplicate test.Jim Grosbach2011-10-18
* Tidy up formatting.Jim Grosbach2011-10-18
* ARM vmul assembly parsing for the lane index operand.Jim Grosbach2011-10-18
* Tidy up.Jim Grosbach2011-10-18
* Add a few more testcases.Owen Anderson2011-10-18
* Final patch that completes old JIT support for Mips:Bruno Cardoso Lopes2011-10-18
* Add several FIXME cases for ARM encodings.Owen Anderson2011-10-18
* Fix incorrect check for sign-extended constant BUILD_VECTOR.Bob Wilson2011-10-18
* Fix a DAG combiner assertion failure when constant folding BUILD_VECTORS.Bob Wilson2011-10-18
* Don't exit just because some early commands fail. Use the -k flag when runnin...Bill Wendling2011-10-18
* Tests for 142365.Jim Grosbach2011-10-18
* Tidy up formatting.Jim Grosbach2011-10-18
* ARM vqdmlal assembly parsing for the lane index operand.Jim Grosbach2011-10-18
* Thumb2 parsing of 'mov.w' gets the cc_out operand wrong. Add an alias for it.Jim Grosbach2011-10-18
* ARM assembly parsing and encoding for VMOV.i64.Jim Grosbach2011-10-18
* PTX: Fix disabling of MAD instruction selectionJustin Holewinski2011-10-18
* Fix a bunch of unused variable warnings when doing a releaseDuncan Sands2011-10-18
* Coding style cleanups. No functionality change.Bill Wendling2011-10-18
* Remove NaClModeDavid Meyer2011-10-18
* Add support for dynamic stack realignment when in thumb1 mode.Chad Rosier2011-10-18
* Commit test, capitalizing store... keep it simple.Joe Abbey2011-10-18
* Fix comment to refer to correct instructionHal Finkel2011-10-18
* Fix misc warnings. Patch by Joe Abbey.Eli Friedman2011-10-18
* Backing out patch. Will refactor to remove the AsmParser dependency on Target.Lang Hames2011-10-18
* ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i32.Jim Grosbach2011-10-18
* Revert "llvm-objdump: Add static symbol table dumping."Michael J. Spencer2011-10-18
* llvm-objdump: Add static symbol table dumping.Michael J. Spencer2011-10-17
* Object: Add some types to SymbolRef::Type.Michael J. Spencer2011-10-17
* Object: Add isSymbolAbsolute and getSymbolSection.Michael J. Spencer2011-10-17
* Object: Add isSymbolWeak.Michael J. Spencer2011-10-17
* Object/COFF: Expose more data in the public API.Michael J. Spencer2011-10-17
* Object: Implement casting for concrete classes.Michael J. Spencer2011-10-17
* Enable a few more NEON immediate tests.Jim Grosbach2011-10-17
* 80-col.Michael J. Spencer2011-10-17
* Minor style cleanup, no functionality change.Nick Lewycky2011-10-17
* Re-applying the target data layout verification patch from r142288, plus appr...Lang Hames2011-10-17
* ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i16.Jim Grosbach2011-10-17
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-17