- 482ad80 MC: Use accessors for access to MCAsmFixup. by Daniel Dunbar · 15 years ago
- c9adb8c MC: Change MCInst::dump_pretty to not include a trailing newline. by Daniel Dunbar · 15 years ago
- 1464c1d Kill unneeded SExt. by Benjamin Kramer · 15 years ago
- c2798a1 SRetReturnReg was set in LowerFormalArguments(). So only assert it here. by Zhongxing Xu · 15 years ago
- e614e39 MC: Eliminate MCFragment vtable, which was unnecessary. by Daniel Dunbar · 15 years ago
- 9f3b6a3 Coding style change (Adding 1 missing space.) by Shih-wei Liao · 15 years ago
- 45469f3 Adding the missing implementation for ARM::SBFX and ARM::UBFX. by Shih-wei Liao · 15 years ago
- 174e597 Temporarily revert r104655 as it's breaking the bots. by Eric Christopher · 15 years ago
- 54e13ec fix off by 1 (insn) error in eh.sjlj.setjmp thumb code sequence. by Jim Grosbach · 15 years ago
- b555609 Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism." by Jakob Stoklund Olesen · 15 years ago
- a4e4ffd Change push_all to a non-virtual function and implement it in the by Dan Gohman · 15 years ago
- 4f98945 Delete an unused function. by Dan Gohman · 15 years ago
- 5eabaa2 Trim #include. by Dan Gohman · 15 years ago
- be22683 Dale and Evan suggested putting the "check for setjmp" much earlier in the by Bill Wendling · 15 years ago
- 6a45d68 Replace the SubRegSet tablegen class with a less error-prone mechanism. by Jakob Stoklund Olesen · 15 years ago
- 6d37a29 Adding the missing implementation of Bitfield's "clear" and "insert". by Shih-wei Liao · 15 years ago
- 5170b71 To handle s* registers in emitVFPLoadStoreMultipleInstruction(). by Shih-wei Liao · 15 years ago
- 96ac515 Start adding mach-o tls reloc support. by Eric Christopher · 15 years ago
- 76f0ad7 Drop the SuperregHashTable. It is essentially the same as SubregHashTable. by Jakob Stoklund Olesen · 15 years ago
- c3f5f78 First cut at supporting .debug_loc section. by Devang Patel · 15 years ago
- 48aefe1 Properly promote operands when optimizing a single-character memcmp. by Benjamin Kramer · 15 years ago
- f10bc81 Constify function. by Bill Wendling · 15 years ago
- eddc114 Do one map lookup instead of two. by Dan Gohman · 15 years ago
- 5b71dce Fix a missing newline in debug output. by Dan Gohman · 15 years ago
- 04386ca Move the verbose asm output up a bit so it can be used in the special cases by Eric Christopher · 15 years ago
- 5edfbdc Okay, bear with me here... by Bill Wendling · 15 years ago
- 02b46bc Add support for initialized global data for darwin tls. Update comments by Eric Christopher · 15 years ago
- cf50a53 Changed the encoding of X86 floating point stack operations where both operands by Kevin Enderby · 15 years ago
- 854f30d Removing test; Chris thinks it's better to have the by Dale Johannesen · 15 years ago
- b539852 Separate unrelated cases that once shared a numeric value by Jakob Stoklund Olesen · 15 years ago
- 1fc8e75 Print symbolic SubRegIndex names on machine operands. by Jakob Stoklund Olesen · 15 years ago
- 4fda967 Remove NumberHack entirely. by Jakob Stoklund Olesen · 15 years ago
- 39e2dd7 MC/X86: Add a hack to allow recognizing 'cmpltps' and friends. by Daniel Dunbar · 15 years ago
- 86234c3 Fix another variant of PR 7191. Also add a testcase by Dale Johannesen · 15 years ago
- 7937368 MC/X86: Define explicit immediate forms of cmp{ss,sd,ps,pd}. by Daniel Dunbar · 15 years ago
- 04ac770 The BT64ri8 record in X86Instr64bit.td was missing a REX_W which is required by Kevin Enderby · 15 years ago
- 61734eb Fix PR 7191. I have been unable to create a .ll file that fails, sorry. by Dale Johannesen · 15 years ago
- 7e2f5aa Make sure aeskeygenassist uses an unsigned immediate field. by Eric Christopher · 15 years ago
- 48d0c16 Ignore NumberHack and give each SubRegIndex instance a unique enum value instead. by Jakob Stoklund Olesen · 15 years ago
- c159fba Use enums instead of literals for SystemZ subregisters by Jakob Stoklund Olesen · 15 years ago
- 22c0e97 Use enums instead of literals for X86 subregisters. by Jakob Stoklund Olesen · 15 years ago
- f3c770a Add missing implementation to the materialization of VFP misc. instructions (vmrs, vmsr and vmov (immediate)) by Zonr Chang · 15 years ago
- f86399b Add support to MOVimm32 using movt/movw for ARM JIT by Zonr Chang · 15 years ago
- a85df80 Allow t2MOVsrl_flag and t2MOVsra_flag instructions to be predicated. by Bob Wilson · 15 years ago
- 4876bdb Fix up instruction classes for Thumb2 RSB instructions to be consistent with by Bob Wilson · 15 years ago
- ab3912e Clean up indentation. by Bob Wilson · 15 years ago
- b7a3170 Disable invalid coalescer assertion. by Jakob Stoklund Olesen · 15 years ago
- e00fa64 Use enums instead of literals in the ARM backend. by Jakob Stoklund Olesen · 15 years ago
- ef473bf Print out the name of the function during SSC. by Bill Wendling · 15 years ago
- 33276d9 Switch SubRegSet to using symbolic SubRegIndices by Jakob Stoklund Olesen · 15 years ago
- c21763f Allow Thumb2 MVN instructions to set condition codes. The immediate operand by Bob Wilson · 15 years ago
- ec5a0b3 diaggroup categories should take precedence over diag-specific groups. by Chris Lattner · 15 years ago
- f27462e Lose the dummies by Jakob Stoklund Olesen · 15 years ago
- 09bc029 Replace the tablegen RegisterClass field SubRegClassList with an alist-like data by Jakob Stoklund Olesen · 15 years ago
- 3946043 Avoid adding duplicate function live-in's. by Evan Cheng · 15 years ago
- e350690 Fix an mmx movd encoding. by Dan Gohman · 15 years ago
- ca956dc MC/X86: Add aliases for CMOVcc variants. by Kevin Enderby · 15 years ago
- d303846 Clean up some extra whitespace. by Bob Wilson · 15 years ago
- bb7ecb2 Thumb2 RSBS instructions were being printed without the 'S' suffix. by Bob Wilson · 15 years ago
- 295cdf8 Do not emit line number entries for unknown debug values. by Devang Patel · 15 years ago
- c7cf10c LR is in GPR, not tGPR even in Thumb1 mode. by Evan Cheng · 15 years ago
- a113227 Add SubRegIndex defs to PowerPC. It looks like the CR subregister indices are by Jakob Stoklund Olesen · 15 years ago
- d6be874 Use SubRegIndex in SystemZ. by Jakob Stoklund Olesen · 15 years ago
- fff916a SubRegIndex'ize Mips by Jakob Stoklund Olesen · 15 years ago
- 59f7199 SubRegIndex'ize MSP430 by Jakob Stoklund Olesen · 15 years ago
- 7bb31e3 Fix a few places that depended on the numeric value of subreg indices. by Jakob Stoklund Olesen · 15 years ago
- 558661d Switch ARMRegisterInfo.td to use SubRegIndex and eliminate the parallel enums by Jakob Stoklund Olesen · 15 years ago
- 3458e9e Rename X86 subregister indices to something shorter. by Jakob Stoklund Olesen · 15 years ago
- 73ea7bf Add the SubRegIndex TableGen class. by Jakob Stoklund Olesen · 15 years ago
- 3816c25 Encode the Caml frametable by following what the comment says: the number of descriptors by Nicolas Geoffray · 15 years ago
- 4139630 Apply timeouts and memory limits in more places. In particular, when by Duncan Sands · 15 years ago
- 414c0c4 llvm-mc: Use EmitIntValue where possible, which makes the API calls from the AsmParser and CodeGen line up better. by Daniel Dunbar · 15 years ago
- 01777ff llvm-mc: Use AddBlankLine in asm parser. This makes transliteration match the input much more closely, and also makes the API calls from the AsmParser and CodeGen line up better. by Daniel Dunbar · 15 years ago
- fdb5a86 MC: Add an MCLoggingStreamer, for use in debugging integrated-as mismatches. by Daniel Dunbar · 15 years ago
- 069e434 VDUP doesn't support vectors with 64-bit elements. by Bob Wilson · 15 years ago
- 62e4c67 MC/X86: Subdivide immediates a bit more, so that we properly recognize immediates based on the width of the target instruction. For example: by Daniel Dunbar · 15 years ago
- 54ddf3d tblgen/AsmMatcher: Change AsmOperandClass to allow a list of superclasses instead of just one. by Daniel Dunbar · 15 years ago
- 4c36197 MC/X86: Add alias for setz, setnz, jz, jnz. by Daniel Dunbar · 15 years ago
- 3422cf0 Trivial change to dump() function for SparseBitVector by John Mosby · 15 years ago
- 2457f2c Implement @llvm.returnaddress. rdar://8015977. by Evan Cheng · 15 years ago
- 5eb1951 Implement eh.sjlj.longjmp for ARM. Clean up the intrinsic a bit. by Jim Grosbach · 15 years ago
- 1e6d3ac This test is darwin only. Make it so(tm). by Eric Christopher · 15 years ago
- be751cf Recognize more BUILD_VECTORs and VECTOR_SHUFFLEs that can be implemented by by Bob Wilson · 15 years ago
- 8116ca5 Add full bss data support for darwin tls variables. by Eric Christopher · 15 years ago
- 65eb482 Collect variable information during endFunction() instead of beginFunction(). by Devang Patel · 15 years ago
- 46099f1 Add a new section and accessor for TLS data. by Eric Christopher · 15 years ago
- 70fe664 Clean up extra whitespace. by Bob Wilson · 15 years ago
- e81d010 Make this LookAheadLimit, not the uninitialized LookAheadLeft. by Eric Christopher · 15 years ago
- c2685a9 add a note by Chris Lattner · 15 years ago
- 070c1ab Expand on comment. by Eric Christopher · 15 years ago
- 9d31d79 Added retl for 32-bit x86 and added retq for 64-bit x86. by Kevin Enderby · 15 years ago
- 0df4a80 Fix comment and whitespace. by Eric Christopher · 15 years ago
- 299f424 expand on the llvm ir bitcode dox. Patch by Peter Housel! by Chris Lattner · 15 years ago
- 835810b Allow machine cse to cse instructions which define physical registers. Controlled by option -machine-cse-phys-defs. by Evan Cheng · 15 years ago
- 9b00685 Fix section attribute name. by Eric Christopher · 15 years ago
- 78f006a Change CodeGen/ARM/2009-11-02-NegativeLane.ll to use 16-bit vector elements by Bob Wilson · 15 years ago
- 1015ba7 - Change MachineInstr::findRegisterDefOperandIdx so it can also look for defs by Evan Cheng · 15 years ago
- 18b2c9d Add MachineInstr::readsWritesVirtualRegister() to determine if an instruction by Jakob Stoklund Olesen · 15 years ago
- 379fe83 Simplify by Devang Patel · 15 years ago
- acbf634 Previous commit message should refer to 104308. by Dale Johannesen · 15 years ago