- bcb9770 Added some eye-candy for Subtarget type checking by Anton Korobeynikov · 19 years ago
- b74ed07 Adding dllimport, dllexport and external weak linkage types. by Anton Korobeynikov · 19 years ago
- 25ab690 Committing X86-64 support. by Evan Cheng · 19 years ago
- a0f3d17 Make target asm info a property of the target machine. by Jim Laskey · 19 years ago
- 563321a Separate target specific asm properties from the asm printers. by Jim Laskey · 19 years ago
- c9676de Minor asm fix. by Evan Cheng · 19 years ago
- 67afece On Mac, print jump table entries after the function to work around a linker issue. by Evan Cheng · 19 years ago
- ea34858 Use the predicate. by Jim Laskey · 19 years ago
- 2f1ae88 Support jump tables when in PIC relocation model by Nate Begeman · 19 years ago
- 35d86fe Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC. by Chris Lattner · 19 years ago
- e29c2f5 Bug#834 ICE (crash in code generator?) when building PCH . by Jim Laskey · 19 years ago
- 89d67fa Add and sort "sections" in debug lines. This always stepping through by Jim Laskey · 19 years ago
- 014f98c Place dwarf headers at earliest possible point. Well behaved when skipping by Jim Laskey · 19 years ago
- cbe70e1 Rename ASM modifier trunc8, trunc16 to subreg8, subreg16. by Evan Cheng · 19 years ago
- 138a24e Remove a couple of bogus casts. by Evan Cheng · 19 years ago
- 932ad51 X86 / Cygwin asm / alignment fixes. Patch contributed by Anton Korobeynikov! by Evan Cheng · 19 years ago
- 069287d X86 integer register classes naming changes. Make them consistent with FP, vector classes. by Evan Cheng · 19 years ago
- dad9c5a Fix the MASM asmprinter's lies. It does not want to emit code to .text/.data by Chris Lattner · 19 years ago
- 4632d7a Split SwitchSection into SwitchTo{Text|Data}Section methods. by Chris Lattner · 19 years ago
- 403be7e Fixing truncate. Previously we were emitting truncate from r16 to r8 as by Evan Cheng · 19 years ago
- 8f7f712 Better implementation of truncate. ISel matches it to a pseudo instruction by Evan Cheng · 19 years ago
- 2d90ac7 Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling. by Chris Lattner · 19 years ago
- 63b3d71 There shalt be only one "immediate" operand type! by Chris Lattner · 19 years ago
- ea50fab Remove a bunch more SparcV9 specific stuff by Chris Lattner · 19 years ago
- 10f3597 Remove some more unused stuff from MachineInstr that was leftover from V9. by Chris Lattner · 19 years ago
- cdf38c4 Extend printBasicBlockLabel a bit so that it can be used to print all by Nate Begeman · 19 years ago
- 55c25f2 I can't spell: Register, not Regsiter. by Evan Cheng · 19 years ago
- 62f2700 Implemented x86 inline asm b, h, w, k modifiers. by Evan Cheng · 19 years ago
- 3d48a90 Bare-bone X86 inline asm printer support. by Evan Cheng · 19 years ago
- 37efe67 JumpTable support! What this represents is working asm and jit support for by Nate Begeman · 19 years ago
- 6b92b8e Make sure that debug labels are defined within the same section and after the by Jim Laskey · 19 years ago
- 99db044 Change interface to DwarfWriter. by Jim Laskey · 19 years ago
- c4c6257 Added getTargetLowering() to TargetMachine. Refactored targets to support this. by Evan Cheng · 19 years ago
- d594881 - Emit subsections_via_symbols for Darwin. by Evan Cheng · 19 years ago
- 3c992d2 Enable Dwarf debugging info. by Evan Cheng · 19 years ago
- a09bd81 Fixed ConstantPoolIndex operand asm print bug. This fixed 2005-07-17-INT-To-FP by Evan Cheng · 19 years ago
- 404cb4f Added an offset field to ConstantPoolSDNode. by Evan Cheng · 19 years ago
- a0ea053 PIC related bug fixes. by Evan Cheng · 19 years ago
- f1616da Missing .globl for weak / link-once .text symbols. by Evan Cheng · 19 years ago
- 4c1aa86 - Added option -relocation-model to set relocation model. Valid values include static, pic, by Evan Cheng · 19 years ago
- 7ccced6 x86 / Darwin PIC support. by Evan Cheng · 19 years ago
- 2338c5c Darwin ABI issues: weak, linkonce, etc. dynamic-no-pic support is complete. by Evan Cheng · 20 years ago
- a3b8c57 Eliminate the printCallOperand method, using a 'call' modifier on by Chris Lattner · 20 years ago
- 67caa39 Work around some x86 Darwin assembler bugs by Evan Cheng · 20 years ago
- 2c2c6c6 Add explicit #includes of <iostream> by Chris Lattner · 20 years ago
- 272f998 Don't globalize internal functions by Chris Lattner · 20 years ago
- 391c5d2 No longer track value types for asm printer operands, and remove them as by Nate Begeman · 20 years ago
- ac2902b Use HasDotTypeDotSizeDirective instead of forELF by Chris Lattner · 20 years ago
- a35a8e8 Use subtarget information computed by X86Subtarget instead of rolling our own. by Chris Lattner · 20 years ago
- 5df14ca Add a forELF flag, allowing the removal of forCygwin and simplification of by Chris Lattner · 20 years ago
- d939f6c Switch to using the shared constant pool printer, along with using shorter by Chris Lattner · 20 years ago
- 8b8b951 Adjust to capitalized AsmPrinter method names by Chris Lattner · 20 years ago
- 64965ba Use PrivateGlobalPrefix for basic block labels. This allows the x86 darwin by Chris Lattner · 20 years ago
- 7b6e53c convert the rest of this over to use SwitchSection by Chris Lattner · 20 years ago
- c41cc83 Naturally align doubles in the constant pool, set PrivateGlobalPrefix on by Chris Lattner · 20 years ago
- 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 20 years ago
- 6c7cb29 Add support for printing the sse scalar comparison instruction mnemonics. by Nate Begeman · 20 years ago
- d3a490a Check in the last of the darwin-specific code necessary to get shootout by Nate Begeman · 20 years ago
- 3249bfc Add a note by Chris Lattner · 20 years ago
- 73213f6 Commit some pending darwin changes before subtarget support. by Nate Begeman · 20 years ago
- c569d79 Output .size directives to tell the assembler the size of each function. by Chris Lattner · 20 years ago
- 72b286b Add support for assembling .s files on mac os x for intel by Nate Begeman · 20 years ago
- b36cbd0 Refactor X86AsmPrinter.cpp into multiple files. Patch contributed by Chris Lattner · 20 years ago