oota-llvm.git
2008-10-22 Gordon Henriksen[PR2886] Ignore stderr from ocamlc since it prints...
2008-10-22 Gordon HenriksenRegenerate.
2008-10-22 Gordon Henriksen[PR2886] Don't look for ocaml's .opt executables; somet...
2008-10-22 Duncan SandsLegalizeTypes soft-float support for fpow.
2008-10-22 Duncan SandsGet this working with LegalizeTypes: (1) don't
2008-10-22 Torok EdwinRegenerate configure
2008-10-22 Argyrios KyrtzidisUnbreak LLVM on the MSVC compiler:
2008-10-22 Duncan SandsUse spaces rather than tab.
2008-10-22 Duncan SandsBe nice to CellSPU: for this target getSetCCResultType
2008-10-22 Duncan SandsPort from LegalizeDAG the logic to only generate
2008-10-22 Duncan SandsAdd some comments explaining the meaning of a boolean
2008-10-22 Duncan SandsTemporarily allow the operands of a BUILD_VECTOR
2008-10-22 Chris LattnerFix PR2907 by digging through constant expressions...
2008-10-22 Daniel DunbarMove Print*Pass to use raw_ostream.
2008-10-22 Oscar FuentesCMake: `make install' for libraries, executables and...
2008-10-22 Oscar FuentesCMake: use add_llvm_example for HowToUseJIT.
2008-10-22 Oscar FuentesCMake: Turned some libraries into partially linked...
2008-10-22 Dale JohannesenAdjust comments for pedantic satisfaction.
2008-10-21 Bill WendlingFix comment to name "TokenFactor" instead of "Token...
2008-10-21 Oscar FuentesCMake: updated lib/VMCore/CMakeLists.txt
2008-10-21 Daniel DunbarPrivatize PrintModulePass and PrintFunctionPass and add
2008-10-21 Dale JohannesenAdd comments to explain uint64->f64 algorithm,
2008-10-21 Dale JohannesenAdd an SSE2 algorithm for uint64->f64 conversion.
2008-10-21 Dan GohmanFix SelectionDAGBuild lowering of Select instructions to
2008-10-21 Daniel DunbarClear raw_fd_ostream error string on success and explai...
2008-10-21 Dan GohmanUpdated email address.
2008-10-21 Dan GohmanImplement the optimized FCMP_OEQ/FCMP_UNE code for...
2008-10-21 Torok EdwinFix make check on Solaris 10/x86: the default grep...
2008-10-21 Jim Grosbachuse pre-UAL mnemonics for push/pop for compilaton callb...
2008-10-21 Nuno Lopesfix a tricky bug in the JIT global variable emitter...
2008-10-21 Ted Kremenekconstify some methods and variables in ImmutableList.
2008-10-21 Chris Lattnerreally fix run line
2008-10-21 Chris Lattnerfix run line
2008-10-21 Chris Lattnerremove some unneeded eh generation
2008-10-21 Dan GohmanDisable constant-offset folding for PowerPC, as the...
2008-10-21 Dan GohmanDon't create TargetGlobalAddress nodes with offsets...
2008-10-21 Dan GohmanOptimized FCMP_OEQ and FCMP_UNE for x86.
2008-10-21 Dan GohmanWhen the coalescer is doing rematerializing, have it...
2008-10-21 Dan GohmanMake the NaN test come second, heuristically assuming
2008-10-21 Dan GohmanUse Function::getEntryBlock() instead of Function:...
2008-10-21 Oscar FuentesCMake: updated lib/CodeGen/CMakeLists.txt
2008-10-21 Dan GohmanFix a bug that prevented llvm-extract -delete from...
2008-10-21 Chris LattnerFix gcc.c-torture/compile/920520-1.c by inserting bitco...
2008-10-20 Evan ChengAdd skeleton for the pre-register allocation live inter...
2008-10-20 Jim GrosbachUpdate the stub and callback code to handle lazy compil...
2008-10-20 Dan GohmanFast-isel no longer an experiment.
2008-10-20 Evan ChengAdd a register class -> virtual registers map.
2008-10-20 Evan ChengThis forward declaration is unnecessary.
2008-10-20 Duncan SandsSupport operations like fp_to_uint with a vector
2008-10-20 Duncan SandsTeach getTypeToTransformTo to return something
2008-10-20 Duncan SandsLegalizeTypes support for atomic operation promotion.
2008-10-20 Duncan SandsUse DAG.getIntPtrConstant rather than DAG.getConstant
2008-10-20 Duncan SandsAlways use either MVT::i1 or getSetCCResultType for
2008-10-20 Duncan SandsFormatting - no functional change.
2008-10-20 Duncan SandsDon't use a random type for the select condition,
2008-10-20 Dan GohmanFix a typo in a comment.
2008-10-20 Duncan SandsHave X86 custom lowering for LegalizeTypes use
2008-10-20 Matthijs KooijmanFix typo in a comment.
2008-10-20 Matthijs KooijmanRemove another stale comment.
2008-10-20 Matthijs KooijmanRemove an inappropriate (probably outdated) comment.
2008-10-20 Matthijs KooijmanFix spelling error.
2008-10-19 Bill WendlingSet N->OperandList to 0 after deletion. Otherwise,...
2008-10-19 Bill WendlingFix comment. Other formatting changes. No functionality...
2008-10-19 Duncan SandsVector shuffle mask elements may be "undef". Handle
2008-10-19 Duncan SandsUse a legal integer type for vector shuffle mask
2008-10-18 Chris LattnerReapply r57699 with a fix to not crash on asms with...
2008-10-18 Dan GohmanDon't truncate GlobalAddress offsets to int in debug...
2008-10-18 Evan ChengBy min, I mean max.
2008-10-18 Evan ChengWhen creating intervals, leave min(1, numdefs) holes...
2008-10-18 Mon P WangMake llvm memory barrier available as an intrinsic
2008-10-18 Dan GohmanTeach DAGCombine to fold constant offsets into GlobalAd...
2008-10-18 Dan GohmanRevert r57699. It's causing regressions in
2008-10-17 Dan GohmanUse the opcode predicates, instead of duplicating the...
2008-10-17 Dan GohmanThis is now partly done.
2008-10-17 Dan GohmanThis is done.
2008-10-17 Dan GohmanFactor out the code for mapping LLVM IR condition opcod...
2008-10-17 Evan ChengAdd implicit defs of XMM8 to XMM15 on 32-bit call instr...
2008-10-17 Evan ChengAdd RCBarriers to TargetInstrDesc. It's a list of regis...
2008-10-17 Evan ChengFix PR2898. Spiller delete a store for reuse before...
2008-10-17 Chris Lattneradd support for 128 bit aggregates.
2008-10-17 Bill WendlingThe Dwarf writer was comparing mangled and unmangled...
2008-10-17 Mon P WangAdded MemIntrinsicNode which is useful to represent...
2008-10-17 Dan GohmanFactor out the code for mapping LLVM IR condition opcod...
2008-10-17 Chris Lattneradd support for 128 bit inputs on both x86-64 and x86-32.
2008-10-17 Chris LattnerFix a bug where the x86 backend would reject 64-bit...
2008-10-17 Chris LattnerFix PR2356 on PowerPC: if we have an input and output...
2008-10-17 Chris Lattnerremove an xfailed test.
2008-10-17 Chris Lattnerremove this test: it is xfailed anyway, and is failing...
2008-10-17 Evan ChengFix lfence and mfence encoding. These look like MRM5r...
2008-10-17 Evan ChenggetX86RegNum has long been moved to X86RegisterInfo.
2008-10-17 Chris Lattnerrefactor some code into a helper method, no functionali...
2008-10-17 Chris LattnerKeep track of *which* input constraint matches an output
2008-10-17 Chris Lattneradd an assert so that PR2356 explodes instead of runnin...
2008-10-17 Gabor Greifremove spurious space in link
2008-10-17 Gabor GreifAdd comment on how tagged pointers are
2008-10-17 Evan ChengFix a very subtle spiller bug: UpdateKills should not...
2008-10-17 Chris Lattneradd some simple hacky long double support for the CBE...
2008-10-17 Dan GohmanUse INT64_C to emit constant values, to avoid problems...
2008-10-17 Dan GohmanFun x86 encoding tricks: when adding an immediate value...
2008-10-17 Dan GohmanDefine patterns for shld and shrd that match immediate
next