2005-07-11 |
Chris Lattner | convert dos newlines to unix. No other changes. |
commit | commitdiff | tree | snapshot |
2005-07-11 |
Chris Lattner | Emit a symbol table entry for each function we output... |
commit | commitdiff | tree | snapshot |
2005-07-11 |
Chris Lattner | The symbol table just needs a const GlobalValue*, not... |
commit | commitdiff | tree | snapshot |
2005-07-11 |
Chris Lattner | Refactor things a bit to allow the ELF code emitter... |
commit | commitdiff | tree | snapshot |
2005-07-11 |
Chris Lattner | add code to emit the .text section to the section header. |
commit | commitdiff | tree | snapshot |
2005-07-11 |
Chris Lattner | expose a new code emitter object |
commit | commitdiff | tree | snapshot |
2005-07-11 |
Chris Lattner | add a helper method |
commit | commitdiff | tree | snapshot |
2005-07-11 |
Chris Lattner | Remove prototype for non-existant function |
commit | commitdiff | tree | snapshot |
2005-07-11 |
Chris Lattner | Use a name mangler object to uniquify names and remove... |
commit | commitdiff | tree | snapshot |
2005-07-11 |
Chris Lattner | add a name mangler object |
commit | commitdiff | tree | snapshot |
2005-07-11 |
Chris Lattner | fix long lines |
commit | commitdiff | tree | snapshot |
2005-07-10 |
Chris Lattner | Change *EXTLOAD to use an VTSDNode operand instead... |
commit | commitdiff | tree | snapshot |
2005-07-10 |
Chris Lattner | Change *EXTLOAD to use an VTSDNode operand instead... |
commit | commitdiff | tree | snapshot |
2005-07-10 |
Chris Lattner | Change TRUNCSTORE to use a VTSDNode operand instead... |
commit | commitdiff | tree | snapshot |
2005-07-10 |
Chris Lattner | Move TRUNCSTORE to using a VTSDNode operand instead... |
commit | commitdiff | tree | snapshot |
2005-07-10 |
Chris Lattner | Introduce a new VTSDNode class with the ultimate goal... |
commit | commitdiff | tree | snapshot |
2005-07-09 |
Jeff Cohen | Fix bugs also fixed in Unix version, plus other general... |
commit | commitdiff | tree | snapshot |
2005-07-09 |
Jeff Cohen | 1. Fix bug in getBaseName where it mishandles suffixes |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Reid Spencer | Ensure that functions like isDirectory don't fail if... |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Reid Spencer | Make sure we don't error out if an invalid path is... |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Reid Spencer | Two changes: |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Chris Lattner | Add support for emitting a .data section and .bss section. |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Jeff Cohen | Stamp out tabs |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Jeff Cohen | Make Win32 implementation conform to new paradigm |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Jeff Cohen | Fix eraseSuffix() |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Reid Spencer | Final Changes For PR495: |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Jeff Cohen | Fix VC++ breakage |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Jeff Cohen | fix typo |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Nate Begeman | Add support for assembling .s files on mac os x for... |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Reid Spencer | Changes to mimic those in Unix/Path.inc in support... |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Reid Spencer | For PR495: |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Chris Lattner | Fix a problem that instcombine would hit when dealing... |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Chris Lattner | New testcase distilled from a large chunk of code Misha... |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Andrew Lenharth | clean up prolouge and epilouge |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Reid Spencer | For PR495: |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Chris Lattner | Restore some code that was accidentally removed by... |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Chris Lattner | Add support for emitting the symbol table (and its... |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Chris Lattner | Add support for building/representing the symbol table... |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Nate Begeman | Fix a typo in my checkin today that caused regressions... |
commit | commitdiff | tree | snapshot |
2005-07-06 |
Nate Begeman | First round of support for doing scalar FP using the... |
commit | commitdiff | tree | snapshot |
2005-07-05 |
Chris Lattner | Make several cleanups to Andrews varargs change: |
commit | commitdiff | tree | snapshot |
2005-07-05 |
Chris Lattner | Make several cleanups to Andrews varargs change: |
commit | commitdiff | tree | snapshot |
2005-07-05 |
Andrew Lenharth | 2 fixes: |
commit | commitdiff | tree | snapshot |
2005-07-05 |
Chris Lattner | Fit to 80 columns |
commit | commitdiff | tree | snapshot |
2005-07-05 |
Chris Lattner | Fix PowerPC varargs |
commit | commitdiff | tree | snapshot |
2005-07-05 |
Andrew Lenharth | oops |
commit | commitdiff | tree | snapshot |
2005-07-05 |
Andrew Lenharth | updates |
commit | commitdiff | tree | snapshot |
2005-07-04 |
Andrew Lenharth | check the correct VT |
commit | commitdiff | tree | snapshot |
2005-07-03 |
Andrew Lenharth | fix loading address of fp symbols |
commit | commitdiff | tree | snapshot |
2005-07-03 |
Chris Lattner | Percolate the call up to the right superclass |
commit | commitdiff | tree | snapshot |
2005-07-02 |
Andrew Lenharth | I really didn't think this was necessary. But, Legaliz... |
commit | commitdiff | tree | snapshot |
2005-07-02 |
Jeff Cohen | Adding new files to Visual Studio projects. |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Nate Begeman | The statistic needs to be in the correct namespace. |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Chris Lattner | Varargs is apparently currently broken on PPC. This... |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Chris Lattner | Refactor X86AsmPrinter.cpp into multiple files. Patch... |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Andrew Lenharth | simplify call code, remove pseudo ops for div and rem... |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Andrew Lenharth | simplify call code, remove pseudo ops for div and rem... |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Chris Lattner | remove some debugging code |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Andrew Lenharth | oops |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Andrew Lenharth | FP EXTLOAD is not support on all archs, expand to LOAD... |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Chris Lattner | Fix PR590 and Transforms/Mem2Reg/2005-06-30-ReadBeforeW... |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Chris Lattner | new testcase for PR590 |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Nate Begeman | Make the x86 asm printer darwin-aware. This mostly... |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Andrew Lenharth | restore old srcValueNode behavior and try to to work... |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Chris Lattner | Don't crash on a query where the block is not in any... |
commit | commitdiff | tree | snapshot |
2005-06-29 |
John Criswell | Bug fixed. |
commit | commitdiff | tree | snapshot |
2005-06-29 |
John Criswell | Doh! Forgot to LLVMify the style. |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Andrew Lenharth | tracking the instructions causing loads and stores... |
commit | commitdiff | tree | snapshot |
2005-06-29 |
John Criswell | Basic fix for PR#591; don't convert an fprintf() to... |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Andrew Lenharth | thinko |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Andrew Lenharth | unify SelectExpr and SelectFP |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Andrew Lenharth | fix most regressions |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Andrew Lenharth | support more relocations for stores also |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Andrew Lenharth | Get rid of all symbolic loads. I now do gernate all... |
commit | commitdiff | tree | snapshot |
2005-06-28 |
Jeff Cohen | Add ElfWriter stuff to Visual Studio |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Andrew Lenharth | some call work |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Andrew Lenharth | Adapt the code for handling uint -> fp conversion for... |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Andrew Lenharth | So, it turns out I forgot that one valid way of restori... |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Nate Begeman | Initial set of .td file changes necessary to get scalar... |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Andrew Lenharth | get rid of another pseudo op |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Andrew Lenharth | generate address of constant pool entries |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Andrew Lenharth | Misha happification patch |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Andrew Lenharth | Reduce use of pseudo ops |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Andrew Lenharth | missed a load |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Andrew Lenharth | make constant pool labels local |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Andrew Lenharth | who said we had to use the return address in the return... |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Chris Lattner | Add support to the X86 backend for emitting ELF files... |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Chris Lattner | iniital checkin of ELFWriter implementation |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Chris Lattner | iniital checkin of ELFWriter header. |
commit | commitdiff | tree | snapshot |
2005-06-26 |
Andrew Lenharth | depend more on legalize putting constants on the RHS |
commit | commitdiff | tree | snapshot |
2005-06-26 |
Andrew Lenharth | With setOperationAction(ISD::UINT_TO_FP, MVT::i64,... |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Chris Lattner | add a new -filetype argument to llc. |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Chris Lattner | add some new file types |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Chris Lattner | minor cleanups, use copy ctor instead of manually doing it. |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Chris Lattner | refactor this interface |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Chris Lattner | Refactor the addPassesToEmitAssembly interface into... |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Chris Lattner | refactor these interfaces a bit |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Chris Lattner | improve comments |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Chris Lattner | Fix grammar |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Chris Lattner | add a note about variable length array |
commit | commitdiff | tree | snapshot |
next |