Add a new option to indicate we want the code generator to emit code quickly,
[oota-llvm.git] / lib /
2005-11-08 Chris LattnerAdd a new option to indicate we want the code generator...
2005-11-08 Chris LattnerAdd a new option to indicate we want the code generator...
2005-11-07 Jim LaskeyLet's try ignoring resource utilization on the backward...
2005-11-07 Duraid Madinaadd support for storing and returning bools
2005-11-06 Chris LattnerAlways compute max align.
2005-11-06 Duraid Madinajust some random hacking - calls (particularly indirect...
2005-11-06 Nate BegemanAdd the necessary support to the ISel to allow targets...
2005-11-06 Chris Lattnerminor clarity changes, no functionality difference.
2005-11-06 Chris Lattnerdon't misencode CC#'s
2005-11-06 Chris Lattnerencode/decode function alignment in bc files
2005-11-06 Chris LattnerRead/write global variable alignments if present
2005-11-06 Chris Lattnerprint alignment info for globals and functions
2005-11-06 Chris Lattnerregenerate
2005-11-06 Chris LattnerAllow globals to have an alignment specified. Switch...
2005-11-06 Chris Lattnerregenerate
2005-11-06 Chris Lattnerfactor optional alignment
2005-11-06 Duraid Madinaask for 16-byte aligned jmpbufs. This should unbreak...
2005-11-05 Chris LattnerWrite/read allocation instruction alignment info to...
2005-11-05 Chris Lattnerverify that alignments are always a power of 2
2005-11-05 Chris Lattnerregenerate
2005-11-05 Chris LattnerVerify that alignment amounts are a power of 2
2005-11-05 Chris Lattnerfix printing the alignment directive
2005-11-05 Nate BegemanAdd support alignment of allocation instructions.
2005-11-05 Chris Lattneradd a case Nate sent me
2005-11-05 Chris LattnerImplement Transforms/TailCallElim/return-undef.ll,...
2005-11-05 Chris LattnerTurn sdiv into udiv if both operands have a clear sign...
2005-11-05 Chris LattnerTurn srem -> urem when neither input has their sign...
2005-11-05 Jim LaskeyFix logic bug in finding retry slot in tally.
2005-11-04 Jim LaskeyFix a warning
2005-11-04 Duraid Madinaoops, forgot to load GP for indirect calls, though...
2005-11-04 Duraid Madinakill redundant SP/GP/RP save/restores across calls
2005-11-04 Duraid Madinaadd support for loading bools
2005-11-04 Jim LaskeyScheduling now uses itinerary data.
2005-11-04 Duraid Madinafun with predicates! (add TRUNC i64->i1, AND i1 i1...
2005-11-03 Duraid Madinaadd pattern to load constant 0 into a predicate reg
2005-11-03 Chris LattnerFix a bug that prevented this pattern from matching
2005-11-02 Nate BegemanFix a crash that Andrew noticed, and add a pair of...
2005-11-02 Andrew Lenharthmake this 64 bit clean, fixed test30 of /Regression...
2005-11-02 Chris LattnerFix a QOI issue noticed by Markus F.X.J. Oberhumer.
2005-11-02 Duraid Madina"fix" support for FP constants (this code asserts in...
2005-11-02 Duraid Madinaadd F0 and F1 to the FP register class
2005-11-02 Chris LattnerThis works now
2005-11-02 Duraid Madinaadd support for SELECT to TargetSelectionDAG.td, add...
2005-11-02 Duraid Madinaadd support for loading FP constants +0.0 and +1.0...
2005-11-02 Chris LattnerFix a source of undefined behavior when dealing with...
2005-11-01 Jim LaskeyAllow itineraries to be passed through the Target Machine.
2005-11-01 Duraid Madinaheh, scheduling was easy?
2005-11-01 Duraid MadinaFORTRAN!!! :( and other similarly unfortunate things...
2005-11-01 Duraid Madinaso tablegen was thinking I might want to convert FPs...
2005-11-01 Duraid Madinaadd support for int->FP and FP->int ops, and add ia64...
2005-11-01 Duraid Madinaadd zeroextend predicate->integer
2005-11-01 Chris LattnerAdd a flag to enable a darwin linker optimization
2005-10-31 Chris LattnerMake constant pool entries use private labels. This...
2005-10-31 Chris LattnerFix an iterator invalidation problem in code used by...
2005-10-31 Chris LattnerLimit the search depth of MaskedValueIsZero to 6 instru...
2005-10-31 Jim Laskey1. Embed and not inherit vector for NodeGroup.
2005-10-31 Duraid Madinaadd FP compares and implicit register defs to the dag...
2005-10-30 Chris LattnerSignificantly simplify this code and make it more aggre...
2005-10-30 Chris LattnerReduce the number of copies emitted as machine instruct...
2005-10-30 Chris LattnerIf the module has no t-t and the host is an alpha,...
2005-10-30 Duraid Madinafix some broken comparisons, this affected the Pattern...
2005-10-30 Chris LattnerThis is implemented
2005-10-30 Chris LattnerCodegen mul by negative power of two with a shift and...
2005-10-30 Chris LattnerFix a problem that Nate noticed with LSR:
2005-10-29 Chris LattnerMake -time-passes output prettier
2005-10-29 Duraid Madinaadd some FP stuff, some mix.* stuff, and constant pool...
2005-10-29 Chris LattnerThis pass is now obsolete since all targets have moved...
2005-10-29 Chris Lattnerremove reference to this pass
2005-10-29 Chris Lattnerremove a dead file
2005-10-29 Chris LattnerRemove dead #include
2005-10-29 Chris LattnerNow that instcombine does this xform, remove it from...
2005-10-29 Chris LattnerPull some code out into a function, give it the ability...
2005-10-29 Duraid Madinaadd shladd
2005-10-29 Chris LattnerRemove a special case, allowing the general case to...
2005-10-28 Nate BegemanNew case to handle someday
2005-10-28 Chris LattnerDon't emit "32" for unordered comparison
2005-10-28 Chris Lattneradd a hack to get code with ordered comparisons working...
2005-10-28 Chris Lattneradd support for branch on ordered/unordered.
2005-10-28 Chris LattnerDo not globalize internal symbols
2005-10-28 Chris LattnerThese are autogenerated
2005-10-28 Duraid MadinaDAG->DAG instruction selection for ia64! "hello world...
2005-10-28 Chris LattnerFix a bit of backwards logic that broke exptree and...
2005-10-28 Chris Lattnerremove dead stuff
2005-10-28 Chris LattnerEliminate getClass, it is not needed
2005-10-28 Chris Lattnera bad case for bitfield insert
2005-10-27 Chris LattnerDo not sink any instruction with side effects, includin...
2005-10-27 Chris LattnerFix #include order
2005-10-27 John CriswellMove some constant folding functions into LLVMAnalysis...
2005-10-27 John CriswellMove some constant folding code shared by Analysis...
2005-10-27 Chris LattnerFix DSE to not nuke dead stores unless they redundant...
2005-10-27 Chris LattnerFix typo
2005-10-27 Chris LattnerTeach instcombine to promote stuff like (cast (malloc...
2005-10-27 Chris LattnerPromote cases like cast (malloc sbyte, 100) to int...
2005-10-27 Chris LattnerMinor change to this file to support obscure cases...
2005-10-27 Chris LattnerAdd a simple xform that is useful for bitfield operations.
2005-10-26 John Criswell1. Remove libraries no longer created from the list...
2005-10-26 Andrew Lenharthint comparison patterns
2005-10-26 Chris LattnerFix some spello's pointed out by Gabor Greif
2005-10-26 Jim LaskeyTypo made worse x 2 - take 2.
2005-10-26 Chris LattnerFix an assert compiling MallocBench/gs
next