- 9cf3b58 test/Makefile: Force lit -j1 on Cygwin. by NAKAMURA Takumi · 14 years ago
- 0966ec0 Reverting r117031 to cleanup valgrind errors. by Andrew Trick · 14 years ago
- 751752e Fixed handling of immediate operand sizes, which by Sean Callanan · 14 years ago
- b13214f Test case for r117075. Radar 6635085. by Stuart Hastings · 14 years ago
- 4ceccc4 Add tests for NEON encoding of vmull. by Owen Anderson · 14 years ago
- 3686046 ARM binary encodings for MVN variants. by Jim Grosbach · 14 years ago
- de5370f Add tests for NEON encoding of vqdmulh and vqrdmulh. by Owen Anderson · 14 years ago
- 3fea19105 ARM Binary encoding information for BFC/BFI instructions. by Jim Grosbach · 14 years ago
- 636ad14 Add tests for NEON vmul encoding. by Owen Anderson · 14 years ago
- 7eca0e1 Rename this test to better reflect its contents. by Owen Anderson · 14 years ago
- 35ea7a4 Add tests for NEON encodings of vaddhn and vraddhn. by Owen Anderson · 14 years ago
- 4bcb949 Add tests for NEON encodings of vqadd, which was already correctly encoded. by Owen Anderson · 14 years ago
- 1e93466 Add correct NEON encodings for vhadd and vrhadd. by Owen Anderson · 14 years ago
- 9d50559 Add correct encodings for NEON vaddw.s* and vaddw.u*. by Owen Anderson · 14 years ago
- e0e6dc3 Provide correct NEON encodings for vaddl.u* and vaddl.s*. by Owen Anderson · 14 years ago
- 8c8bc05 Do not recurse into symbol refs that have a variant kind. This prevents us by Rafael Espindola · 14 years ago
- 0b9325c More tweaks to X86 instructions to allow the 'w' suffix in places it makes by Kevin Enderby · 14 years ago
- ba3f881 Fix whitespace. by Bill Wendling · 14 years ago
- 4e9141f Recommit 116986 with capitalization typo fixed. by Wesley Peck · 14 years ago
- 5b7a825 putback r116983 and fix simple-fp-encoding.ll tests by Andrew Trick · 14 years ago
- 60e7127 Reverting the commit 116986. It was breaking the build on llvm-x86_64-linux though it by Wesley Peck · 14 years ago
- d9707e3 Revert r116983, which is breaking all the buildbots. by Owen Anderson · 14 years ago
- 13a9490 Major update of the MicroBlaze backend. The new features are: by Wesley Peck · 14 years ago
- d6865de Add missing scheduling itineraries for transfers between core registers and VFP registers. by Evan Cheng · 14 years ago
- d779554 Implement correct encodings for NEON vadd, both integer and floating point. by Owen Anderson · 14 years ago
- 01aabda Add encoding for moving a value between two ARM core registers and a doublework by Bill Wendling · 14 years ago
- 7d31a16 Add encodings for movement between ARM core registers and single-precision by Bill Wendling · 14 years ago
- 561ac17 Add some comments. by Dan Gohman · 14 years ago
- 134982d More accurate estimate / tracking of register pressure. by Evan Cheng · 14 years ago
- e4d3159 Fix crash introduced in 116852. 8573915. by Dale Johannesen · 14 years ago
- 7ab2af0 Cut unneeded global variable. by Jason W Kim · 14 years ago
- 64e6719 Handle _GLOBAL_OFFSET_TABLE_ correctly. by Rafael Espindola · 14 years ago
- 575cd14 Enable using vdup for vector constants which are splat of by Dale Johannesen · 14 years ago
- 2312842 Re-enable register pressure aware machine licm with fixes. Hoist() may have by Evan Cheng · 14 years ago
- f7d5278 Fixing r116753 r116756 r116777 by Jason W Kim · 14 years ago
- 9869413 Revert r116781 "- Add a hook for target to determine whether an instruction def by Daniel Dunbar · 14 years ago
- 99fca5d GlobalOpt: EvaluateFunction() must not evaluate stores to weak_odr globals. by Mikhail Glushenkov · 14 years ago
- 21239d6 Add test case mov.ll for PTX device function by Che-Liang Chiou · 14 years ago
- 1978599 Fix PR8300 by remembering to keep the bitcast in all cases. by Rafael Espindola · 14 years ago
- 11e8b74 - Add a hook for target to determine whether an instruction def is by Evan Cheng · 14 years ago
- 1dcb1ea Speculatively revert 116753 and 116756 to attempt to fix the bots. by Eric Christopher · 14 years ago
- 3454ed9 Support alignment for NEON vld-lane and vst-lane instructions. by Bob Wilson · 14 years ago
- 87f4a1a Added a few tweaks to the Intel Descriptor-table support instructions to allow by Kevin Enderby · 14 years ago
- 6e5367d Revert r116220 - thus turning arm fast isel back on by default. by Eric Christopher · 14 years ago
- 4a23a37 Get rid of unneeded FormatOutput global variable by Jason W Kim · 14 years ago
- e7d4a4c Changed elf-dump to output hex format by default. Also updated tests. by Jason W Kim · 14 years ago
- fb8096d Don't pass the raw invalid pointer used to represent conflicting by Dan Gohman · 14 years ago
- 992ac3e Add a basic testcase for TBAA-aware LICM. by Dan Gohman · 14 years ago
- eada304 Implement R_386_GOT32. by Rafael Espindola · 14 years ago
- ce2d3c5 Relocate with .bss instead of using the symbol. Matches gas behavior. by Rafael Espindola · 14 years ago
- bdcbf61 Run tbaa before basicaa, since that's how it's expected to be used. by Dan Gohman · 14 years ago
- aa85c21 Produce ELF::R_386_GOTPC relocations. by Rafael Espindola · 14 years ago
- 01b58f6 Make TypeBasedAliasAnalysis default to doing nothing, with a command-line by Dan Gohman · 14 years ago
- c1be92f Make BasicAliasAnalysis a normal AliasAnalysis implementation which by Dan Gohman · 14 years ago
- 7aef62f Added a handful of x86-32 instructions that were missing so that llvm-mc would by Kevin Enderby · 14 years ago
- 9edab3a Produce a R_386_PLT32 when needed. Moved the default cases of switches to the by Rafael Espindola · 14 years ago
- c97f80e Handle GOTOFF correctly on i386. by Rafael Espindola · 14 years ago
- 940e796 Improve lowering of sext to i128 on SPU. by Kalle Raiskila · 14 years ago
- f230df9 Add a MCObjectFormat class so that code common to all targets that use a by Rafael Espindola · 14 years ago
- d30dcfe Unbreak test on non-COFF targets. by Benjamin Kramer · 14 years ago
- 4cee289 MC-COFF: Add support for default-null weak externals. by Michael J. Spencer · 14 years ago
- 84ac4d5 X86-Windows: Emit an undefined global __fltused symbol when targeting Windows by Michael J. Spencer · 14 years ago
- 6549121 Generalize MemCpyOpt's handling of call slot forwarding to function properly when the call slot by Owen Anderson · 14 years ago
- 900152b llvmc: Add a test for the -c flag. by Mikhail Glushenkov · 14 years ago
- 8abe32a ARM mode encoding information for UBFX and SBFX instructions. by Jim Grosbach · 14 years ago
- c279c90 FileCheckize by Jakob Stoklund Olesen · 14 years ago
- 5df0b65 Refactor code a bit and avoid creating unnecessary entries in the string map. by Rafael Espindola · 14 years ago
- cfbece5 ARM instructions that are both predicated and set the condition codes by Bob Wilson · 14 years ago
- 53e7dcb Simplify test file a bit. by Jim Grosbach · 14 years ago
- 8faff9c Add testcase for RRX and ASRS (which effectively tests MOVs, since those by Jim Grosbach · 14 years ago
- 7032f92 Refactor the MOVsr[al]_flag and RRX pseudo-instructions to really be pseudos by Jim Grosbach · 14 years ago
- 792e979 Tweak the ARM backend to use the RRX mnemonic instead of the 'mov a, b, rrx' by Jim Grosbach · 14 years ago
- 1de588d MOVi16 and MOVT ARM mode encodings. by Jim Grosbach · 14 years ago
- a0949b5 Remove some code duplication. by Rafael Espindola · 14 years ago
- 263cfec Comments. by Mikhail Glushenkov · 14 years ago
- bbbdcd4 Add support for vmov.f64/.f32 encoding. There's a bit of a hack going on by Bill Wendling · 14 years ago
- 946a274 Add encoding for 'fmstat'. by Bill Wendling · 14 years ago
- 88cf038 - Add encodings for multiply add/subtract instructions in all their glory. by Bill Wendling · 14 years ago
- a5bbde8 fix a bug I introduced, no idea how this didn't repro right. by Chris Lattner · 14 years ago
- 15ea094 hack to unbreak buildbots by Chris Lattner · 14 years ago
- eafc5cb add uadd_ov/usub_ov to apint, consolidate constant folding by Chris Lattner · 14 years ago
- b3af5de Refactor the ARM 'setend' instruction pattern. Use a single instruction pattern by Jim Grosbach · 14 years ago
- 67a704d Add MC encodings for VCVT* instrunctions. by Bill Wendling · 14 years ago
- b35ad41 Add ARM mode encoding for [SU]XT[BH] and [SU]XTA[BH] instructions. by Jim Grosbach · 14 years ago
- 24989ec Add ARM mode operand encoding information for ADDE/SUBE instructions. by Jim Grosbach · 14 years ago
- 6d86280 Fix another case where we were preferring instructions with large by Rafael Espindola · 14 years ago
- dba81cf Fix PR8365 by adding a more specialized Pat that checks if an 'and' with by Rafael Espindola · 14 years ago
- 6932643 Add encodings for VNEG and VSQRT. Also add encodings for VMOV, but not a test by Bill Wendling · 14 years ago
- 54908dd Add encodings for VCVT instructions. by Bill Wendling · 14 years ago
- 89c898f Add ARM encoding information for comparisons, forced-cc-out arithmetics, and by Jim Grosbach · 14 years ago
- 1fc6d88 Add VCMPZ and VABS. by Bill Wendling · 14 years ago
- cd77686 Refactor VCMP instructions. by Bill Wendling · 14 years ago
- 8f9145b FileCheckize this in a hope to quiet a valgrind warning on grep. by Eric Christopher · 14 years ago
- 5a1fd8c Add encodings for VNMUL[SD]. by Bill Wendling · 14 years ago
- caa3d46 Add encodings for VDIV and VMUL. by Bill Wendling · 14 years ago
- c14b80f Be nitpicky and line up the comments. by Jim Grosbach · 14 years ago
- dd3bc11 Add encoding for VSUB and VCMP. by Bill Wendling · 14 years ago
- 6e8bf26 Don't need to specify calling convention. Add 'readnone' to functions. by Bill Wendling · 14 years ago
- 174777b Encoding for VADDD. Plus a test for the VFP instructions. by Bill Wendling · 14 years ago
- 0de6ab3 Add encoding information for the remainder of the generic arithmetic by Jim Grosbach · 14 years ago