oota-llvm.git
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
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 LattnerChange to match API changes.
2007-01-15 Chris LattnerEliminate calls to isInteger, generalizing code and...
2007-01-15 Chris LattnerTerminology change: drop 'integral' completely. Now...
2007-01-15 Chris LattnerMake use of isInteger vs isIntegral more explicit
2007-01-15 Chris Lattnerensure these don't xpass if opt crashes
2007-01-15 Chris LattnerFix correlated exprs regressions
2007-01-15 Chris Lattnerdon't discriminate against i1
2007-01-15 Reid SpencerRegenerate
2007-01-15 Reid SpencerReorganize things a bit in preparation for rewrite...
2007-01-15 Chris LattnerFix Analysis/Dominators/2006-10-02-BreakCritEdges.ll
2007-01-14 Reid SpencerPrimitive types don't include integers any more, adjust.
2007-01-14 Chris Lattnerinstcombine has always been miscompiling fcmp x, x...
2007-01-14 Chris Lattneradd accessors
2007-01-14 Chris Lattnernew testcase
2007-01-14 Chris Lattnerverify that hidden visibility support never goes away
2007-01-14 Chris LattnerFix PR1110 and Analysis/Dominators/2007-01-14-BreakCrit...
2007-01-14 Chris Lattnertestcase for pr1110
2007-01-14 Anton KorobeynikovNo hidden visiblity on Mingw32/Cygwin
2007-01-14 Chris Lattnerclarify linkonce/weak linkage
2007-01-14 Chris Lattneradd support for hidden visibility to darwin/ppc and...
2007-01-14 Reid SpencerFix an incorrect conversion of int -> i32
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 Lattnerfit to 80 cols.
2007-01-14 Chris Lattnertestcase for pr1109
2007-01-14 Chris LattnerFix PR1101 and Analysis/ScalarEvolution/trip-count.ll
2007-01-14 Chris Lattnernew testcase for pr1101
2007-01-14 Chris Lattnerdarwin doesn't use .hidden. Disable this until we...
2007-01-14 Chris Lattneradd a global variable example
2007-01-14 Chris LattnerFix PR1103 and Regression/CodeGen/X86/2007-01-13-StackP...
2007-01-14 Chris Lattnernew testcase for pr1103
2007-01-13 Chris Lattnerremove dead code, frameindices must be resolve before...
2007-01-13 Chris Lattnertestcase reduced from pr1107
2007-01-13 Chris LattnerFix Transforms/InstCombine/2007-01-13-ExtCompareMiscomp...
2007-01-13 Reid SpencerFix indentation to prior level for easier diffs.
2007-01-13 Reid SpencerFor PR1043:
2007-01-13 Reid SpencerRegenerate.
2007-01-13 Reid SpencerBye bye bool. AsmWriter doesn't generate it any more...
next