2005-07-11 |
Chris Lattner | fix a warning |
tree | commitdiff |
2005-07-11 |
Andrew Lenharth | Remove glibc specific functions, and mark a couple... |
tree | commitdiff |
2005-07-11 |
Andrew Lenharth | because on alpha: |
tree | commitdiff |
2005-07-11 |
Chris Lattner | Clean up code, no functionality changes. |
tree | commitdiff |
2005-07-11 |
Chris Lattner | Output .size directives to tell the assembler the size... |
tree | commitdiff |
2005-07-11 |
Chris Lattner | Fix crazy indentation |
tree | commitdiff |
2005-07-11 |
Chris Lattner | Emit a symbol table entry for each function we output... |
tree | commitdiff |
2005-07-11 |
Chris Lattner | Refactor things a bit to allow the ELF code emitter... |
tree | commitdiff |
2005-07-11 |
Chris Lattner | add code to emit the .text section to the section header. |
tree | commitdiff |
2005-07-11 |
Chris Lattner | Remove prototype for non-existant function |
tree | commitdiff |
2005-07-11 |
Chris Lattner | Use a name mangler object to uniquify names and remove... |
tree | commitdiff |
2005-07-11 |
Chris Lattner | fix long lines |
tree | commitdiff |
2005-07-10 |
Chris Lattner | Change *EXTLOAD to use an VTSDNode operand instead... |
tree | commitdiff |
2005-07-10 |
Chris Lattner | Change *EXTLOAD to use an VTSDNode operand instead... |
tree | commitdiff |
2005-07-10 |
Chris Lattner | Change TRUNCSTORE to use a VTSDNode operand instead... |
tree | commitdiff |
2005-07-10 |
Chris Lattner | Introduce a new VTSDNode class with the ultimate goal... |
tree | commitdiff |
2005-07-09 |
Jeff Cohen | Fix bugs also fixed in Unix version, plus other general... |
tree | commitdiff |
2005-07-09 |
Jeff Cohen | 1. Fix bug in getBaseName where it mishandles suffixes |
tree | commitdiff |
2005-07-08 |
Reid Spencer | Ensure that functions like isDirectory don't fail if... |
tree | commitdiff |
2005-07-08 |
Reid Spencer | Two changes: |
tree | commitdiff |
2005-07-08 |
Chris Lattner | Add support for emitting a .data section and .bss section. |
tree | commitdiff |
2005-07-08 |
Jeff Cohen | Stamp out tabs |
tree | commitdiff |
2005-07-08 |
Jeff Cohen | Make Win32 implementation conform to new paradigm |
tree | commitdiff |
2005-07-08 |
Jeff Cohen | Fix eraseSuffix() |
tree | commitdiff |
2005-07-08 |
Reid Spencer | Final Changes For PR495: |
tree | commitdiff |
2005-07-08 |
Jeff Cohen | Fix VC++ breakage |
tree | commitdiff |
2005-07-08 |
Nate Begeman | Add support for assembling .s files on mac os x for... |
tree | commitdiff |
2005-07-07 |
Reid Spencer | Changes to mimic those in Unix/Path.inc in support... |
tree | commitdiff |
2005-07-07 |
Reid Spencer | For PR495: |
tree | commitdiff |
2005-07-07 |
Chris Lattner | Fix a problem that instcombine would hit when dealing... |
tree | commitdiff |
2005-07-07 |
Andrew Lenharth | clean up prolouge and epilouge |
tree | commitdiff |
2005-07-07 |
Reid Spencer | For PR495: |
tree | commitdiff |
2005-07-07 |
Chris Lattner | Restore some code that was accidentally removed by... |
tree | commitdiff |
2005-07-07 |
Chris Lattner | Add support for emitting the symbol table (and its... |
tree | commitdiff |
2005-07-07 |
Nate Begeman | Fix a typo in my checkin today that caused regressions... |
tree | commitdiff |
2005-07-06 |
Nate Begeman | First round of support for doing scalar FP using the... |
tree | commitdiff |
2005-07-05 |
Chris Lattner | Make several cleanups to Andrews varargs change: |
tree | commitdiff |
2005-07-05 |
Chris Lattner | Make several cleanups to Andrews varargs change: |
tree | commitdiff |
2005-07-05 |
Andrew Lenharth | 2 fixes: |
tree | commitdiff |
2005-07-05 |
Chris Lattner | Fit to 80 columns |
tree | commitdiff |
2005-07-05 |
Chris Lattner | Fix PowerPC varargs |
tree | commitdiff |
2005-07-04 |
Andrew Lenharth | check the correct VT |
tree | commitdiff |
2005-07-03 |
Andrew Lenharth | fix loading address of fp symbols |
tree | commitdiff |
2005-07-03 |
Chris Lattner | Percolate the call up to the right superclass |
tree | commitdiff |
2005-07-02 |
Andrew Lenharth | I really didn't think this was necessary. But, Legaliz... |
tree | commitdiff |
2005-07-01 |
Nate Begeman | The statistic needs to be in the correct namespace. |
tree | commitdiff |
2005-07-01 |
Chris Lattner | Varargs is apparently currently broken on PPC. This... |
tree | commitdiff |
2005-07-01 |
Chris Lattner | Refactor X86AsmPrinter.cpp into multiple files. Patch... |
tree | commitdiff |
2005-07-01 |
Andrew Lenharth | simplify call code, remove pseudo ops for div and rem... |
tree | commitdiff |
2005-07-01 |
Andrew Lenharth | simplify call code, remove pseudo ops for div and rem... |
tree | commitdiff |
2005-07-01 |
Chris Lattner | remove some debugging code |
tree | commitdiff |
2005-06-30 |
Andrew Lenharth | oops |
tree | commitdiff |
2005-06-30 |
Andrew Lenharth | FP EXTLOAD is not support on all archs, expand to LOAD... |
tree | commitdiff |
2005-06-30 |
Chris Lattner | Fix PR590 and Transforms/Mem2Reg/2005-06-30-ReadBeforeW... |
tree | commitdiff |
2005-06-30 |
Nate Begeman | Make the x86 asm printer darwin-aware. This mostly... |
tree | commitdiff |
2005-06-29 |
Andrew Lenharth | restore old srcValueNode behavior and try to to work... |
tree | commitdiff |
2005-06-29 |
John Criswell | Doh! Forgot to LLVMify the style. |
tree | commitdiff |
2005-06-29 |
Andrew Lenharth | tracking the instructions causing loads and stores... |
tree | commitdiff |
2005-06-29 |
John Criswell | Basic fix for PR#591; don't convert an fprintf() to... |
tree | commitdiff |
2005-06-29 |
Andrew Lenharth | thinko |
tree | commitdiff |
2005-06-29 |
Andrew Lenharth | unify SelectExpr and SelectFP |
tree | commitdiff |
2005-06-29 |
Andrew Lenharth | fix most regressions |
tree | commitdiff |
2005-06-29 |
Andrew Lenharth | support more relocations for stores also |
tree | commitdiff |
2005-06-29 |
Andrew Lenharth | Get rid of all symbolic loads. I now do gernate all... |
tree | commitdiff |
2005-06-27 |
Andrew Lenharth | some call work |
tree | commitdiff |
2005-06-27 |
Andrew Lenharth | Adapt the code for handling uint -> fp conversion for... |
tree | commitdiff |
2005-06-27 |
Andrew Lenharth | So, it turns out I forgot that one valid way of restori... |
tree | commitdiff |
2005-06-27 |
Nate Begeman | Initial set of .td file changes necessary to get scalar... |
tree | commitdiff |
2005-06-27 |
Andrew Lenharth | get rid of another pseudo op |
tree | commitdiff |
2005-06-27 |
Andrew Lenharth | generate address of constant pool entries |
tree | commitdiff |
2005-06-27 |
Andrew Lenharth | Misha happification patch |
tree | commitdiff |
2005-06-27 |
Andrew Lenharth | Reduce use of pseudo ops |
tree | commitdiff |
2005-06-27 |
Andrew Lenharth | missed a load |
tree | commitdiff |
2005-06-27 |
Andrew Lenharth | make constant pool labels local |
tree | commitdiff |
2005-06-27 |
Andrew Lenharth | who said we had to use the return address in the return... |
tree | commitdiff |
2005-06-27 |
Chris Lattner | Add support to the X86 backend for emitting ELF files... |
tree | commitdiff |
2005-06-27 |
Chris Lattner | iniital checkin of ELFWriter implementation |
tree | commitdiff |
2005-06-26 |
Andrew Lenharth | depend more on legalize putting constants on the RHS |
tree | commitdiff |
2005-06-26 |
Andrew Lenharth | With setOperationAction(ISD::UINT_TO_FP, MVT::i64,... |
tree | commitdiff |
2005-06-25 |
Chris Lattner | Refactor the addPassesToEmitAssembly interface into... |
tree | commitdiff |
2005-06-24 |
Chris Lattner | Fix grammar |
tree | commitdiff |
2005-06-24 |
Chris Lattner | add a debug type |
tree | commitdiff |
2005-06-23 |
Andrew Lenharth | remove a pseudo instruction, make ret always right... |
tree | commitdiff |
2005-06-23 |
Andrew Lenharth | finally, Working varargs |
tree | commitdiff |
2005-06-22 |
Andrew Lenharth | more complete Lowering for vacopy and vaarg |
tree | commitdiff |
2005-06-22 |
Andrew Lenharth | If we support structs as va_list, we must pass pointers... |
tree | commitdiff |
2005-06-22 |
Andrew Lenharth | Make it easier to find alpha stuff in doxygen, and... |
tree | commitdiff |
2005-06-20 |
John Criswell | Fixed indentation. |
tree | commitdiff |
2005-06-20 |
Andrew Lenharth | because some functions just use va_start and pass thing... |
tree | commitdiff |
2005-06-20 |
Andrew Lenharth | the correct fix was to fix AliasAnalysis.getModRefInfo |
tree | commitdiff |
2005-06-20 |
Andrew Lenharth | prevent GCSE from forwarding stores to loads around... |
tree | commitdiff |
2005-06-20 |
Andrew Lenharth | prevent va_arg from being hoisted from a loop |
tree | commitdiff |
2005-06-19 |
Andrew Lenharth | prevent DCE of vaarg intrinsics. This should take... |
tree | commitdiff |
2005-06-19 |
Andrew Lenharth | va_end fix |
tree | commitdiff |
2005-06-19 |
Andrew Lenharth | so this doesn't crash when run. It is hard to tell... |
tree | commitdiff |
2005-06-19 |
Andrew Lenharth | add a check for the mixing of vaarg and vanext with... |
tree | commitdiff |
2005-06-18 |
Andrew Lenharth | OK, at least get rid of old stuff, and mark what needs... |
tree | commitdiff |
2005-06-18 |
Andrew Lenharth | core changes for varargs |
tree | commitdiff |
2005-06-18 |
Reid Spencer | Fix a problem with the strcmp optimization checking... |
tree | commitdiff |
2005-06-18 |
Reid Spencer | Clean up some uninitialized variables and missing retur... |
tree | commitdiff |
next |