aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-07-07For PR495:Reid Spencer
2005-07-07Fix a problem that instcombine would hit when dealing with unreachable code.Chris Lattner
2005-07-07New testcase distilled from a large chunk of code Misha sent me.Chris Lattner
2005-07-07clean up prolouge and epilougeAndrew Lenharth
2005-07-07For PR495:Reid Spencer
2005-07-07Restore some code that was accidentally removed by Nate's patch yesterday.Chris Lattner
2005-07-07Add support for emitting the symbol table (and its string table) of theChris Lattner
2005-07-07Add support for building/representing the symbol table, add some enum constantsChris Lattner
2005-07-07Fix a typo in my checkin today that caused regressions. Oops!Nate Begeman
2005-07-06First round of support for doing scalar FP using the SSE2 ISA extension andNate Begeman
2005-07-05Make several cleanups to Andrews varargs change:Chris Lattner
2005-07-05Make several cleanups to Andrews varargs change:Chris Lattner
2005-07-052 fixes:Andrew Lenharth
2005-07-05Fit to 80 columnsChris Lattner
2005-07-05Fix PowerPC varargsChris Lattner
2005-07-05oopsAndrew Lenharth
2005-07-05updatesAndrew Lenharth
2005-07-04check the correct VTAndrew Lenharth
2005-07-03fix loading address of fp symbolsAndrew Lenharth
2005-07-03Percolate the call up to the right superclassChris Lattner
2005-07-02I really didn't think this was necessary. But, Legalize wasn't running againAndrew Lenharth
2005-07-02Adding new files to Visual Studio projects.Jeff Cohen
2005-07-01The statistic needs to be in the correct namespace.Nate Begeman
2005-07-01Varargs is apparently currently broken on PPC. This hacks it so that itChris Lattner
2005-07-01Refactor X86AsmPrinter.cpp into multiple files. Patch contributedChris Lattner
2005-07-01simplify call code, remove pseudo ops for div and rem, track more loads and s...Andrew Lenharth
2005-07-01simplify call code, remove pseudo ops for div and rem, track more loads and s...Andrew Lenharth
2005-07-01remove some debugging codeChris Lattner
2005-06-30oopsAndrew Lenharth
2005-06-30FP EXTLOAD is not support on all archs, expand to LOAD and FP_EXTENDAndrew Lenharth
2005-06-30Fix PR590 and Transforms/Mem2Reg/2005-06-30-ReadBeforeWrite.ll.Chris Lattner
2005-06-30new testcase for PR590Chris Lattner
2005-06-30Make the x86 asm printer darwin-aware. This mostly entails doing the sameNate Begeman
2005-06-29restore old srcValueNode behavior and try to to work around itAndrew Lenharth
2005-06-29Don't crash on a query where the block is not in any loop. Thanks toChris Lattner
2005-06-29Bug fixed.John Criswell
2005-06-29Doh! Forgot to LLVMify the style.John Criswell
2005-06-29tracking the instructions causing loads and stores provides more information ...Andrew Lenharth
2005-06-29Basic fix for PR#591; don't convert an fprintf() to an fwrite() if thereJohn Criswell
2005-06-29thinkoAndrew Lenharth
2005-06-29unify SelectExpr and SelectFPAndrew Lenharth
2005-06-29fix most regressionsAndrew Lenharth
2005-06-29support more relocations for stores alsoAndrew Lenharth
2005-06-29Get rid of all symbolic loads. I now do gernate all relocations sequencesAndrew Lenharth
2005-06-28Add ElfWriter stuff to Visual StudioJeff Cohen
2005-06-27some call workAndrew Lenharth
2005-06-27Adapt the code for handling uint -> fp conversion for the 32 bit case toAndrew Lenharth
2005-06-27So, it turns out I forgot that one valid way of restoring GP after a callAndrew Lenharth
2005-06-27Initial set of .td file changes necessary to get scalar fp in xmm registersNate Begeman
2005-06-27get rid of another pseudo opAndrew Lenharth