summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-18build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar28-144/+106
2011-10-18llvm-ar: Remove local test target, this is no longer useful.Daniel Dunbar1-7/+0
2011-10-18llvm-config: Add an all-targets pseudo-component.Daniel Dunbar1-2/+6
2011-10-18build: Remove some unused code.Daniel Dunbar1-2/+0
2011-10-18Use ARM/t2PseudoInst class from ARM/Thumb2 special adds/subs patterns.Andrew Trick5-119/+121
2011-10-18Use isIntN and isUIntN to check for valid signed/unsigned numbers.Bob Wilson1-3/+2
2011-10-18whitespaceAndrew Trick3-8/+8
2011-10-18A landing pad could have more than one predecessor. In that case, we want thatBill Wendling1-1/+8
2011-10-18ARM vmla/vmls assembly parsing for the lane index operand.Jim Grosbach3-12/+16
2011-10-18Another failing encoding.Owen Anderson1-0/+3
2011-10-18Fix NEON mul encoding tests. Wrong file contents previously.Jim Grosbach1-79/+71
2011-10-18ARM vqdmulh assembly parsing for the lane index operand.Jim Grosbach2-6/+6
2011-10-18Remove duplicate test.Jim Grosbach1-3/+0
2011-10-18Tidy up formatting.Jim Grosbach1-32/+43
2011-10-18ARM vmul assembly parsing for the lane index operand.Jim Grosbach2-10/+10
2011-10-18Tidy up.Jim Grosbach1-10/+8
2011-10-18Add a few more testcases.Owen Anderson1-0/+5
2011-10-18Final patch that completes old JIT support for Mips:Bruno Cardoso Lopes7-91/+173
2011-10-18Add several FIXME cases for ARM encodings.Owen Anderson2-0/+14
2011-10-18Fix incorrect check for sign-extended constant BUILD_VECTOR.Bob Wilson2-1/+12
2011-10-18Fix a DAG combiner assertion failure when constant folding BUILD_VECTORS.Bob Wilson2-2/+23
2011-10-18Don't exit just because some early commands fail. Use the -k flag when runnin...Bill Wendling1-4/+6
2011-10-18Tests for 142365.Jim Grosbach2-0/+16
2011-10-18Tidy up formatting.Jim Grosbach1-32/+48
2011-10-18ARM vqdmlal assembly parsing for the lane index operand.Jim Grosbach1-2/+2
2011-10-18Thumb2 parsing of 'mov.w' gets the cc_out operand wrong. Add an alias for it.Jim Grosbach1-0/+2
2011-10-18ARM assembly parsing and encoding for VMOV.i64.Jim Grosbach5-10/+41
2011-10-18PTX: Fix disabling of MAD instruction selectionJustin Holewinski2-9/+24
2011-10-18Fix a bunch of unused variable warnings when doing a releaseDuncan Sands6-11/+11
2011-10-18Coding style cleanups. No functionality change.Bill Wendling1-6/+5
2011-10-18Remove NaClModeDavid Meyer10-42/+4
2011-10-18Add support for dynamic stack realignment when in thumb1 mode.Chad Rosier4-11/+72
2011-10-18Commit test, capitalizing store... keep it simple.Joe Abbey1-1/+1
2011-10-18Fix comment to refer to correct instructionHal Finkel1-1/+1
2011-10-18Fix misc warnings. Patch by Joe Abbey.Eli Friedman3-4/+1
2011-10-18Backing out patch. Will refactor to remove the AsmParser dependency on Target.Lang Hames4-116/+38
2011-10-18ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i32.Jim Grosbach5-80/+151
2011-10-18Revert "llvm-objdump: Add static symbol table dumping."Michael J. Spencer2-120/+5
2011-10-17llvm-objdump: Add static symbol table dumping.Michael J. Spencer2-5/+120
2011-10-17Object: Add some types to SymbolRef::Type.Michael J. Spencer2-1/+9
2011-10-17Object: Add isSymbolAbsolute and getSymbolSection.Michael J. Spencer6-49/+163
2011-10-17Object: Add isSymbolWeak.Michael J. Spencer7-1/+46
2011-10-17Object/COFF: Expose more data in the public API.Michael J. Spencer2-20/+47
2011-10-17Object: Implement casting for concrete classes.Michael J. Spencer3-0/+16
2011-10-17Enable a few more NEON immediate tests.Jim Grosbach1-12/+12
2011-10-1780-col.Michael J. Spencer1-1/+3
2011-10-17Minor style cleanup, no functionality change.Nick Lewycky1-3/+2
2011-10-17Re-applying the target data layout verification patch from r142288, plus appr...Lang Hames4-38/+116
2011-10-17ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i16.Jim Grosbach4-20/+49
2011-10-17Add support for a new extension to the .file directive:Nick Lewycky22-66/+144