oota-llvm.git
2005-08-03 Chris LattnerWrap comments to 80 cols, fix code sequence for CountLe...
2005-08-03 Chris Lattnerminor capitalization thing, patch by Jim Laskey
2005-08-03 Chris LattnerFix another bug in the clz patch that caused miscompila...
2005-08-03 Chris LattnerFinally, add the required constraint checks to fix...
2005-08-03 Chris Lattnerun-xfail this
2005-08-03 Chris LattnerSimplify some code, add the correct pred checks
2005-08-03 Chris LattnerRefactor code out of PropagatePredecessorsForPHIs,...
2005-08-03 Chris Lattneruse splice instead of remove/insert to avoid some symta...
2005-08-03 Chris Lattnermove two functions up in the file, use SafeToMergeTermi...
2005-08-03 Chris LattnerRip some code out of the main SimplifyCFG function...
2005-08-03 Chris LattnerThis fails for now
2005-08-02 Chris LattnerDisable this patch:
2005-08-02 Chris LattnerChange a place to use an arbitrary value instead of...
2005-08-02 Chris LattnerIf the user interrupts bugpoint, don't extract loops
2005-08-02 Chris LattnerAdd a note, people are responsible for requesting that...
2005-08-02 Chris LattnerPass -export-dynamic to gcc when compiling with -native...
2005-08-02 Chris LattnerFix the non-gcc 4.0 paths for countleadingzeros
2005-08-02 Chris LattnerFix inverted conditionals
2005-08-02 Chris Lattnerone more hunk that got dropped
2005-08-02 Chris LattnerThis hunk accidentally got dropped. Patch by Jim Laskey
2005-08-02 Chris LattnerUpdate to use the new MathExtras.h support for log2...
2005-08-02 Chris LattnerFix the non-gcc 4.0 path to compile
2005-08-02 Chris LattnerUpdate to use the new MathExtras.h support for log2...
2005-08-02 Chris LattnerConsolidate all of the various log2 computing functions...
2005-08-02 Chris LattnerUpdate a doc, patch contributed by Jim Laskey!
2005-08-02 Chris Lattneradd a pass name to make debugging dumps nicer
2005-08-02 Misha BrukmanFix grammar: it's == "it is".
2005-08-02 Chris LattnerLike the comment says, do not insert cast instructions...
2005-08-02 Jeff CohenIt's dangerous coding on Mondays.
2005-08-02 Chris LattnerThis code was very close, but not quite right. It...
2005-08-02 Chris LattnerNew testcase that caused simplifycfg to crash
2005-08-02 Jeff CohenImplement SetInterruptFunction for Windows.
2005-08-02 Chris Lattneradd a comment, make a check more lenient
2005-08-02 Chris LattnerSimplify for loop, clear a per-loop map after processin...
2005-08-02 Chris LattnerWhen the user hits ctrl-c, bugpoint should attempt...
2005-08-02 Chris LattnerImplement sys::SetInterruptFunction on Unix, stub it...
2005-08-02 Chris Lattneradd a new function proto
2005-08-02 Chris LattnerAdd a comment
2005-08-02 Chris LattnerFix an iterator invalidation problem
2005-08-02 Chris Lattner200.sixtrack prints FP numbers with a very strange...
2005-08-02 Chris Lattnermake is the standard name, not gmake
2005-08-01 Chris LattnerMark these as V9 specific
2005-08-01 Andrew Lenharthupdate function codes to reflect /su flags that have...
2005-08-01 Chris LattnerFix casts from long to sbyte on ppc
2005-08-01 Andrew Lenharthuse llabs not abs
2005-08-01 Andrew Lenharthone cannot allocate a global, until one is done initial...
2005-08-01 Chris Lattnertemporarily fail these two tests until LSR evolves...
2005-08-01 Chris LattnerConstantInt::get only works for arguments < 128.
2005-07-30 Jeff CohenKeep tabs and trailing spaces out.
2005-07-30 Jeff CohenFix VC++ build problems.
2005-07-30 Chris Lattnerfix float->long conversions on x86
2005-07-30 Chris Lattnerthis tests every fp-to-integer conversion
2005-07-30 Chris Lattnerfix a typeo
2005-07-30 Nate BegemanAck, typo
2005-07-30 Chris LattnerChange the fp to integer code to not perform 2-byte...
2005-07-30 Nate BegemanCommit a new LoopStrengthReduce pass that can use scala...
2005-07-30 Nate BegemanBreak SCEVExpander out of IndVarSimplify into its own...
2005-07-30 Chris LattnerUse a custom expander for all FP to int conversions...
2005-07-30 Chris LattnerAllow targets to have custom expanders for FP_TO_*INT...
2005-07-29 Andrew Lenharthsupport near allocations for the JIT
2005-07-29 Andrew Lenharthturn off GOT on archs that didn't use it (not that...
2005-07-29 Chris LattnerImplement a FIXME: move a bunch of cruft for handling...
2005-07-29 Chris LattnerDon't forget to diddle with the control word when perfo...
2005-07-29 Chris LattnerUse a custom expander to compile this:
2005-07-29 Chris LattnerAllow targets to define custom expanders for FP_TO_*INT
2005-07-29 Chris Lattnerallow a target to request that unknown FP_TO_*INT conve...
2005-07-28 Chris Lattnerinstead of having all conversions be handled by one...
2005-07-28 Chris LattnerNew testcase for PR610
2005-07-28 Andrew Lenharthsupport bsr, and more .td simplification
2005-07-28 Andrew Lenharthnew is not a valid default anywhere, so make this pure...
2005-07-28 Reid SpencerFix a problem in getDirectoryContents where sub-directo...
2005-07-28 Andrew Lenharthget lazy JITing working. Some of shootout runs now
2005-07-28 Andrew LenharthLike constants, globals on some platforms are GOT relat...
2005-07-28 Chris LattnerEliminate an extra copy from R1 that Nate noticed on...
2005-07-28 Chris LattnerSpecify the correct number of operands
2005-07-28 Reid SpencerRun the verifier pass after all the other passes rather...
2005-07-28 Nate BegemanFold constant adds into loads and stores to frame indices.
2005-07-28 Reid SpencerMake the verifier pass run (in debug mode) in llc....
2005-07-28 Jeff CohenPlease do not reintroduce tabs.
2005-07-27 Nate BegemanFix some comments
2005-07-27 Chris LattnerFix debug info to not print out recently freed memory.
2005-07-27 Chris LattnerPrint symbolic register names in debug dumps
2005-07-27 Reid SpencerFix PR608:
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-27 Nate BegemanImplement the optimization for the Red Zone on Darwin...
2005-07-27 Chris Lattnerfix some warnings when compiled with 32-bit hosts
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-07-26 Chris LattnerTestcase for PR607
2005-07-26 Chris Lattneradd a note about the red zone
2005-07-26 Chris LattnerWrap some long lines, fix emission of weak global variables
2005-07-26 Nate BegemanUpdate the PPC readme
2005-07-26 Chris LattnerConvertibleToGEP always returns 0, remove some old...
2005-07-25 Chris Lattnerfix a warning on 32-bit systems
2005-07-25 Nate BegemanFix an optimization put in for accessing static globals...
2005-07-25 Reid SpencerGet rid of bash specific syntax for variable dereferenc...
2005-07-23 Andrew Lenharthfix compile error
2005-07-22 Chris LattnerPowerPC no-pic code is not quite ready for prime-time
2005-07-22 Misha BrukmanNo, really, it's an Alpha! And you probably thought...
2005-07-22 Andrew LenharthHandle more imm forms, and load small negative i32...
2005-07-22 Andrew LenharthI know PowerPC wishes it could be alpha, but it cannot...
next