oota-llvm.git
2009-09-13 Nick LewyckyActually remove old types from the set.
2009-09-13 Chris Lattnereliminate the TargetRegisterDesc::AsmName field, the...
2009-09-13 Chris Lattnerkill off the last use of TRI::AsmName.
2009-09-13 Chris Lattneradd some special case handling for strangely named...
2009-09-13 Daniel DunbarBuild (not test) the unittests as part of a normal...
2009-09-13 Chris Lattnerunbreak this test by working around an asmparser bug.
2009-09-13 Chris Lattner'printMCInst' doesn't print newlines after instructions...
2009-09-13 Oscar FuentesCMake: New user-settable variable LLVM_TARGET_ARCH...
2009-09-13 Nick LewyckyUpdate the tutorial to match changes to examples/Kaleid...
2009-09-13 Daniel DunbarMove unittest driver to utils/unittest/UnitTestMain.
2009-09-13 Daniel DunbarRemove unused variables.
2009-09-13 Nick LewyckyStoring a set of PATypeHolders is a bad idea because...
2009-09-13 Chris Lattnerremove all but one reference to TargetRegisterDesc...
2009-09-13 Chris Lattnerthe tblgen produced 'getRegisterName' method does not...
2009-09-13 Chris Lattnerswitch the x86 asmprinters to use getRegisterName instead
2009-09-13 Mikhail GlushenkovFix a small issue with recent changes to this code.
2009-09-13 Chris Lattnermake tblgen produce a function that returns the name...
2009-09-13 Chris Lattnereliminate an extraneous use of TRI::getAsmName in a...
2009-09-13 Chris Lattnermake intel asmprinter use TRI::getAsmName instead of...
2009-09-13 Chris Lattnersplit MCInst printing out of the X86ATTInstPrinter
2009-09-13 Chris Lattnerreduce indentation with early exit.
2009-09-13 Chris Lattnersecond part to r81695, I missed a directory.
2009-09-13 Chris Lattnerremove MAI::JumpTableSpecialLabelPrefix now that MAI
2009-09-13 Daniel DunbarRevert unittests build changes temporarily, the unit...
2009-09-13 Chris Lattnerdelete the fixme too! :)
2009-09-13 Chris Lattnermerge the linux cpool/jtbl pic tests into pic.ll and...
2009-09-13 Daniel DunbarBuild (not test) the unittests as part of a normal...
2009-09-13 Chris Lattnermake X86ATTAsmPrinter::PrintPICBaseSymbol forward to...
2009-09-13 Chris Lattnerreplace printBasicBlockLabel with EmitBasicBlockStart,
2009-09-13 Chris Lattnerfix MCSymbol printing on darwin to exactly match the...
2009-09-13 Chris LattnerMake the MC symbol printer and llvm::Mangler exactly...
2009-09-13 Chris Lattnerremove two docs about the old Sparc backend which used...
2009-09-13 Chris Lattnermove old clang readme here.
2009-09-13 Chris Lattnerconvert some uses of printBasicBlockLabel to use GetMBB...
2009-09-13 Daniel DunbarAdd LLVMGCCBINDIR to path, since LLVMC expects to find...
2009-09-13 Daniel DunbarSwitch Ocaml to use llvm_supports_binding.
2009-09-13 Daniel Dunbartests: Add llvm_supports_binding predicate.
2009-09-13 Daniel Dunbartests: Use %abs_tmp instead of ./%t to make these tests...
2009-09-13 Daniel Dunbartests: Add a %abs_tmp substitution which is guaranteed...
2009-09-13 Daniel DunbarSink llvm-gcc dependent tests into distinct subdirs.
2009-09-13 Daniel DunbarRewrite tests to not use Tcl substitution.
2009-09-13 Daniel DunbarSimplify LLVMC tests.
2009-09-13 Anton KorobeynikovFix merge problem
2009-09-13 Anton KorobeynikovDefine proper subreg sets for arm - this should fix...
2009-09-12 Dan GohmanAdd -mattr=+sse2 to the -march=x86 version of this...
2009-09-12 Daniel DunbarExperimental fix for PR4960.
2009-09-12 Chris Lattnerdevirtualize AsmPrinter::printBasicBlockLabel since...
2009-09-12 Chris Lattnerwe don't want people to override printBasicBlockLabel.
2009-09-12 Dan GohmanRemove unnecessary #include.
2009-09-12 Anton KorobeynikovAdd QPR_VFP2 regclass and add copy_to_regclass nodes...
2009-09-12 Dan GohmanPreserve the inbounds flag, so that the constant folder...
2009-09-12 Dan GohmanFix the build when DEBUG_SYMBOL_TABLE is set.
2009-09-12 Dan GohmanConvert llvm-link to IRReader.
2009-09-12 Chris Lattnerfactor MBB label lowering better
2009-09-12 Chris LattnerX86MCInstLower::Lower should only not emit anything...
2009-09-12 Chris Lattnereliminate the "MBBLabel" MCOperand type, and just use...
2009-09-12 Chris Lattnersplit MachineInstr -> MCInst lowering into its own...
2009-09-12 Chris Lattnerremove the "old" at&t style asmprinter. Unfortunately...
2009-09-12 Lang HamesWhoops. Committed the headers for r81605 - 'Moved some...
2009-09-12 Lang HamesMoved some more index operations over to LiveIntervals.
2009-09-12 Sean CallananAdded the WAIT instruction to the Intel tables,
2009-09-12 Sean CallananAdded CMPS (string comparison) instructions for all
2009-09-12 Evan ChengRemove -new-coalescer-heuristic. It's not useful.
2009-09-12 Evan Cheng80 col violations.
2009-09-12 Chris Lattnerfix another GCC bootstrap problem, which manifested...
2009-09-12 Chris Lattnerfix an embarassing typo that resulted in llvm-gcc boots...
2009-09-12 Sean CallananAdded SCAS instructions in their 8, 16, 32, and
2009-09-11 Daniel DunbarFix -Asserts warning.
2009-09-11 Ted KremenekUpdate CMake files.
2009-09-11 Douglas GregorDe-bork CMake build. llvm-extract depends on asmparser
2009-09-11 Dan GohmanFix llvm-extract's "writing bitcode to a terminal"...
2009-09-11 Jim GrosbachRevert array initialization regclass change so that...
2009-09-11 Jim GrosbachUpdate register class references to use the global...
2009-09-11 Sean CallananAdded ADC, SUB, SBB, and OR instructions that operate
2009-09-11 Bob WilsonFix pr4820: Don't run llvm-config during "make clean...
2009-09-11 Dan GohmanRemove an unnecessary -f.
2009-09-11 Dan GohmanConvert more tests to avoid llvm-as.
2009-09-11 Chris Lattnerfix pasto
2009-09-11 Caroline TiceDon't generate Dwarf line table entries for source...
2009-09-11 Chris Lattnerfix some fixmes: emit stubs in sorted order.
2009-09-11 Dan GohmanEliminate more redundant llvm-as calls.
2009-09-11 Dan GohmanFix this test to test what it was originally intended...
2009-09-11 Chris Lattnergive densemap iterators real iterator traits.
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-11 Duncan SandsFix PR4948 (and a leak): by not destroying the DwarfExc...
2009-09-11 Chris Lattnerturn on -experimental-asm-printer for x86 / AT&T by...
2009-09-11 Chris Lattneranother random update
2009-09-11 Chris Lattnerreject attempts to take the address of an intrinsic...
2009-09-11 Chris Lattnerfix a bunch of spurious failures for people whose home...
2009-09-11 Chris Lattnerthis test is using invalid "intrinsics".
2009-09-11 Chris Lattnerfix test to not get a moduleid that matches 'br'
2009-09-11 Chris Lattnerdefault construct MCInst's ctor to 0, which is "PHI...
2009-09-11 Daniel Dunbar... and fix the REQUIRES_RTTI condition.
2009-09-11 Daniel DunbarFix REQUIRES_RTTI while awake.
2009-09-11 Daniel DunbarMake REQUIRES_RTTI work.
2009-09-11 Owen AndersonEliminate some unnecessary implicit constructors in...
2009-09-11 Andreas NeustifterBugfix. Sorry.
2009-09-11 Andreas NeustifterMake ProfileEstimator even more robust on general CFGs.
2009-09-11 Chris Lattnerswitch HiddenGVStubs to be a DenseMap instead of a...
2009-09-11 Chris LattnerFix a bug I introduced in FnStubs generation, switch...
next