- ae19abc - Target PIC style is no longer affected by relocation model. by Evan Cheng · 19 years ago
- 39e9c09 The zerofill directive needs a newline after it. by Bill Wendling · 19 years ago
- 071b9d5 Minor code clean up. by Evan Cheng · 19 years ago
- b266ccd Modify emission of jump tables on darwin to emit an extra "l" label that by Chris Lattner · 19 years ago
- 8e13e90 restructure code a bit to make use of continue (simplifying things). Generalize by Chris Lattner · 19 years ago
- 42ca450 darwin doesn't support .bss, but it does have .zerofill by Chris Lattner · 19 years ago
- 5032e5a * Fix one more bug in PIC codegen: extra load is needed for *all* by Anton Korobeynikov · 19 years ago
- e911615 Revert patch. by Bill Wendling · 19 years ago
- 22fb302 Create the specified TargetObjInfo and use it. by Bill Wendling · 19 years ago
- 34f03ff New "TargetObjInfo" class. This holds information that the object writers will by Bill Wendling · 19 years ago
- b93a7c9 Missed "<" :) by Anton Korobeynikov · 19 years ago
- 1e0f338 Cleanup. Comments added. by Anton Korobeynikov · 19 years ago
- 26aa785 document some subtlety by Chris Lattner · 19 years ago
- d05ca65 Emit symbol type information for ELF/COFF targets by Anton Korobeynikov · 19 years ago
- cb90099 Instead of yet another enum indicating the "assembly language flavor", by Bill Wendling · 19 years ago
- 1150286 Make inline ASM the INTEL one if it's in that emission mode. by Bill Wendling · 19 years ago
- eb9a42c Fix for PR1095: by Bill Wendling · 19 years ago
- 7ace299 add some notes by Chris Lattner · 19 years ago
- 42a7551 rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. by Chris Lattner · 19 years ago
- 9e1b1cf Make use of isInteger vs isIntegral more explicit by Chris Lattner · 19 years ago
- 1a85645 No hidden visiblity on Mingw32/Cygwin by Anton Korobeynikov · 19 years ago
- 43bbc5c add support for hidden visibility to darwin/x86 by Chris Lattner · 19 years ago
- 5b3a48d add a missing else. This caused globals to be printed as: by Chris Lattner · 19 years ago
- fd92ec4 darwin doesn't use .hidden. Disable this until we fix it right. by Chris Lattner · 19 years ago
- 32c9a45 Fix PR1103 and Regression/CodeGen/X86/2007-01-13-StackPtrIndex.ll by Chris Lattner · 19 years ago
- ae77c7b remove dead code, frameindices must be resolve before the asmprinter runs. by Chris Lattner · 19 years ago
- 286bf46 remove over-general code. by Chris Lattner · 19 years ago
- 7aa8a45 Adjust #includes to compensate for lost of DerivedTypes.h in TargetLowering.h by Reid Spencer · 19 years ago
- 7f70559 * PIC codegen for X86/Linux has been implemented by Anton Korobeynikov · 19 years ago
- a54b7cb For PR1064: by Reid Spencer · 19 years ago
- 52a457c relax type by Chris Lattner · 19 years ago
- d5f317d As PR1085 was fixed, back out workaround by Anton Korobeynikov · 19 years ago
- cea9d1d gcc often inserts it's own names for sections (e.g. by Anton Korobeynikov · 19 years ago
- ab4be63 new note by Chris Lattner · 19 years ago
- 73d6cf1 - FCOPYSIGN custom lowering bug. Clear the sign bit of operand 0 first before by Evan Cheng · 19 years ago
- 1722eee Typo by Evan Cheng · 19 years ago
- 68c47cb With SSE2, expand FCOPYSIGN to a series of SSE bitwise operations. by Evan Cheng · 19 years ago
- c9d3471 fix testcase. It's not safe to strictly evaluate a load that should be lazy. by Chris Lattner · 19 years ago
- a3bfdd4 Private labels start with .L on linux, not just . by Chris Lattner · 19 years ago
- aff9387 Fix a comment that referred to the now defunct ubyte type. by Reid Spencer · 19 years ago
- f54ad97 Remove two useless bit casts. by Reid Spencer · 19 years ago
- 317848f Really big cleanup. by Anton Korobeynikov · 19 years ago
- c2b861d Fix naming inconsistency. by Evan Cheng · 19 years ago
- 4785781 For PR950: by Reid Spencer · 19 years ago
- 2b2bc68 Refactored JIT codegen for mingw32. Now we're using standart relocation by Anton Korobeynikov · 19 years ago
- b9853eb add a note by Chris Lattner · 19 years ago
- 48c8e3d Fixed 80 cols & style violation by Anton Korobeynikov · 19 years ago
- 15fccf1 Fixed dllimported symbols support during JIT'ing. JIT on mingw32 by Anton Korobeynikov · 19 years ago
- 95b2c7d eliminate static ctors for Statistic objects. by Chris Lattner · 19 years ago
- a70d14b Fix for PR1062 by Dan Gohman. by Evan Cheng · 19 years ago
- 24287dd Fix for PR1059: http://llvm.org/PR1059 by Anton Korobeynikov · 19 years ago
- 21847f4 The x86-64 target machine should be used for amd64-* target triples. by Chris Lattner · 19 years ago
- 0bb3af9 Fix PR1061 and CodeGen/X86/2006-12-19-IntelSyntax.ll by Chris Lattner · 19 years ago
- 15404d0 move ExtWeakSymbols to AsmPrinter by Rafael Espindola · 19 years ago
- 9156ec6 Some AT&T syntax assembler (e.g. Mac OS X) does not recognize the movq alias for i64 <-> XMM moves. by Evan Cheng · 19 years ago
- 0e51207 This is done. by Evan Cheng · 19 years ago
- 21b7612 f64 <-> i64 bit_convert using movq in 64-bit mode. by Evan Cheng · 19 years ago
- e36087c Fix a couple of typo's. by Evan Cheng · 19 years ago
- e89546e This is done. by Evan Cheng · 19 years ago
- 0e8dbc6 Added MOVSS2DIrr and MOVDI2SSrr to foldMemeoryOperand(). by Evan Cheng · 19 years ago
- c9f0923 - Rename MOVDSS2DIrr to MOVSS2DIrr for consistency sake. by Evan Cheng · 19 years ago
- 133b1dd Add note. by Evan Cheng · 19 years ago
- 9f09fa2 Update note, with the SROA change, we now produce: by Chris Lattner · 19 years ago
- b4115ac this is done by Chris Lattner · 19 years ago
- d27a258 Cleaned setjmp/longjmp lowering interfaces. Now we're producing right by Anton Korobeynikov · 19 years ago
- 3e69a7e fix test/Regression/CodeGen/X86/weak.ll by Rafael Espindola · 19 years ago
- c5f8e4f Fix a bug introduced by the streams patch. DEBUG code was made unconditional. by Chris Lattner · 19 years ago
- f5da133 What should be the last unnecessary <iostream>s in the library. by Bill Wendling · 19 years ago
- 51cdcd1 MI keeps a ptr of TargetInstrDescriptor, use it. by Evan Cheng · 19 years ago
- 02fc40e add missing #include by Chris Lattner · 19 years ago
- ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 19 years ago
- 953fa04 Revert an unintended change. by Evan Cheng · 19 years ago
- 28b51439 - Switch X86-64 JIT to large code size model. by Evan Cheng · 19 years ago
- f3597a1 If we have ScalarSSE, we can select bitconvert into single instructions. by Chris Lattner · 19 years ago
- 2beb136 Add a perf optzn corresponding to PR1033. by Chris Lattner · 19 years ago
- 399610a Fix PR1033 and CodeGen/X86/bitcast.ll, by expanding bitcast to a load/store pair. by Chris Lattner · 19 years ago
- af21f4f Fix typo noticed by Lauro Ramos Venancio, thanks! by Chris Lattner · 19 years ago
- fd00deb JIT large code model support. by Evan Cheng · 19 years ago
- 35c1c04 Asm printing bug. by Evan Cheng · 19 years ago
- 19f2ffc - Fix X86-64 JIT by temporarily disabling code that treats GV address as 32-bit by Evan Cheng · 19 years ago
- d9ff60b Update by Evan Cheng · 19 years ago
- 98ae09c Add support for 64-bit 'r' constraint. Patch by by Rafael ~Avila de EspÃndol! by Chris Lattner · 19 years ago
- 2c312ad Non-darwin gcc should default to static relocation to match gcc. by Evan Cheng · 19 years ago
- ba59a1e Match TargetInstrInfo changes. by Evan Cheng · 19 years ago
- 258ff67 convertToThreeAddress() is now responsible for updating live info as well as inserting the new MI's. by Evan Cheng · 19 years ago
- 8752ce6 Add weak reference directive. by Evan Cheng · 19 years ago
- 32644ac Fix 2005-05-08-FPStackifierPHI.ll failure. by Evan Cheng · 19 years ago
- 81cf60f A initialized global variable cannot be extern weak. However, if a global value's initializer is itself a external weak symbol, emit the weak reference. by Evan Cheng · 19 years ago
- 6d7d310 Minor code clean up. by Evan Cheng · 19 years ago
- de97f9c Fix indentation. by Evan Cheng · 19 years ago
- f532c4f Darwin X86 external weak linkage support. by Evan Cheng · 19 years ago
- 78ee7b7 Introducing external weak linkage. Darwin codegen should be added later. by Anton Korobeynikov · 19 years ago
- 7784ebc Factor out GVRequiresExtraLoad() from .h to .cpp by Anton Korobeynikov · 19 years ago
- 0085a28 - Use a different wrapper node for RIP-relative GV, etc. by Evan Cheng · 19 years ago
- 12a4478 MachineInstr::setOpcode -> MachineInstr::setInstrDescriptor by Evan Cheng · 19 years ago
- c8306bd In PIC mode, GV not requiring an extra load can be used as address immediate. by Evan Cheng · 19 years ago
- 4946399 Clean up. by Evan Cheng · 19 years ago
- d0ff02c Fix for PR1018 - Better support for X86-64 Linux in small code model. by Evan Cheng · 19 years ago
- 3fa9dff Custom lower READCYCLECOUNTER for x86-64. by Evan Cheng · 19 years ago
- b4809b2 16-byte stack alignment for X86-64 ELF. Patch by Dan Gohman. by Evan Cheng · 19 years ago