new testcase for PR584
[oota-llvm.git] / lib /
2005-06-17 Chris Lattneravoid constructing out of range shift amounts.
2005-06-16 Nate BegemanFix bug 537 test 2, which checks to make sure that...
2005-06-16 Chris LattnerFix PR583 and testcase Transforms/InstCombine/2005...
2005-06-16 Chris LattnerFix PR571, removing code that does just the WRONG thing :)
2005-06-16 Chris LattnerFix a bug in my previous patch. Do not get the shift...
2005-06-15 Chris LattnerFix PR575, patch provided by John Mellor-Crummey. ...
2005-06-15 Chris LattnerFix PR582. The rewriter can move casts around, which...
2005-06-15 Chris LattnerDo not promote globals only used by main to locals...
2005-06-15 Chris LattnerFix PR577 and testcase InstCombine/2005-06-15-ShiftSetC...
2005-06-15 Reid SpencerPut the hack back in that removes features, causes...
2005-06-15 Nate BegemanCommit fix for generating conditional branch pseudo...
2005-06-14 Nate BegemanCommit a small improvement that is already in the x86...
2005-06-13 Reid SpencerUnbreak several InstCombine regression checks introduce...
2005-06-12 Nate BegemanWhen compiled with GCC 4.0, a latent bug was exposed...
2005-06-12 Nate BegemanFix a memory smasher caught by Mac OS X's debug malloc...
2005-06-09 Chris LattnerFix a 64-bit problem, passing (int)0 through ... instea...
2005-06-09 Chris LattnerFix a problem on 64-bit targets where we passed (int...
2005-06-08 Andrew Lenharthfix BranchCC with a setCC with an arg of 0
2005-06-08 Reid SpencerFor PR572:
2005-06-08 Nate BegemanHandle some more real world cases of rlwimi. These...
2005-06-08 Nate BegemanFix lli linking on Mac OS X 10.4.1 for Intel.
2005-06-08 Andrew LenharthRemove code for conversion from old style va_args....
2005-06-06 Misha BrukmanFix spelling of `correlate'
2005-06-06 Andrew Lenharthallow marking of loads and stores in the instruction...
2005-06-06 Andrew Lenharthhide basic block labels. The utility of these for...
2005-06-06 Misha Brukman* Replace block of commented-out lines with #if 0
2005-06-04 Andrew Lenharthhack to fix bzip2 (bug 571)
2005-06-02 Reid SpencerMake sure that Cygwin assembly includes _ as part of...
2005-06-02 Reid SpencerPut in a hack for Cygwin that prevents mkdtemp from...
2005-05-31 Andrew Lenharthtry custom expanders, doesn't seem to expand yet, so...
2005-05-31 Andrew Lenharthswitch to the new live in thing. Really, this time...
2005-05-31 Andrew Lenharthswitch to the new live in thing
2005-05-31 Andrew Lenharthswitch to the new live in thing
2005-05-27 Andrew Lenharthmatch gcc, makes diff easier
2005-05-26 Andrew LenharthFix 2005-05-12-Int64ToFP
2005-05-21 Reid SpencerMake the registration hash_map static. No other module...
2005-05-21 Reid SpencerAdjust the file comment to read a little easier.
2005-05-21 Reid SpencerMake sure ... arguments are casted to sbyte* where...
2005-05-21 Reid SpencerAdd a "brief" comment for CastToCStr
2005-05-20 Chris LattnerFix mismatched type problem that crashed on cases like...
2005-05-20 Chris LattnerFix Transforms/SimplifyCFG/switch-simplify-crash.ll
2005-05-20 Nate BegemanC'mon everybody, let's modify X86JITInfo.cpp. This...
2005-05-20 Misha BrukmanSince everyone else has "fixed" this file, might as...
2005-05-20 Chris LattnerFix this a 3rd time :)
2005-05-20 Andrew Lenharthfix compilation error due to no abort being defined...
2005-05-20 Duraid Madinare-enable direct calls, this should just be a performan...
2005-05-20 Duraid Madinathis seems dead (and broke the ia64 build, so..)
2005-05-20 Chris LattnerGive the asmparser the ability to parse strings. Patch...
2005-05-20 Jeff CohenFix tail call support in VC++ builds
2005-05-19 Chris LattnerFastcc passes arguments in EAX and EDX, make sure the...
2005-05-19 Chris LattnerTailcalls require stubs to be emitted. Otherwise,...
2005-05-18 Misha BrukmanWrap long lines
2005-05-18 Chris Lattnerteach the inliner about coldcc and noreturn functions
2005-05-16 Duraid Madinacomment the hpux bit
2005-05-16 Duraid MadinaHP-UX system headers make a mess of isinf(), so much...
2005-05-15 Reid SpencerDon't look for __builtin_ffs, we'll never see it from...
2005-05-15 Reid SpencerProvide this optimization as well:
2005-05-15 Chris LattnerPPC "branch and link" instructions are branches in...
2005-05-15 Chris LattnerFix andrews changes to fit in 80 columns
2005-05-15 Reid SpencerDuh .. you actually have to #include Config/config...
2005-05-15 Reid SpencerSome cleanups for compilation with GCC 4.0.0 to remove...
2005-05-15 Duraid Madinamake angry compilers happy again
2005-05-15 Duraid MadinaaCC and STLport complained about this, because they...
2005-05-15 Chris Lattnerdon't reserve space for tailcall arg areas. It explici...
2005-05-15 Chris LattnerTeach reginfo how to deal with ADJSTACKPTRri, allowing...
2005-05-15 Chris LattnerImplement proper tail calls in the X86 backend for...
2005-05-15 Chris LattnerAdd some simplifications for MULH[SU]. This allows...
2005-05-15 Chris LattnerAdd markers in the asm file for tail calls, add a new...
2005-05-15 Chris LattnerWhen inserting callee-save register reloads, make sure...
2005-05-15 Chris LattnerYes, calltarget is the operand of the day.
2005-05-14 Chris LattnerWhen emitting the function epilog, check to see if...
2005-05-14 Chris LattnerAdd some new instructions
2005-05-14 Reid SpencerChanges for ffs lib call simplification:
2005-05-14 Chris LattnerFix construction of ioport intrinsics, fixing X86/io...
2005-05-14 Chris LattnerPreserve calling conv when hacking on calls
2005-05-14 Chris Lattnerpreserve calling conventions when hacking on code
2005-05-14 Chris LattnerMake sure to preserve the calling convention when chang...
2005-05-14 Chris LattnerPass i64 values correctly split in reg/mem to fastcc...
2005-05-14 Chris LattnerUse target-specific nodes for calls. This allows the...
2005-05-14 Chris Lattnerallow token chain at start or end of node
2005-05-14 Chris Lattnerremove special case hacks for readport/readio from...
2005-05-14 Chris LattnerImplement fixme's by memoizing nodes.
2005-05-14 Chris LattnerTurn this into a wrapper for a simpler version of getNode.
2005-05-14 Chris LattnerEliminate special purpose hacks for dynamic_stack_alloc.
2005-05-14 Chris LattnerUse the general mechanism for creating multi-value...
2005-05-14 Chris Lattneruse a target-specific node and custom expander to lower...
2005-05-14 Chris LattnerWrap long line, actually add node to the graph.
2005-05-14 Chris Lattnerlegalize target-specific operations
2005-05-14 Chris Lattneradd a getNode() version that allows construction of...
2005-05-14 Chris LattnerLowerOperation takes a dag
2005-05-14 Chris LattnerPrint the symbolic register name in a register allocato...
2005-05-14 Chris LattnerAllow targets to have a custom int64->fp expander if...
2005-05-13 Chris LattnerMake sure the start of the arg area and the end (after...
2005-05-13 Chris Lattnerfix the assertion
2005-05-13 Chris LattnerAlign doubles on 8-byte boundaries if possible.
2005-05-13 Chris Lattnerprint stack object alignment in -print-machineinstr...
2005-05-13 Chris Lattnerfix typo
2005-05-13 Chris LattnerFix the problems with callee popped argument lists
2005-05-13 Chris LattnerDon't emit SAR X, 0 in the case of sdiv Y, 2
2005-05-13 Chris LattnerFix UnitTests/2005-05-13-SDivTwo.c
next