oota-llvm.git
2005-11-09 Andrew Lenharthwhatever. Intermediate patch to see what breaks. ...
2005-11-09 Chris LattnerHandle the trivial (but common) two-op case more effici...
2005-11-09 Chris LattnerNuke noop copies.
2005-11-09 Chris LattnerFix CodeGen/X86/shift-folding.ll:test3 on X86
2005-11-09 Chris LattnerDisable some overly-aggressive checking code. This...
2005-11-09 Chris LattnerAvoid creating a token factor node in trivially redunda...
2005-11-09 Chris LattnerHandle GEP's a bit more intelligently. Fold constant...
2005-11-08 Chris LattnerAllocate the right amount of memory for this vector...
2005-11-08 Chris LattnerChange the ValueList array for each node to be shared...
2005-11-08 Chris LattnerChange the ValueList array for each node to be shared...
2005-11-08 Chris LattnerSwitch the operandlist/valuelist from being vectors...
2005-11-08 Chris LattnerSwitch the operandlist/valuelist from being vectors...
2005-11-08 Chris LattnerExplicitly initialize some instance vars
2005-11-08 Chris LattnerRip out 1.6ness, bump version # to 1.7cvs
2005-11-08 John CriswellUpdated version to 1.7cvs.
2005-11-08 John CriswellMerged from RELEASE_16.
2005-11-08 Chris Lattneradjust itf
2005-11-08 Chris LattnerClean up RemoveDeadNodes significantly, by eliminating...
2005-11-08 Chris LattnerAdd a new option to indicate we want the code generator...
2005-11-08 Chris LattnerAdd a new -fast option, which generates code quickly.
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 Chris LattnerChange a comment slightly
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 LattnerMake sure to initialize the alignment field
2005-11-06 Chris Lattnerdocument alignment on globals, functions, and allocatio...
2005-11-06 Chris LattnerMinor correction
2005-11-06 Chris Lattnerdon't misencode CC#'s
2005-11-06 Chris Lattnerencode/decode function alignment in bc files
2005-11-06 Chris Lattnerdescribe extensions to the .bc format for function...
2005-11-06 Chris LattnerRead/write global variable alignments if present
2005-11-06 Chris Lattneradd alignment info for globals and functions
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 Lattnerallow functions and modules to have an explicit alignment
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 Lattnerenumerate non-standard argument encoding cases, such...
2005-11-05 Chris Lattnerrearrange some info about the instruction encoding
2005-11-05 Chris LattnerWrite/read allocation instruction alignment info to...
2005-11-05 Chris Lattnernew testcase
2005-11-05 Chris Lattneradd an accessor
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 LattnerNew testcase
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 Jeff Cohen<cassert> no longer required to make VC++ happy.
2005-11-04 Duraid Madinachange NULL to 0, unbreaks the ppc target when building...
2005-11-04 Duraid Madinafun with predicates! (add TRUNC i64->i1, AND i1 i1...
2005-11-03 Jim Laskey1. Remove ranges from itinerary data.
2005-11-03 Chris LattnerFix mac os spelling
2005-11-03 Chris LattnerAdd more bison versions, thanks to Vladimir
2005-11-03 Chris LattnerPer bug 655, give people more options in case 1.35...
2005-11-03 Duraid Madinaadd pattern to load constant 0 into a predicate reg
2005-11-03 Chris Lattneradd a hack that fixes:
2005-11-03 Chris LattnerReject integer literals that are out of range for their...
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 Andrew LenharthThis is missed by InstCombine, patch comming
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 Chris LattnerAdd support for immediates directly in the pattern...
2005-11-02 Jeff CohenKeep VC++ happy.
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 Misha Brukman* Replace ampersands in section titles with more formal...
2005-11-01 Misha BrukmanRe-generated to fix copy-paste typo noticed by Marco...
2005-11-01 Misha BrukmanFixed copy-paste typo, patch by Marco Matthies.
2005-11-01 Jim LaskeyAllow itineraries to be passed through the Target Machine.
2005-11-01 Jeff CohenKeep VC++ happy.
2005-11-01 Chris LattnerLet people who run the nightly tester specify paths...
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...
next