aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* new testcase for PR590Chris Lattner2005-06-301-0/+51
* Make the x86 asm printer darwin-aware. This mostly entails doing the sameNate Begeman2005-06-301-12/+15
* restore old srcValueNode behavior and try to to work around itAndrew Lenharth2005-06-294-55/+76
* Don't crash on a query where the block is not in any loop. Thanks toChris Lattner2005-06-291-1/+2
* Bug fixed.John Criswell2005-06-291-0/+6
* Doh! Forgot to LLVMify the style.John Criswell2005-06-291-2/+0
* tracking the instructions causing loads and stores provides more information ...Andrew Lenharth2005-06-293-8/+5
* Basic fix for PR#591; don't convert an fprintf() to an fwrite() if thereJohn Criswell2005-06-291-0/+9
* thinkoAndrew Lenharth2005-06-291-0/+1
* unify SelectExpr and SelectFPAndrew Lenharth2005-06-291-190/+155
* fix most regressionsAndrew Lenharth2005-06-291-1/+2
* support more relocations for stores alsoAndrew Lenharth2005-06-292-1/+36
* Get rid of all symbolic loads. I now do gernate all relocations sequencesAndrew Lenharth2005-06-293-230/+76
* Add ElfWriter stuff to Visual StudioJeff Cohen2005-06-282-2/+13
* some call workAndrew Lenharth2005-06-272-2/+128
* Adapt the code for handling uint -> fp conversion for the 32 bit case toAndrew Lenharth2005-06-271-0/+35
* So, it turns out I forgot that one valid way of restoring GP after a callAndrew Lenharth2005-06-271-3/+3
* Initial set of .td file changes necessary to get scalar fp in xmm registersNate Begeman2005-06-272-2/+126
* get rid of another pseudo opAndrew Lenharth2005-06-272-3/+4
* generate address of constant pool entriesAndrew Lenharth2005-06-272-5/+10
* Misha happification patchAndrew Lenharth2005-06-271-91/+142
* Reduce use of pseudo opsAndrew Lenharth2005-06-272-8/+41
* missed a loadAndrew Lenharth2005-06-271-3/+7
* make constant pool labels localAndrew Lenharth2005-06-271-2/+2
* who said we had to use the return address in the return address register. Mi...Andrew Lenharth2005-06-272-5/+8
* Add support to the X86 backend for emitting ELF files. To use this, weChris Lattner2005-06-273-2/+55
* iniital checkin of ELFWriter implementationChris Lattner2005-06-271-0/+230
* iniital checkin of ELFWriter header.Chris Lattner2005-06-271-0/+174
* depend more on legalize putting constants on the RHSAndrew Lenharth2005-06-261-92/+29
* With setOperationAction(ISD::UINT_TO_FP, MVT::i64, Expand), LegalizeAndrew Lenharth2005-06-261-36/+12
* add a new -filetype argument to llc.Chris Lattner2005-06-251-7/+31
* add some new file typesChris Lattner2005-06-251-1/+1
* minor cleanups, use copy ctor instead of manually doing it.Chris Lattner2005-06-251-4/+3
* refactor this interfaceChris Lattner2005-06-251-1/+1
* Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFileChris Lattner2005-06-2519-41/+72
* refactor these interfaces a bitChris Lattner2005-06-251-5/+12
* improve commentsChris Lattner2005-06-241-3/+3
* Fix grammarChris Lattner2005-06-241-1/+1
* add a note about variable length arrayChris Lattner2005-06-241-0/+16
* add a debug typeChris Lattner2005-06-241-0/+1
* remove a pseudo instruction, make ret always right, and fix vararg chainsAndrew Lenharth2005-06-234-15/+20
* finally, Working varargsAndrew Lenharth2005-06-231-13/+24
* more complete Lowering for vacopy and vaargAndrew Lenharth2005-06-221-1/+29
* If we support structs as va_list, we must pass pointers to them to va_copyAndrew Lenharth2005-06-229-66/+43
* SelectionDAG is very unhappy when the argument to an intrinsic is a structAndrew Lenharth2005-06-221-4/+3
* Make it easier to find alpha stuff in doxygen, and fixup labelingAndrew Lenharth2005-06-222-17/+52
* Fixed indentation.John Criswell2005-06-201-3/+3
* because some functions just use va_start and pass things to vfprintfAndrew Lenharth2005-06-201-0/+11
* the correct fix was to fix AliasAnalysis.getModRefInfoAndrew Lenharth2005-06-201-4/+0
* make AliasAnalysis know that VAArg writes memory. This is extremely conserva...Andrew Lenharth2005-06-201-0/+5