oota-llvm.git
2005-07-07 Chris LattnerAdd support for emitting the symbol table (and its...
2005-07-07 Chris LattnerAdd support for building/representing the symbol table...
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-05 Andrew Lenharthoops
2005-07-05 Andrew Lenharthupdates
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-02 Jeff CohenAdding new files to Visual Studio projects.
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 Chris Lattnernew testcase for PR590
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 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.
next