oota-llvm.git
2008-10-28 Tanya LattnerDo not allow a user to set the operand for a constant.
2008-10-28 Torok Edwinfix duplicate anchor names, and broken anchor links...
2008-10-28 Duncan SandsFix darwin ppc llvm-gcc build breakage: intercept
2008-10-28 Duncan SandsTurn off LegalizeTypes for this test for the
2008-10-28 Duncan SandsFix a testcase provided by Bill in which the node
2008-10-28 Chris LattnerDon't produce invalid comparisons after legalize.
2008-10-28 Chris Lattnerfix some whitespace stuff
2008-10-28 Chris Lattnerfit in 80 cols
2008-10-28 Chris LattnerFix a nasty miscompilation of 176.gcc on linux/x86...
2008-10-28 Chris Lattnermore comment cleanups.
2008-10-28 Chris Lattnercomment cleanups.
2008-10-28 Evan ChengIf def is in the same mbb as the barrier, spilt the...
2008-10-28 Evan ChengAdd command line option to limit the number splits...
2008-10-28 Dan GohmanFix the name of the include guard to match the filename.
2008-10-28 Evan ChengAvoid putting a split past the end of the live range...
2008-10-27 Bill Wendling- Fix SUBVERSION string to handle x.x.x version number...
2008-10-27 Evan ChengSilence a bogus compile time warning.
2008-10-27 David GreeneRe-apply 55137 with fixes.
2008-10-27 Evan ChengRemove val# defined by a remat'ed def that is now dead.
2008-10-27 Ted KremenekFix bogus comparison of "const char *" with c-string...
2008-10-27 David GreeneHave TableGen emit setSubgraphColor calls under control...
2008-10-27 Daniel DunbarReturn bool (inserted) from StringSet::insert as for...
2008-10-27 Cedric VenetRemove tabs from my previous commit.
2008-10-27 Chris Lattnerrename vec_spat -> vec_splat, pointed out by duncan
2008-10-27 David GreeneAdd setSubgraphColor to color an entire portion of...
2008-10-27 David GreeneAdd STL-style typedefs and default constructors to...
2008-10-27 David GreeneFix PR2634. Create new virtual registers from spills...
2008-10-27 Matthijs KooijmanRemove redundant word in tblgen error message.
2008-10-27 Duncan SandsFix UpdateNodeOperands so that it does CSE of calls
2008-10-27 Duncan SandsFix a bug in which a node could be added to the
2008-10-27 Torok EdwinAvoid crashing if instruction is not part of a loop.
2008-10-27 Gabor Greifformatting tweak for intrinsic
2008-10-27 Torok Edwinexport an ID for the instructionNamer, allowing analysi...
2008-10-27 Bill WendlingSome grammar fixes, and non-invasive format changes.
2008-10-27 Duncan SandsTurn on LegalizeTypes, the new type legalization
2008-10-27 Nick LewyckyFix an obvious copy/pasto.
2008-10-27 Evan ChengFor now, don't split live intervals around x87 stack...
2008-10-27 Chris LattnerRewrite all the 'PromoteLocallyUsedAlloca[s]' logic...
2008-10-27 Chris Lattnerno need to print output
2008-10-27 Chris LattnerAdd a new LargeBlockInfo helper, which is just a wrappe...
2008-10-27 Chris Lattnermention getresult -> extractvalue (PR2935)
2008-10-27 Dale JohannesenIncrease default setting of tail-merge-threshold to
2008-10-26 Nick LewyckyRemove -check-exit-code from bugpoint. This is subsumed...
2008-10-26 Chris Lattnerfix PR2953, an off-by-one error handling formatted...
2008-10-26 Chris Lattnerremove eh output from this test.
2008-10-26 Cedric VenetAdd a default constructor to AsmWriterOperand to make...
2008-10-26 Evan ChengDo not shrink wrap live interval in a mbb if it's livei...
2008-10-26 Oscar FuentesReturn something (i.e. NULL) from an unimplemented...
2008-10-26 Oscar FuentesCMake: If we have `clang' under the `tools/' subdirecto...
2008-10-26 Oscar FuentesCMake: Support for LLVM_USED_LIBS variable, which is...
2008-10-26 Oscar FuentesCMake: Removed unnecessary macro definitions. They...
2008-10-26 Oscar FuentesCMake: GetTargetTriple: new module for determining...
2008-10-26 Bill WendlingFix type-o in ExprMapKeyType::operator ==(). The "...
2008-10-25 Evan ChengHandle cases where there aren't uses in the barrier...
2008-10-25 Evan ChengAdd storeRegTo{StackSlot|Addr} and loadRegFrom{StackSlo...
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.
next