aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* For PR495:Reid Spencer2005-07-0714-172/+135
* Fix a problem that instcombine would hit when dealing with unreachable code.Chris Lattner2005-07-071-5/+29
* clean up prolouge and epilougeAndrew Lenharth2005-07-072-28/+39
* For PR495:Reid Spencer2005-07-078-21/+21
* Restore some code that was accidentally removed by Nate's patch yesterday.Chris Lattner2005-07-071-1/+20
* Add support for emitting the symbol table (and its string table) of theChris Lattner2005-07-071-54/+141
* Fix a typo in my checkin today that caused regressions. Oops!Nate Begeman2005-07-071-1/+1
* First round of support for doing scalar FP using the SSE2 ISA extension andNate Begeman2005-07-0611-91/+388
* Make several cleanups to Andrews varargs change:Chris Lattner2005-07-054-120/+90
* Make several cleanups to Andrews varargs change:Chris Lattner2005-07-051-22/+25
* 2 fixes:Andrew Lenharth2005-07-051-4/+13
* Fit to 80 columnsChris Lattner2005-07-051-3/+6
* Fix PowerPC varargsChris Lattner2005-07-051-24/+25
* check the correct VTAndrew Lenharth2005-07-041-1/+1
* fix loading address of fp symbolsAndrew Lenharth2005-07-031-0/+4
* Percolate the call up to the right superclassChris Lattner2005-07-031-1/+1
* I really didn't think this was necessary. But, Legalize wasn't running againAndrew Lenharth2005-07-021-2/+3
* The statistic needs to be in the correct namespace.Nate Begeman2005-07-011-1/+2
* Varargs is apparently currently broken on PPC. This hacks it so that itChris Lattner2005-07-011-4/+9
* Refactor X86AsmPrinter.cpp into multiple files. Patch contributedChris Lattner2005-07-016-557/+676
* simplify call code, remove pseudo ops for div and rem, track more loads and s...Andrew Lenharth2005-07-011-17/+0
* simplify call code, remove pseudo ops for div and rem, track more loads and s...Andrew Lenharth2005-07-013-80/+92
* remove some debugging codeChris Lattner2005-07-011-3/+0
* oopsAndrew Lenharth2005-06-301-2/+1
* FP EXTLOAD is not support on all archs, expand to LOAD and FP_EXTENDAndrew Lenharth2005-06-301-0/+9
* Fix PR590 and Transforms/Mem2Reg/2005-06-30-ReadBeforeWrite.ll.Chris Lattner2005-06-301-19/+65
* 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
* 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
* 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
* depend more on legalize putting constants on the RHSAndrew Lenharth2005-06-261-92/+29