oota-llvm.git
2008-10-25 Dan GohmanMake comments and code for QuietWarnings and QuietErrors
2008-10-25 Dan GohmanSDNodes may have at most one Flag result. Update this...
2008-10-25 Dan GohmanMove the code that adds the DeadMachineInstructionElimP...
2008-10-25 Gordon HenriksenRelated to PR2911, reject as invalid non-pointer GC...
2008-10-25 Nicolas GeoffraySupport for allocation of TLS variables in the JIT...
2008-10-25 Nicolas GeoffrayGenerate code for TLS instructions.
2008-10-25 Bruno Cardoso... Added MIPS release notes.
2008-10-25 Oscar FuentesCMake: Directed bug reports to llvmbugs.
2008-10-25 Oscar FuentesCMake: lib/Target/ARM/AsmPrinter/CMakeLists.txt added.
2008-10-25 Oscar FuentesCMake: MSVC++ no longer uses a special configuration...
2008-10-25 Oscar FuentesCMake: Sync'ed DataTypes.h.cmake with DataTypes.h.in.
2008-10-25 Oscar FuentesCMake: Cross-platform support for using pre-generated...
2008-10-25 Evan ChengIf val# def is ~0U, meaning it's defined by a PHI,...
2008-10-24 Dale JohannesenMark MFCR as reading all condition code registers.
2008-10-24 Dale JohannesenRewrite logic to figure out whether LR needs to
2008-10-24 Dale JohannesenBe kind to non-x86 hosts.
2008-10-24 Torok Edwinmove the note to the correct README
2008-10-24 Torok Edwinadd note about va_arg code on x86 and x86-64
2008-10-24 Evan ChengFix a pasto.
2008-10-24 Duncan SandsFix translateX86CC: if SetCCOpcode is SETULE and
2008-10-24 Cedric VenetModify the cmake build system so that if it doesn't...
2008-10-24 Steve NaroffAdd a file to VC++ proj.
2008-10-24 Nick LewyckyDon't try to create a mask when we don't need one....
2008-10-24 Evan ChengFix a end() dereference; remove an abort() that wasn...
2008-10-24 Nick LewyckyAdd value range analyzing of Add and Sub.
2008-10-24 Evan ChengAvoid splitting an interval multiple times; avoid split...
2008-10-24 Dan GohmanFix constant-offset emission for x86-64 absolute addres...
2008-10-24 Steve NaroffAdd file to VC++ project.
2008-10-24 Dale JohannesenInitialize uninitialized variable.
2008-10-23 Ted KremenekAdded raw_fd_ostream::close().
2008-10-23 Steve NaroffChanges to make the Windows build work...
2008-10-23 Evan ChengCommitting a good chunk of the pre-register allocation...
2008-10-23 Dale JohannesenMark defs and uses of CTR and LR correctly.
2008-10-23 Daniel DunbarMake sure to set stdout to binary when writing bitcode...
2008-10-23 Duncan SandsFix thinko - the operand number has nothing to do
2008-10-23 Argyrios KyrtzidisIntroduce INT64_C macro and unbreak LLVM on MSVC.
2008-10-23 Chris Lattnermake this test not depend on how the system header...
2008-10-22 Daniel DunbarChange create*Pass factory functions to return Pass...
2008-10-22 Ted KremenekFix incorrect testing for the end of the both strings...
2008-10-22 Jim Grosbachremove extraneous #ifdef's
2008-10-22 Daniel DunbarAdd raw_ostream versions of WriteBitcodeToFile and...
2008-10-22 Dale JohannesenRemove allocation of unused stack slot.
2008-10-22 Julien LerougeFix for PR2881: fix a small leak exposed by valgrind...
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
next