Fix this tool for use on Darwin which requires the file to come after the
[oota-llvm.git] / lib / Target /
2007-01-16 Anton KorobeynikovMissed "<" :)
2007-01-16 Anton KorobeynikovCleanup. Comments added.
2007-01-16 Chris LattnerFix SMG2000 with the CBE: opaque types need names too.
2007-01-16 Chris Lattnerdocument some subtlety
2007-01-16 Anton KorobeynikovEmit symbol type information for ELF/COFF targets
2007-01-16 Bill WendlingInstead of yet another enum indicating the "assembly...
2007-01-16 Chris LattnerFix PR918 by only using typedefs to name struct types...
2007-01-16 Chris Lattneradd a note: we need whole-function selectiondags :)
2007-01-16 Bill WendlingMake inline ASM the INTEL one if it's in that emission...
2007-01-16 Bill WendlingFix for PR1095:
2007-01-15 Chris Lattneradd some notes
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-15 Chris LattnerMake use of isInteger vs isIntegral more explicit
2007-01-14 Anton KorobeynikovNo hidden visiblity on Mingw32/Cygwin
2007-01-14 Chris Lattneradd support for hidden visibility to darwin/ppc and...
2007-01-14 Chris Lattneradd support for hidden visibility to darwin/x86
2007-01-14 Chris Lattneradd a new HiddenDirective member for handling visibility.
2007-01-14 Chris Lattneradd a missing else. This caused globals to be printed as:
2007-01-14 Chris Lattnerdarwin doesn't use .hidden. Disable this until we...
2007-01-14 Chris LattnerFix PR1103 and Regression/CodeGen/X86/2007-01-13-StackP...
2007-01-13 Chris Lattnerremove dead code, frameindices must be resolve before...
2007-01-12 Reid SpencerRemove this file. It was inadvertently added because...
2007-01-12 Chris Lattnerremove over-general code.
2007-01-12 Reid SpencerAdjust #includes to compensate for lost of DerivedTypes...
2007-01-12 Reid SpencerAdd a new home for TargetLowering member functions.
2007-01-12 Chris Lattnerremove obsolete fixme
2007-01-12 Lauro Ramos VenancioDon't add or sub zero to sp.
2007-01-12 Lauro Ramos VenancioBuild constants using instructions mov/orr or mvn/eor.
2007-01-12 Anton Korobeynikov* PIC codegen for X86/Linux has been implemented
2007-01-12 Evan ChengComment.
2007-01-12 Reid SpencerFor PR1064:
2007-01-12 Reid SpencerImplement review feedback for the ConstantBool->Constan...
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2007-01-11 Zhou ShengFor PR1043:
2007-01-10 Reid SpencerChange the file header name as this file was renamed.
2007-01-10 Reid SpencerRename Writer.cpp as CBackend.cpp so it doesn't conflic...
2007-01-09 Reid SpencerFor PR1099:
2007-01-09 Reid SpencerFor PR1099:
2007-01-08 Reid SpencerFor PR1090:
2007-01-08 Reid SpencerFix PR1090:
2007-01-07 Chris Lattnerrelax type
2007-01-07 Reid SpencerFor PR1086:
2007-01-07 Anton KorobeynikovAs PR1085 was fixed, back out workaround
2007-01-06 Chris LattnerDisable the macho writer until it is 100% functional...
2007-01-06 Anton Korobeynikovgcc often inserts it's own names for sections (e.g.
2007-01-06 Reid SpencerFor PR411:
2007-01-06 Chris Lattnernew note
2007-01-05 Evan ChengsetSetCCIsExpensive is gone.
2007-01-05 Evan Cheng- FCOPYSIGN custom lowering bug. Clear the sign bit...
2007-01-05 Evan ChengTypo
2007-01-05 Evan ChengWith SSE2, expand FCOPYSIGN to a series of SSE bitwise...
2007-01-04 Lauro Ramos VenancioExpand SELECT (f32/f64) and FCOPYSIGN (f32/f64).
2007-01-03 Chris Lattnerfix testcase. It's not safe to strictly evaluate a...
2007-01-03 Chris LattnerPrivate labels start with .L on linux, not just .
2007-01-03 Reid SpencerFix a comment that referred to the now defunct ubyte...
2007-01-03 Reid SpencerRemove two useless bit casts.
2007-01-03 Anton KorobeynikovReally big cleanup.
2007-01-02 Evan ChengFix naming inconsistency.
2006-12-31 Rafael Espindolaimplement missing compares
2006-12-31 Reid SpencerFor PR950:
2006-12-29 Rafael Espindolafix comment
2006-12-28 Lauro Ramos VenancioDefine StaticCtorsSection and StaticDtorsSection for...
2006-12-28 Lauro Ramos VenancioImplement SELECT_CC (f32/f64) for ARM.
2006-12-28 Rafael Espindolaremove duplicated line
2006-12-26 Lauro Ramos VenancioThis patch defines extloadi1 and fixes an internal...
2006-12-23 Reid SpencerFor PR950:
2006-12-22 Anton KorobeynikovRefactored JIT codegen for mingw32. Now we're using...
2006-12-22 Chris Lattneradd a note
2006-12-21 Chris LattnerFix for ARM weak symbols, patch by Lauro Ramos Venancio!
2006-12-21 Jim LaskeyChanges from Nick Lewycky with a simplified PPCTargetAs...
2006-12-20 Jim LaskeyOops.
2006-12-20 Jim LaskeyOriginal patch was overly complicated.
2006-12-20 Jim LaskeyChanges to target powerpc for non-Darwin assemblers.
2006-12-20 Anton KorobeynikovFixed 80 cols & style violation
2006-12-20 Anton KorobeynikovFixed dllimported symbols support during JIT'ing. JIT...
2006-12-19 Chris Lattnereliminate static ctors for Statistic objects.
2006-12-19 Evan ChengFix for PR1062 by Dan Gohman.
2006-12-19 Anton KorobeynikovFix for PR1059: http://llvm.org/PR1059
2006-12-19 Chris LattnerThe x86-64 target machine should be used for amd64...
2006-12-19 Chris LattnerFix PR1061 and CodeGen/X86/2006-12-19-IntelSyntax.ll
2006-12-18 Rafael Espindolamacros -> Inline functions
2006-12-18 Rafael Espindolamove ExtWeakSymbols to AsmPrinter
2006-12-17 Reid SpencerUse a predicate function to identify bitcast of fp...
2006-12-17 Reid SpencerFix PR1058:
2006-12-16 Chris LattnerApply B. Scott Michel's patch for PR1054, thanks!
2006-12-15 Jim LaskeyPatterns no longer needed due to fix in the DAG combiner.
2006-12-15 Evan ChengSome AT&T syntax assembler (e.g. Mac OS X) does not...
2006-12-15 Jim LaskeyNot all test cases are created equal. This fix is...
2006-12-15 Jim LaskeyNot needed. Misinterpreted error message from other...
2006-12-15 Jim LaskeyMissing load/store relocations.
2006-12-15 Jim LaskeyProvide 64-bit support for i64 sextload<i8>.
2006-12-15 Jim LaskeyProvide support for FP_TO_UINT.
2006-12-15 Evan ChengThis is done.
2006-12-14 Evan Chengf64 <-> i64 bit_convert using movq in 64-bit mode.
2006-12-14 Evan ChengFix a couple of typo's.
2006-12-14 Evan ChengThis is done.
2006-12-14 Evan ChengAdded MOVSS2DIrr and MOVDI2SSrr to foldMemeoryOperand().
2006-12-14 Evan Cheng- Rename MOVDSS2DIrr to MOVSS2DIrr for consistency...
2006-12-14 Rafael Espindolaavoid using a constant table when a constant can be...
2006-12-14 Rafael EspindolaAvoid creating invalid sub/add instructions on the...
next