* Replace ampersands in section titles with more formal ``and''
[oota-llvm.git] / lib /
2005-11-01 Jim LaskeyAllow itineraries to be passed through the Target Machine.
2005-11-01 Duraid Madinaheh, scheduling was easy?
2005-11-01 Duraid MadinaFORTRAN!!! :( and other similarly unfortunate things...
2005-11-01 Duraid Madinaso tablegen was thinking I might want to convert FPs...
2005-11-01 Duraid Madinaadd support for int->FP and FP->int ops, and add ia64...
2005-11-01 Duraid Madinaadd zeroextend predicate->integer
2005-11-01 Chris LattnerAdd a flag to enable a darwin linker optimization
2005-10-31 Chris LattnerMake constant pool entries use private labels. This...
2005-10-31 Chris LattnerFix an iterator invalidation problem in code used by...
2005-10-31 Chris LattnerLimit the search depth of MaskedValueIsZero to 6 instru...
2005-10-31 Jim Laskey1. Embed and not inherit vector for NodeGroup.
2005-10-31 Duraid Madinaadd FP compares and implicit register defs to the dag...
2005-10-30 Chris LattnerSignificantly simplify this code and make it more aggre...
2005-10-30 Chris LattnerReduce the number of copies emitted as machine instruct...
2005-10-30 Chris LattnerIf the module has no t-t and the host is an alpha,...
2005-10-30 Duraid Madinafix some broken comparisons, this affected the Pattern...
2005-10-30 Chris LattnerThis is implemented
2005-10-30 Chris LattnerCodegen mul by negative power of two with a shift and...
2005-10-30 Chris LattnerFix a problem that Nate noticed with LSR:
2005-10-29 Chris LattnerMake -time-passes output prettier
2005-10-29 Duraid Madinaadd some FP stuff, some mix.* stuff, and constant pool...
2005-10-29 Chris LattnerThis pass is now obsolete since all targets have moved...
2005-10-29 Chris Lattnerremove reference to this pass
2005-10-29 Chris Lattnerremove a dead file
2005-10-29 Chris LattnerRemove dead #include
2005-10-29 Chris LattnerNow that instcombine does this xform, remove it from...
2005-10-29 Chris LattnerPull some code out into a function, give it the ability...
2005-10-29 Duraid Madinaadd shladd
2005-10-29 Chris LattnerRemove a special case, allowing the general case to...
2005-10-28 Nate BegemanNew case to handle someday
2005-10-28 Chris LattnerDon't emit "32" for unordered comparison
2005-10-28 Chris Lattneradd a hack to get code with ordered comparisons working...
2005-10-28 Chris Lattneradd support for branch on ordered/unordered.
2005-10-28 Chris LattnerDo not globalize internal symbols
2005-10-28 Chris LattnerThese are autogenerated
2005-10-28 Duraid MadinaDAG->DAG instruction selection for ia64! "hello world...
2005-10-28 Chris LattnerFix a bit of backwards logic that broke exptree and...
2005-10-28 Chris Lattnerremove dead stuff
2005-10-28 Chris LattnerEliminate getClass, it is not needed
2005-10-28 Chris Lattnera bad case for bitfield insert
2005-10-27 Chris LattnerDo not sink any instruction with side effects, includin...
2005-10-27 Chris LattnerFix #include order
2005-10-27 John CriswellMove some constant folding functions into LLVMAnalysis...
2005-10-27 John CriswellMove some constant folding code shared by Analysis...
2005-10-27 Chris LattnerFix DSE to not nuke dead stores unless they redundant...
2005-10-27 Chris LattnerFix typo
2005-10-27 Chris LattnerTeach instcombine to promote stuff like (cast (malloc...
2005-10-27 Chris LattnerPromote cases like cast (malloc sbyte, 100) to int...
2005-10-27 Chris LattnerMinor change to this file to support obscure cases...
2005-10-27 Chris LattnerAdd a simple xform that is useful for bitfield operations.
2005-10-26 John Criswell1. Remove libraries no longer created from the list...
2005-10-26 Andrew Lenharthint comparison patterns
2005-10-26 Chris LattnerFix some spello's pointed out by Gabor Greif
2005-10-26 Jim LaskeyTypo made worse x 2 - take 2.
2005-10-26 Chris LattnerFix an assert compiling MallocBench/gs
2005-10-26 Jim LaskeyTypo x 2
2005-10-26 Andrew LenharthSimplify instinfo, set random bits on more fp insts...
2005-10-26 Jim LaskeyGive full control of subtarget features over to table...
2005-10-26 Jim LaskeyAdd attribute name and type to SubtargetFeatures.
2005-10-26 Chris Lattnerfold nested and's early to avoid inefficiencies in...
2005-10-26 Chris LattnerAdd nodes for CondCodeSDNode and setcc, and add a bunch...
2005-10-25 Nate BegemanAdd a note about some bitfield stuff we could be doing...
2005-10-25 Nate BegemanCorrectly Expand or Promote FP_TO_UINT based on the...
2005-10-25 Nate BegemanAllow custom lowered FP_TO_SINT ops in the check for...
2005-10-25 Chris Lattnerautogen undef
2005-10-25 Chris LattnerAdd undef
2005-10-25 Chris LattnerAllow pseudos to have patterns, no functionality change
2005-10-25 Chris LattnerAutogen fsel
2005-10-25 Chris LattnerExpose the fextend on the DAG instead of doing it in...
2005-10-25 Chris LattnerAutogen a few new ppc-specific nodes
2005-10-25 Chris LattnerThe dag isel generator generates this now
2005-10-25 Chris LattnerBe a bit more paranoid about calling SelectNodeTo
2005-10-25 Chris LattnerFix a couple of minor bugs. The first fixes povray...
2005-10-25 Chris LattnerClear a bit in this file that was causing a miscompilat...
2005-10-25 Jim LaskeyPreparation of supporting scheduling info. Need to...
2005-10-25 Alkis EvlogimenosStop using deprecated types
2005-10-24 Chris Lattnerdo not wrap this whole file in namespace llvm
2005-10-24 Chris LattnerHandle allocations that, even after removing dead uses...
2005-10-24 Chris LattnerFix a bug where we would 'promote' an allocation from...
2005-10-24 Chris LattnerBefore promoting a malloc type, remove dead uses. ...
2005-10-24 Chris LattnerPull some code out into a function, no functionality...
2005-10-24 Chris LattnerMake this build with GCC 4.1, patch contributed by...
2005-10-24 Chris LattnerAlkis agrees that that iterative scan allocator isn...
2005-10-24 Chris LattnerRemove this pass, it is not useful
2005-10-24 Chris LattnerRemove some beta code that no longer has an owner.
2005-10-24 Chris LattnerDo not build the ProfilePaths directory anymore
2005-10-24 Chris LattnerDONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIV...
2005-10-24 Chris Lattneronly build .a version of this library
2005-10-24 Chris LattnerOnly build .a file versions of these libraries, instead...
2005-10-24 Chris LattnerThere is no need to build an archive version of this...
2005-10-24 Chris LattnerThis file is hopelessly out of date
2005-10-24 Chris LattnerOnly build .a file versions of these libraries, instead...
2005-10-24 Chris LattnerOnly build .a file versions of these libraries, instead...
2005-10-24 Chris LattnerMake sure that anything using the ADCE pass pulls in...
2005-10-24 Chris Lattnerdon't bother building the archive version of this library
2005-10-24 Chris Lattnerexpose a ctor
2005-10-24 Chris Lattnerimplement some prototypes
2005-10-24 Chris Lattnermove this to the analyze tool
2005-10-23 Chris LattnerFix a nasty bug that was causing miscompilation of...
2005-10-23 Chris LattnerShrinkify to match llc
next