oota-llvm.git
2005-06-29 Chris LattnerDon't crash on a query where the block is not in any...
2005-06-29 John CriswellBug fixed.
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-28 Jeff CohenAdd ElfWriter stuff to Visual Studio
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-27 Chris Lattneriniital checkin of ELFWriter header.
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 Lattneradd a new -filetype argument to llc.
2005-06-25 Chris Lattneradd some new file types
2005-06-25 Chris Lattnerminor cleanups, use copy ctor instead of manually doing it.
2005-06-25 Chris Lattnerrefactor this interface
2005-06-25 Chris LattnerRefactor the addPassesToEmitAssembly interface into...
2005-06-25 Chris Lattnerrefactor these interfaces a bit
2005-06-24 Chris Lattnerimprove comments
2005-06-24 Chris LattnerFix grammar
2005-06-24 Chris Lattneradd a note about variable length array
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 LenharthSelectionDAG is very unhappy when the argument to an...
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 Lenharthmake AliasAnalysis know that VAArg writes memory. ...
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 Lenharthfix DCE + va_arg problem
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 Reid SpencerIgnore the configure.out file generated by "make reconf...
2005-06-18 Reid SpencerIgnore some generated files.
2005-06-18 Reid SpencerIgnore generated files.
2005-06-18 Reid SpencerFix this test case to actually test the new va_arg...
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 Andrew Lenharthheader file changes for varargs
2005-06-18 Andrew Lenharthnew vararg test
2005-06-18 Andrew LenharthOK, after checking the backwards compatibility code...
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-18 Reid SpencerMake sure a variable is initialized before use to clean...
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 Chris Lattnersilence a huge number of bogus warnings with GCC 4...
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 Tanya LattnerAdded ModuloSchedSB as a friend class.
2005-06-17 Chris LattnerThis is not true: (X != 13 | X < 15) -> X < 15
2005-06-17 Chris Lattnernew testcase for PR586
2005-06-17 Chris LattnerDon't crash when dealing with INTMIN. This fixes PR585 and
2005-06-17 Chris Lattnernew testcase for PR585
2005-06-17 Chris LattnerDon't crash on: X = phi (X, X).
2005-06-17 Chris Lattnernew testcase for PR584
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 Lattnernew testcase for PR583
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 Lattnernew testcase for PR580
2005-06-15 Chris LattnerFix PR582. The rewriter can move casts around, which...
2005-06-15 Chris Lattnernew testcase for PR582
2005-06-15 Chris LattnerDo not promote globals only used by main to locals...
2005-06-15 Chris Lattnernew testcase for PR579
2005-06-15 Chris LattnerFix PR577 and testcase InstCombine/2005-06-15-ShiftSetC...
2005-06-15 Chris Lattnernew testcase for PR577
2005-06-15 Reid SpencerDon't lie to the casual reader about Value subclassing...
2005-06-15 Nate BegemanAdd some operators the PowerPC backend needs to efficie...
2005-06-15 Reid SpencerPut the hack back in that removes features, causes...
next