Add support for emitting the symbol table (and its string table) of the
[oota-llvm.git] / lib /
2005-07-07 Chris LattnerAdd support for emitting the symbol table (and its...
2005-07-07 Nate BegemanFix a typo in my checkin today that caused regressions...
2005-07-06 Nate BegemanFirst round of support for doing scalar FP using the...
2005-07-05 Chris LattnerMake several cleanups to Andrews varargs change:
2005-07-05 Chris LattnerMake several cleanups to Andrews varargs change:
2005-07-05 Andrew Lenharth2 fixes:
2005-07-05 Chris LattnerFit to 80 columns
2005-07-05 Chris LattnerFix PowerPC varargs
2005-07-04 Andrew Lenharthcheck the correct VT
2005-07-03 Andrew Lenharthfix loading address of fp symbols
2005-07-03 Chris LattnerPercolate the call up to the right superclass
2005-07-02 Andrew LenharthI really didn't think this was necessary. But, Legaliz...
2005-07-01 Nate BegemanThe statistic needs to be in the correct namespace.
2005-07-01 Chris LattnerVarargs is apparently currently broken on PPC. This...
2005-07-01 Chris LattnerRefactor X86AsmPrinter.cpp into multiple files. Patch...
2005-07-01 Andrew Lenharthsimplify call code, remove pseudo ops for div and rem...
2005-07-01 Andrew Lenharthsimplify call code, remove pseudo ops for div and rem...
2005-07-01 Chris Lattnerremove some debugging code
2005-06-30 Andrew Lenharthoops
2005-06-30 Andrew LenharthFP EXTLOAD is not support on all archs, expand to LOAD...
2005-06-30 Chris LattnerFix PR590 and Transforms/Mem2Reg/2005-06-30-ReadBeforeW...
2005-06-30 Nate BegemanMake the x86 asm printer darwin-aware. This mostly...
2005-06-29 Andrew Lenharthrestore old srcValueNode behavior and try to to work...
2005-06-29 John CriswellDoh! Forgot to LLVMify the style.
2005-06-29 Andrew Lenharthtracking the instructions causing loads and stores...
2005-06-29 John CriswellBasic fix for PR#591; don't convert an fprintf() to...
2005-06-29 Andrew Lenharththinko
2005-06-29 Andrew Lenharthunify SelectExpr and SelectFP
2005-06-29 Andrew Lenharthfix most regressions
2005-06-29 Andrew Lenharthsupport more relocations for stores also
2005-06-29 Andrew LenharthGet rid of all symbolic loads. I now do gernate all...
2005-06-27 Andrew Lenharthsome call work
2005-06-27 Andrew LenharthAdapt the code for handling uint -> fp conversion for...
2005-06-27 Andrew LenharthSo, it turns out I forgot that one valid way of restori...
2005-06-27 Nate BegemanInitial set of .td file changes necessary to get scalar...
2005-06-27 Andrew Lenharthget rid of another pseudo op
2005-06-27 Andrew Lenharthgenerate address of constant pool entries
2005-06-27 Andrew LenharthMisha happification patch
2005-06-27 Andrew LenharthReduce use of pseudo ops
2005-06-27 Andrew Lenharthmissed a load
2005-06-27 Andrew Lenharthmake constant pool labels local
2005-06-27 Andrew Lenharthwho said we had to use the return address in the return...
2005-06-27 Chris LattnerAdd support to the X86 backend for emitting ELF files...
2005-06-27 Chris Lattneriniital checkin of ELFWriter implementation
2005-06-26 Andrew Lenharthdepend more on legalize putting constants on the RHS
2005-06-26 Andrew LenharthWith setOperationAction(ISD::UINT_TO_FP, MVT::i64,...
2005-06-25 Chris LattnerRefactor the addPassesToEmitAssembly interface into...
2005-06-24 Chris LattnerFix grammar
2005-06-24 Chris Lattneradd a debug type
2005-06-23 Andrew Lenharthremove a pseudo instruction, make ret always right...
2005-06-23 Andrew Lenharthfinally, Working varargs
2005-06-22 Andrew Lenharthmore complete Lowering for vacopy and vaarg
2005-06-22 Andrew LenharthIf we support structs as va_list, we must pass pointers...
2005-06-22 Andrew LenharthMake it easier to find alpha stuff in doxygen, and...
2005-06-20 John CriswellFixed indentation.
2005-06-20 Andrew Lenharthbecause some functions just use va_start and pass thing...
2005-06-20 Andrew Lenharththe correct fix was to fix AliasAnalysis.getModRefInfo
2005-06-20 Andrew Lenharthprevent GCSE from forwarding stores to loads around...
2005-06-20 Andrew Lenharthprevent va_arg from being hoisted from a loop
2005-06-19 Andrew Lenharthprevent DCE of vaarg intrinsics. This should take...
2005-06-19 Andrew Lenharthva_end fix
2005-06-19 Andrew Lenharthso this doesn't crash when run. It is hard to tell...
2005-06-19 Andrew Lenharthadd a check for the mixing of vaarg and vanext with...
2005-06-18 Andrew LenharthOK, at least get rid of old stuff, and mark what needs...
2005-06-18 Andrew Lenharthcore changes for varargs
2005-06-18 Reid SpencerFix a problem with the strcmp optimization checking...
2005-06-18 Reid SpencerClean up some uninitialized variables and missing retur...
2005-06-17 Andrew LenharthA start at a Sparc V8 Pattern ISel. Anyone want to...
2005-06-17 Chris Lattnersilence incredibly braindead GCC 4 warning
2005-06-17 Chris Lattnersilence a bogus warning
2005-06-17 Tanya LattnerRemoved IIIi specific changes. This should be fixed...
2005-06-17 Tanya LattnerSpecial dep graph for SMS for superblocks.
2005-06-17 Tanya LattnerSpecial versions of the dep graph and scheduled for...
2005-06-17 Tanya LattnerAdded statistic to count number of spills.
2005-06-17 Tanya LattnerNumerous bug fixes and the completed modschedSB algorit...
2005-06-17 Tanya LattnerAdded SMS for superblocks as an option (experimental)
2005-06-17 Chris LattnerThis is not true: (X != 13 | X < 15) -> X < 15
2005-06-17 Chris LattnerDon't crash when dealing with INTMIN. This fixes PR585 and
2005-06-17 Chris LattnerDon't crash on: X = phi (X, X).
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.
next