oota-llvm.git
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
2005-05-13 Chris Lattneradd 'ret imm' instruction
2005-05-13 Reid SpencerThe previous hack didn't work because tools-only isn...
2005-05-13 John CriswellThese tests are currently expected to fail.
2005-05-13 Chris LattnerForce x86 backend
2005-05-13 Chris LattnerRealize that we don't support fmod directly, fixing...
2005-05-13 Reid SpencerDon't build runtime if tools-only :)
2005-05-13 Chris Lattnerfix buggy test
2005-05-13 Chris LattnerFix buggy test
2005-05-13 Chris Lattnerlet dj run this
2005-05-13 Andrew Lenharthfixed test case
2005-05-13 Chris LattnerDo not CopyFromReg physregs for live-in values. Instea...
2005-05-13 Chris LattnerEmit function entry code after lowering hte arguments.
2005-05-13 Chris LattnerAllow targets to emit code into the entry block of...
2005-05-13 Chris Lattneradd a new method
2005-05-13 Chris Lattnercalling a function with the wrong CC is undefined,...
2005-05-13 Chris Lattnerallow a virtual register to be associated with live...
2005-05-13 Reid SpencerMake sure that decompression checks for the case that...
2005-05-13 Chris LattnerWhen lowering invokes to calls, amke sure to preserve...
2005-05-13 Chris LattnerPrefer int 0 instead of long 0 for GEP arguments.
2005-05-13 Chris LattnerFix a problem that nate reduced for me.
2005-05-13 Chris Lattnerrename variables and functions to match renamed DAG...
2005-05-13 Chris Lattnerdisable this test for now.
2005-05-13 Chris Lattnerdo not call expandop on the same value more than once...
2005-05-13 Chris Lattneradd a correct run line
2005-05-12 Chris Lattnerfix a bad typeo
2005-05-12 Chris Lattnerupdate comment
2005-05-12 Chris Lattnerrename the ADJCALLSTACKDOWN/ADJCALLSTACKUP nodes to...
2005-05-12 Chris Lattnerreg test
2005-05-12 Chris LattnerAdd a new -enable-x86-fastcc option that enables passin...
2005-05-12 Misha Brukman* Remove reference to llvm-fefw
2005-05-12 Misha Brukmanllvm-fefw doesn't exist (yet)
next