oota-llvm.git
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 Reid SpencerFor PR1028:
2007-01-17 Reid SpencerFor PR1028:
2007-01-17 Bill WendlingChanged to use the OutputBuffer instead of the methods...
2007-01-17 Bill WendlingRefactored output buffer methods from MachO and ELF...
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 Reid SpencerFor PR739:
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 Chris Lattnerdocument that BSSSection can be null.
2007-01-17 Anton KorobeynikovDocument flag
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 Reid SpencerThe Regression directory is now gone.
2007-01-17 Reid SpencerRegression is gone, don't try to find it on clean target.
2007-01-17 Chris LattnerMake tblgen error more useful. Patch by B. Scott Michel
2007-01-17 Chris Lattnermake doxygen comment much better. Patch by B. Scott...
2007-01-17 Reid SpencerUpdate for changes in location of Stacker.
2007-01-17 Chris Lattnerremove obsolete comment
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 WendlingThe TargetObjInfo object goes here.
2007-01-17 Bill WendlingRemoved methods which are now in the respective TargetO...
2007-01-17 Bill WendlingNew "TargetObjInfo" class. This holds information that...
2007-01-17 Reid SpencerFix this tool for use on Darwin which requires the...
2007-01-17 Reid SpencerRegenerate.
2007-01-17 Reid SpencerFor PR1117:
2007-01-17 Reid SpencerFor PR1117:
2007-01-17 Reid SpencerTest cases for PR1117.
2007-01-17 Reid SpencerFor PR1094:
2007-01-17 Reid SpencerFor PR1094:
2007-01-17 Reid SpencerFor PR1074:
2007-01-17 Reid SpencerFor PR1074:
2007-01-17 Reid SpencerRemove unused forward class declarations.
2007-01-17 Reid SpencerIgnore the output directory.
2007-01-16 Reid SpencerJoin two lines that caused awk to squak on some platforms.
2007-01-16 Devang PatelPass manager may require certain analysis. In such...
2007-01-16 Reid SpencerFix test cases. Patch by Guoling Han.
2007-01-16 Reid SpencerRemove this test case. LLVM doesn't currently support...
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 Reid SpencerAdd a test case for bit accurate integer types in llvm...
2007-01-16 Anton KorobeynikovCleanup. Comments added.
2007-01-16 Reid SpencerNew test cases for bit accurate integers developed...
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 Lattnertestcase for PR918
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 Lattnernew testcase for PR1114
2007-01-16 Chris Lattneradd options to view the dags before the first or second...
2007-01-16 Bill WendlingAdded a -mtriple flag to force darwin backend.
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 Lattnertest darwin too! :)
2007-01-15 Reid SpencerOne more @ to remove.
2007-01-15 Chris Lattnermake this more efficient in release builds (time and...
2007-01-15 Reid SpencerUpdate documentation for parameter attributes for the...
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 LattnerRun an instcombine pass after inlining but before scala...
2007-01-15 Chris LattnerImplement InstCombine/phi.ll:test7, deletion of trivial...
2007-01-15 Chris Lattnernew testcase
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 Lattneradd a simple case where instcombine can detect and...
2007-01-15 Chris LattnerConstant fold llvm.powi.*. This speeds up tramp3d...
2007-01-15 Chris Lattneradd some notes
2007-01-15 Reid SpencerRegenerate.
2007-01-15 Reid SpencerFor PR1113:
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
next