Fix a #include to resolve IntegerType class.
[oota-llvm.git] / lib /
2007-01-19 Evan ChengGetRegForReload() now keeps track which registers have...
2007-01-19 Reid SpencerUnbreak Darwin.
2007-01-19 Reid SpencerHelp the lli interpreter find the stderr/stdin/stdout...
2007-01-19 Reid SpencerHandle each of stderr/stdin/stdout separately.
2007-01-19 Reid SpencerRemove dead methods in the ValTypes.
2007-01-19 Reid SpencerFor this transform: store V, (cast P) -> store (cast...
2007-01-19 Reid SpencerFor PR1043:
2007-01-19 Evan ChengCode clean up. Use def : pat instead of defining new...
2007-01-19 Andrew Lenharthfix build on amd64
2007-01-19 Evan ChengisDarwin -> isTargetDarwin
2007-01-19 Evan ChengRestructure code a bit to make use of continue (simplif...
2007-01-19 Evan ChengDarwin doesn't support .bss, but it does have .zerofill
2007-01-19 Evan ChengIntroduce TargetType's ELF and Darwin.
2007-01-19 Evan ChengModify emission of jump tables on darwin to emit an...
2007-01-19 Evan ChengRemove this xform:
2007-01-19 Lauro Ramos VenancioFix section definition.
2007-01-19 Anton KorobeynikovAdding disassembler interface and external hook to...
2007-01-19 Evan ChengARM backend contribution from Apple.
2007-01-19 Nick LewyckyNeeded to build on PPC Linux.
2007-01-19 Reid SpencerBack out last changes for dataLayout. Much more work...
2007-01-18 Reid SpencerFor PR761:
2007-01-18 Evan Cheng- Target PIC style is no longer affected by relocation...
2007-01-18 Chris LattnerFix InstCombine/2007-01-18-VectorInfLoop.ll, a case...
2007-01-18 Reid SpencerClean up some code around the store V, (cast P) ->...
2007-01-18 Reid SpencerUse a cheaper computation.
2007-01-18 Reid SpencerFix a regression in the last patch. When constructing...
2007-01-18 Chris Lattnermove contents of PR587 to here.
2007-01-18 Reid SpencerProvide an isPowerOf2ByteWidth method for the IntegerTy...
2007-01-18 Bill WendlingThe zerofill directive needs a newline after it.
2007-01-18 Reid SpencerUse the new maskToBitWidth function to ensure that...
2007-01-18 Reid SpencerAdd an inline helper function that masks a GenericValue...
2007-01-18 Evan ChengMinor code clean up.
2007-01-18 Reid SpencerMake shl instruction mask its result to the correct...
2007-01-18 Reid SpencerTwo changes:
2007-01-18 Reid SpencerMake sure we truncate stored values to their bit width.
2007-01-18 Bill WendlingHave the OutputBuffer take the is64Bit and isLittleEndi...
2007-01-18 Chris LattnerModify emission of jump tables on darwin to emit an...
2007-01-18 Chris Lattneradd new JumpTableSpecialLabelPrefix hook to asmprinter...
2007-01-17 Bill WendlingChanged to use the OutputBuffer instead of the methods...
2007-01-17 Devang PatelAdd CGPassManager.
2007-01-17 Devang PatelUpdate ModulePass::assignPassManager() to take into...
2007-01-17 Devang Patels/PassDebugging_New/PassDebugging/g
2007-01-17 Devang PatelUpdate assignPassManager() signature to allow selection...
2007-01-17 Chris Lattnerrestructure code a bit to make use of continue (simplif...
2007-01-17 Chris Lattnerdarwin doesn't support .bss, but it does have .zerofill
2007-01-17 Chris Lattneradd new directive
2007-01-17 Anton Korobeynikov* Fix one more bug in PIC codegen: extra load is needed...
2007-01-17 Bill WendlingRevert patch.
2007-01-17 Bill WendlingCreate the specified TargetObjInfo and use it.
2007-01-17 Bill WendlingCreate/store/and delete the TargetObjInfo object.
2007-01-17 Bill WendlingUse the methods in the TargetObjInfo object instead...
2007-01-17 Bill WendlingNew "TargetObjInfo" class. This holds information that...
2007-01-17 Reid SpencerRegenerate.
2007-01-17 Reid SpencerFor PR1117:
2007-01-17 Reid SpencerFor PR1117:
2007-01-17 Reid SpencerFor PR1094:
2007-01-16 Devang PatelPass manager may require certain analysis. In such...
2007-01-16 Devang PatelUndo last check-in.
2007-01-16 Anton KorobeynikovMissed "<" :)
2007-01-16 Devang PatelSetup pass manager before scheduling required analysis.
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 Chris LattnerFix PR1114 and CodeGen/Generic/2007-01-15-LoadSelectCyc...
2007-01-16 Chris Lattneradd options to view the dags before the first or second...
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-16 Devang PatelCode refactoring.
2007-01-15 Devang PatelRemove extra white spaces. Fix comments.
2007-01-15 Devang PatelDo not record last users of Pass Manager.
2007-01-15 Jeff CohenUnbreak VC++ build.
2007-01-15 Chris Lattnermake this more efficient in release builds (time and...
2007-01-15 Chris LattnerFix a regression in my isIntegral patch that broke...
2007-01-15 Nick LewyckyDon't print address of ETNode. Print the DFSNumIn which...
2007-01-15 Chris LattnerImplement InstCombine/phi.ll:test7, deletion of trivial...
2007-01-15 Chris Lattnersimplify some code now that types are signless
2007-01-15 Chris Lattnerdelete stores to allocas with one use. This is a trivi...
2007-01-15 Chris LattnerConstant fold llvm.powi.*. This speeds up tramp3d...
2007-01-15 Chris Lattneradd some notes
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-15 Chris Lattnerregenerate
2007-01-15 Chris Lattnerteach VMCore to accept i1 add's and shifts
2007-01-15 Chris Lattnereliminate calls to Type::isInteger, preferring isIntegr...
2007-01-15 Chris Lattnerallow i1 to operators like shift and add.
2007-01-15 Chris LattnerUpdate code to eliminate calls to isInteger, calling...
2007-01-15 Chris LattnerEliminate calls to isInteger, generalizing code and...
2007-01-15 Chris LattnerMake use of isInteger vs isIntegral more explicit
2007-01-15 Chris LattnerFix correlated exprs regressions
2007-01-15 Chris Lattnerdon't discriminate against i1
2007-01-15 Chris LattnerFix Analysis/Dominators/2006-10-02-BreakCritEdges.ll
2007-01-14 Chris Lattnerinstcombine has always been miscompiling fcmp x, x...
2007-01-14 Chris LattnerFix PR1110 and Analysis/Dominators/2007-01-14-BreakCrit...
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.
next