- 31f1af1 Fix a missing quote. by Dan Gohman · 15 years ago
- 804a231 Add FIXME comment to remove this. by Bill Wendling · 15 years ago
- df9c8bc Remove a TODO which isn't practical. by Dan Gohman · 15 years ago
- cb8326d MC: Add TargetMachine support for setting the value of MCRelaxAll with by Daniel Dunbar · 15 years ago
- 160a3bf Add StringRef::compare_numeric and use it to sort TableGen register records. by Jakob Stoklund Olesen · 15 years ago
- 113b3e2 Implement checking of the tail keyword. by Dan Gohman · 15 years ago
- f86a619 Suppress emmission of empty subreg/superreg/alias sets. by Jakob Stoklund Olesen · 15 years ago
- 77051f5 There is no need to force an line number entry (using previous location) for a temp label at unknown location. by Devang Patel · 15 years ago
- 8d717c7 Add "setjmp_syscall", "savectx", "qsetjmp", "vfork", "getcontext" to the list of by Bill Wendling · 15 years ago
- 83194de MC: When running with -mc-relax-all, we can eagerly relax instructions and avoid creating unnecessary MCInstFragments. by Daniel Dunbar · 15 years ago
- 2ac0c45 MC/Mach-O: Factor out EmitInstTo{Fragment,Data} for emitting MCInst's as MCInstFragments or appending onto an MCDataFragment. by Daniel Dunbar · 15 years ago
- 23ff7cf Adjust eh.sjlj.setjmp to properly have a chain and to have an opcode entry in by Jim Grosbach · 15 years ago
- 394427b Update debug info when live-in reg is copied into a vreg. by Devang Patel · 15 years ago
- b106543 Fix the x86 move to/from segment register instructions. by Kevin Enderby · 15 years ago
- 9af7e9a Move the check for "calls setjmp" to SelectionDAGISel so that it can be used by by Bill Wendling · 15 years ago
- b2b31a6 Identify instructions, that needs a label to mark debug info entity, in advance. This simplifies beginScope(). by Devang Patel · 15 years ago
- 93d3433 Eliminate the use of PriorityQueue and just use a std::vector, by Dan Gohman · 15 years ago
- f0f1bfe Fix indentation. by Dan Gohman · 15 years ago
- d89c258 Delete an unused function. by Dan Gohman · 15 years ago
- 95506d4 MC: Change RelaxInstruction to only take the input and output instructions. by Daniel Dunbar · 15 years ago
- d9c2af5 Fix a typo in a comment that Gabor noticed. by Dan Gohman · 15 years ago
- b09e793 Testcase for 104624/104619/PR7191/8023512. by Dale Johannesen · 15 years ago
- dae5b9f MC: Eliminate an unnecessary copy. by Daniel Dunbar · 15 years ago
- 8488252 MC: Simplify MayNeedRelaxation to not provide the fixups, so we can query it by Daniel Dunbar · 15 years ago
- b21a758 Remove dead code. by Devang Patel · 15 years ago
- e2df842 Do not construct location list backword! by Devang Patel · 15 years ago
- ca561ff Replace the SubRegSet tablegen class with a less error-prone mechanism. by Jakob Stoklund Olesen · 15 years ago
- 90346e2 Add entry for llvm.eh.sjlj.longjmp. PR4999. by Jim Grosbach · 15 years ago
- c90e30a MC: Eliminate MCAsmFixup, replace with MCFixup. by Daniel Dunbar · 15 years ago
- 0dd0c94 MC: Simplify MCFixup and increase the available offset size. by Daniel Dunbar · 15 years ago
- 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