oota-llvm.git
2005-05-15 Chris Lattneradd a sparcv8 section, make this validate
2005-05-15 Chris Lattnermore edits, add anchors
2005-05-15 Duraid Madinamake angry compilers happy again
2005-05-15 Duraid MadinaaCC and STLport complained about this, because they...
2005-05-15 Chris Lattneredits to the simplify-libcalls element, move it higher...
2005-05-15 Chris Lattneradd generated code
2005-05-15 Chris Lattnerdon't reserve space for tailcall arg areas. It explici...
2005-05-15 Reid SpencerMake note of the -simplify-libcalls pass.
2005-05-15 Chris Lattneradd test to check for tail calls
2005-05-15 Chris LattnerTeach reginfo how to deal with ADJSTACKPTRri, allowing...
2005-05-15 Chris LattnerImplement proper tail calls in the X86 backend for...
2005-05-15 Chris LattnerSubstantial edits for the release notes.
2005-05-15 Chris LattnerAdd some simplifications for MULH[SU]. This allows...
2005-05-15 Chris LattnerAdd markers in the asm file for tail calls, add a new...
2005-05-15 Chris LattnerWhen inserting callee-save register reloads, make sure...
2005-05-15 Chris LattnerYes, calltarget is the operand of the day.
2005-05-14 Chris LattnerMake sure this is not eligible for tail-call-eliminatio...
2005-05-14 Chris LattnerWhen emitting the function epilog, check to see if...
2005-05-14 Chris Lattnernew testcase
2005-05-14 Chris LattnerAdd some new instructions
2005-05-14 Chris Lattneradd x86-64 abi
2005-05-14 Reid Spencer* Truncate a long line.
2005-05-14 Reid SpencerForgot to commit this earlier. Its part of the simplify...
2005-05-14 Andrew Lenharthmention the C++ exception problems on alpha
2005-05-14 Reid SpencerAdd a test case for testing ffs libcall conversion...
2005-05-14 Reid SpencerChanges for ffs lib call simplification:
2005-05-14 Chris LattnerFix construction of ioport intrinsics, fixing X86/io...
2005-05-14 Chris LattnerPreserve calling conv when hacking on calls
2005-05-14 Chris Lattnerpreserve calling conventions when hacking on code
2005-05-14 Chris LattnerMake sure to preserve the calling convention when chang...
2005-05-14 Chris LattnerPass i64 values correctly split in reg/mem to fastcc...
2005-05-14 Chris LattnerUse target-specific nodes for calls. This allows the...
2005-05-14 Chris Lattnerallow token chain at start or end of node
2005-05-14 Chris Lattnerremove special case hacks for readport/readio from...
2005-05-14 Chris LattnerImplement fixme's by memoizing nodes.
2005-05-14 Chris Lattneradd a new map
2005-05-14 Chris LattnerTurn this into a wrapper for a simpler version of getNode.
2005-05-14 Chris LattnerEliminate special purpose hacks for dynamic_stack_alloc.
2005-05-14 Chris LattnerUse the general mechanism for creating multi-value...
2005-05-14 Chris LattnerEnsure these casts are done with the hardware fildll...
2005-05-14 Chris Lattneruse a target-specific node and custom expander to lower...
2005-05-14 Chris LattnerWrap long line, actually add node to the graph.
2005-05-14 Chris Lattnerlegalize target-specific operations
2005-05-14 Chris Lattneradd a getNode() version that allows construction of...
2005-05-14 Chris LattnerAdd a way to construct an arbitrary node, cleanly.
2005-05-14 Chris Lattneradd accessors
2005-05-14 Reid SpencerSome minor adjustments for the 1.5 release.
2005-05-14 Chris LattnerPass the dag into LowerOperation
2005-05-14 Chris LattnerLowerOperation takes a dag
2005-05-14 Duraid Madinaadd a bit about the known problems on IA64
2005-05-14 Chris LattnerPrint the symbolic register name in a register allocato...
2005-05-14 Chris LattnerAllow targets to have a custom int64->fp expander if...
2005-05-14 Chris Lattnerthis passes
2005-05-14 Chris LattnerFix this
2005-05-14 Chris Lattnerminor changes
2005-05-14 Chris Lattneruser ops are not encoded in the bc format
2005-05-14 Reid SpencerDocument the pseudo-instruction opcodes in opcode range...
2005-05-13 Chris LattnerMake sure the start of the arg area and the end (after...
2005-05-13 Chris Lattnerfix the assertion
2005-05-13 Chris LattnerAlign doubles on 8-byte boundaries if possible.
2005-05-13 Chris Lattnerprint stack object alignment in -print-machineinstr...
2005-05-13 Chris Lattnerfix typo
2005-05-13 John CriswellMinor fixup of typos.
2005-05-13 Chris Lattnernew testcase
2005-05-13 Chris LattnerFix the problems with callee popped argument lists
2005-05-13 John CriswellRemoved PPC Linux support, as no one seems to have...
2005-05-13 Chris LattnerDon't emit SAR X, 0 in the case of sdiv Y, 2
2005-05-13 Chris LattnerFix UnitTests/2005-05-13-SDivTwo.c
2005-05-13 Chris Lattnerswitch to having the callee pop stack operands for...
2005-05-13 Chris LattnerTolerate instrs with extra args
2005-05-13 John CriswellAdd a note about SPARC V8.
2005-05-13 Chris Lattnerallow RETI
2005-05-13 Chris Lattneradd support for fastcc and friends
2005-05-13 John CriswellMinor fixes.
2005-05-13 Chris Lattnertreat TAILCALL nodes identically to CALL nodes
2005-05-13 Chris LattnerBuild TAILCALL nodes in LowerCallTo, treat them like...
2005-05-13 John CriswellAdded some missing platforms.
2005-05-13 John CriswellMore typo and wording fixes.
2005-05-13 Chris LattnerAdd reassociation, minor cleanups.
2005-05-13 Chris Lattnerclose off B< tag
2005-05-13 Chris Lattnerremove htmlisms
2005-05-13 Chris Lattnerfix typo
2005-05-13 Chris Lattnernote how to disable inlining
2005-05-13 Chris Lattnerfix link to llvm-ar
2005-05-13 Chris Lattnerthese don't use passes
2005-05-13 Chris Lattnerthis detail is not needed here
2005-05-13 Chris Lattnerupdate this manual
2005-05-13 Chris LattnerCapitalize
2005-05-13 Andrew Lenharthfix regression tests
2005-05-13 Chris Lattnercapitalize
2005-05-13 John CriswellMinor corrections and clarifications.
2005-05-13 Chris Lattnerclarify that these are v9 options
2005-05-13 Chris Lattnerhide this option
2005-05-13 Chris LattnerAdd an isTailCall flag to LowerCallTo
2005-05-13 Chris LattnerHandle TAILCALL node
2005-05-13 Chris Lattneradd TAILCALL node
2005-05-13 Chris LattnerThis passes on sparc
2005-05-13 Reid Spencer* Make some warning messages stand out a bit by putting...
2005-05-13 Reid SpencerFix the "stacker doesn't build without llvm-gcc" proble...
2005-05-13 Chris Lattnerremove test
next