2005-05-16 |
Chris Lattner | more minor edits |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Chris Lattner | more edits |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Chris Lattner | more edits, include stuff from the status update |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Duraid Madina | pretty tiny change (looks like adding the HP-UX detecti... |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Chris Lattner | flush on the right and indented on the left looks a... |
commit | commitdiff | tree | snapshot |
2005-05-16 |
John Criswell | Added a note about how the type can be omitted in call... |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Chris Lattner | fix a typo duraid noticed |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Duraid Madina | comment the hpux bit |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Chris Lattner | more edits |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Duraid Madina | HP-UX system headers make a mess of isinf(), so much... |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Duraid Madina | hp-ux needs this to get through the System/Support... |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Duraid Madina | detect HP-UX when configuring |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Chris Lattner | remove deprecated methods |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Chris Lattner | GCC4 + IA64 = badnews |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Reid Spencer | Remove the check for the ffsll function. Its no longer... |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Chris Lattner | Improve statement |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Reid Spencer | Don't eliminate a test case, just the form of the test... |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Chris Lattner | This does not belong |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Reid Spencer | Don't look for __builtin_ffs, we'll never see it from... |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Reid Spencer | Add a case with non-constant argument for testing the... |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Reid Spencer | Provide this optimization as well: |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Chris Lattner | PPC "branch and link" instructions are branches in... |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Chris Lattner | Fix andrews changes to fit in 80 columns |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Chris Lattner | ctlz = most signficant bits, cttz = least sig |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Chris Lattner | fix warning |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Chris Lattner | fix compiler warning |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Reid Spencer | Duh .. you actually have to #include Config/config... |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Reid Spencer | Some cleanups for compilation with GCC 4.0.0 to remove... |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Chris Lattner | add a sparcv8 section, make this validate |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Chris Lattner | more edits, add anchors |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Duraid Madina | make angry compilers happy again |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Duraid Madina | aCC and STLport complained about this, because they... |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Chris Lattner | edits to the simplify-libcalls element, move it higher... |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Chris Lattner | add generated code |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Chris Lattner | don't reserve space for tailcall arg areas. It explici... |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Reid Spencer | Make note of the -simplify-libcalls pass. |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Chris Lattner | add test to check for tail calls |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Chris Lattner | Teach reginfo how to deal with ADJSTACKPTRri, allowing... |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Chris Lattner | Implement proper tail calls in the X86 backend for... |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Chris Lattner | Substantial edits for the release notes. |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Chris Lattner | Add some simplifications for MULH[SU]. This allows... |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Chris Lattner | Add markers in the asm file for tail calls, add a new... |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Chris Lattner | When inserting callee-save register reloads, make sure... |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Chris Lattner | Yes, calltarget is the operand of the day. |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Chris Lattner | Make sure this is not eligible for tail-call-eliminatio... |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Chris Lattner | When emitting the function epilog, check to see if... |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Chris Lattner | Add some new instructions |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Chris Lattner | add x86-64 abi |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Reid Spencer | * Truncate a long line. |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Reid Spencer | Forgot to commit this earlier. Its part of the simplify... |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Andrew Lenharth | mention the C++ exception problems on alpha |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Reid Spencer | Add a test case for testing ffs libcall conversion... |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Reid Spencer | Changes for ffs lib call simplification: |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Chris Lattner | Fix construction of ioport intrinsics, fixing X86/io... |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Chris Lattner | Preserve calling conv when hacking on calls |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Chris Lattner | preserve calling conventions when hacking on code |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Chris Lattner | Make sure to preserve the calling convention when chang... |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Chris Lattner | Pass i64 values correctly split in reg/mem to fastcc... |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Chris Lattner | Use target-specific nodes for calls. This allows the... |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Chris Lattner | allow token chain at start or end of node |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Chris Lattner | remove special case hacks for readport/readio from... |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Chris Lattner | Implement fixme's by memoizing nodes. |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Chris Lattner | add a new map |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Chris Lattner | Turn this into a wrapper for a simpler version of getNode. |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Chris Lattner | Eliminate special purpose hacks for dynamic_stack_alloc. |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Chris Lattner | Use the general mechanism for creating multi-value... |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Chris Lattner | Ensure these casts are done with the hardware fildll... |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Chris Lattner | use a target-specific node and custom expander to lower... |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Chris Lattner | Wrap long line, actually add node to the graph. |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Chris Lattner | legalize target-specific operations |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Chris Lattner | add a getNode() version that allows construction of... |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Chris Lattner | Add a way to construct an arbitrary node, cleanly. |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Chris Lattner | add accessors |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Reid Spencer | Some minor adjustments for the 1.5 release. |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Chris Lattner | Pass the dag into LowerOperation |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Chris Lattner | LowerOperation takes a dag |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Duraid Madina | add a bit about the known problems on IA64 |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Chris Lattner | Print the symbolic register name in a register allocato... |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Chris Lattner | Allow targets to have a custom int64->fp expander if... |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Chris Lattner | this passes |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Chris Lattner | Fix this |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Chris Lattner | minor changes |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Chris Lattner | user ops are not encoded in the bc format |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Reid Spencer | Document the pseudo-instruction opcodes in opcode range... |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Chris Lattner | Make sure the start of the arg area and the end (after... |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Chris Lattner | fix the assertion |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Chris Lattner | Align doubles on 8-byte boundaries if possible. |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Chris Lattner | print stack object alignment in -print-machineinstr... |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2005-05-13 |
John Criswell | Minor fixup of typos. |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Chris Lattner | Fix the problems with callee popped argument lists |
commit | commitdiff | tree | snapshot |
2005-05-13 |
John Criswell | Removed PPC Linux support, as no one seems to have... |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Chris Lattner | Don't emit SAR X, 0 in the case of sdiv Y, 2 |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Chris Lattner | Fix UnitTests/2005-05-13-SDivTwo.c |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Chris Lattner | switch to having the callee pop stack operands for... |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Chris Lattner | Tolerate instrs with extra args |
commit | commitdiff | tree | snapshot |
2005-05-13 |
John Criswell | Add a note about SPARC V8. |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Chris Lattner | allow RETI |
commit | commitdiff | tree | snapshot |
next |