oota-llvm.git
2005-05-18 Misha BrukmanOnward to LLVM-1.6 and beyond!
2005-05-18 John CriswellUpdated version to LLVM 1.6 CVS.
2005-05-18 John CriswellMerged in release_15.
2005-05-18 Chris Lattnerteach the inliner about coldcc and noreturn functions
2005-05-17 Misha BrukmanRemove extra header in the SPARC section
2005-05-17 Reid SpencerFix a few grammaros.
2005-05-17 Misha Brukman* Add a link to the pattern-matching codegen docs
2005-05-17 Misha BrukmanRecommend writing new instruction selectors using patte...
2005-05-17 Misha BrukmanAdd link to debugging code generators with bugpoint
2005-05-16 Reid SpencerIt would help if the headings were sorted properly.
2005-05-16 Reid SpencerFix a brain blunder in the HTML output.
2005-05-16 Reid SpencerSometimes tab completion is *not* your friend. Added...
2005-05-16 Reid SpencerAdjust the dependencies and generate the output to...
2005-05-16 Reid SpencerAdd a script to generate information about the number...
2005-05-16 Reid SpencerAdd the ability to generate the User LOC page via the...
2005-05-16 Chris Lattnermore minor edits
2005-05-16 Chris Lattnermore edits
2005-05-16 Chris Lattnermore edits, include stuff from the status update
2005-05-16 Duraid Madinapretty tiny change (looks like adding the HP-UX detecti...
2005-05-16 Chris Lattnerflush on the right and indented on the left looks a...
2005-05-16 John CriswellAdded a note about how the type can be omitted in call...
2005-05-16 Chris Lattnerfix a typo duraid noticed
2005-05-16 Duraid Madinacomment the hpux bit
2005-05-16 Chris Lattnermore edits
2005-05-16 Duraid MadinaHP-UX system headers make a mess of isinf(), so much...
2005-05-16 Duraid Madinahp-ux needs this to get through the System/Support...
2005-05-16 Duraid Madinadetect HP-UX when configuring
2005-05-16 Chris Lattnerremove deprecated methods
2005-05-15 Chris LattnerGCC4 + IA64 = badnews
2005-05-15 Reid SpencerRemove the check for the ffsll function. Its no longer...
2005-05-15 Chris LattnerImprove statement
2005-05-15 Reid SpencerDon't eliminate a test case, just the form of the test...
2005-05-15 Chris LattnerThis does not belong
2005-05-15 Reid SpencerDon't look for __builtin_ffs, we'll never see it from...
2005-05-15 Reid SpencerAdd a case with non-constant argument for testing the...
2005-05-15 Reid SpencerProvide this optimization as well:
2005-05-15 Chris LattnerPPC "branch and link" instructions are branches in...
2005-05-15 Chris LattnerFix andrews changes to fit in 80 columns
2005-05-15 Chris Lattnerctlz = most signficant bits, cttz = least sig
2005-05-15 Chris Lattnerfix warning
2005-05-15 Chris Lattnerfix compiler warning
2005-05-15 Reid SpencerDuh .. you actually have to #include Config/config...
2005-05-15 Reid SpencerSome cleanups for compilation with GCC 4.0.0 to remove...
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...
next