Use llvm.foo as the intrinsic, rather than llvm.dbg.value. Since the
[oota-llvm.git] / utils /
2010-05-04 Daniel DunbarMC/Matcher: Add support for over-riding the default...
2010-05-04 Dan GohmanAdd a polygen rule that reflects the fact that nsw...
2010-05-03 Bob WilsonRemove special case for llvmCore_Embedded project....
2010-05-01 Evan ChengAdd a pseudo instruction REG_SEQUENCE that takes a...
2010-04-29 Bob WilsonDon't remove libLTO.dylib if it's not being installed...
2010-04-28 Bob WilsonAdd an option to the Apple-style build to control wheth...
2010-04-28 Bob WilsonUndo most of my previous whitespace fix. I think I...
2010-04-28 Bob WilsonFix inconsistent use of HOSTS and TARGETS variables.
2010-04-28 Bob WilsonFix whitespace.
2010-04-23 Sean CallananFixes to edis that mark x86 call targets as
2010-04-20 Johnny ChenWhen doing Thumb disassembly, there's no need to consid...
2010-04-20 Chris Lattnerstop computing InstImpInputs, it is dead
2010-04-20 Chris LattnerDAGInstruction::ImpOperands is dead after my recent...
2010-04-18 Anton KorobeynikovMake processor FUs unique for given itinerary. This...
2010-04-18 Chris Lattnersilence some -Wmissing-field-initializers warnings.
2010-04-15 Dan GohmanFix a bunch of namespace polution.
2010-04-15 Daniel DunbarRemove unnecessary uses of <iostream>.
2010-04-14 Benjamin KramerEDis: Don't include inttypes.h. We support compilers...
2010-04-13 Daniel DunbarFix -Asserts warnings.
2010-04-13 Sean CallananFixed a nasty layering violation in the edis source
2010-04-09 Johnny ChenIf all the bit positions are not specified; do not...
2010-04-09 Chris Lattneradd minix support, patch by Kees van Reeuwijk! PR6797
2010-04-09 Bob WilsonProvide versions of the ARM eh_sjlj_setjmp instructions...
2010-04-09 Johnny ChenARM decoder emitter should print out useful information...
2010-04-09 Daniel Dunbarlit: Add support to OneCommandPerFileTest format to...
2010-04-08 Johnny ChenNow that Evan Cheng has fixed the coalescer bug (r10080...
2010-04-08 Benjamin KramerVarious MSVC warning fixes about truncated 64 bit shift...
2010-04-08 Benjamin KramerUse errs instead of fprintf.
2010-04-08 Sean CallananAdded support for ARM disassembly to edis.
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-04-07 Chris Lattneradd newlines at end of files.
2010-04-07 Sean CallananFixed a bug where the disassembler would allow an immediate
2010-04-07 Eric ChristopherFix typo and correct comment somewhat.
2010-04-07 Johnny ChenRe-enable ARM/Thumb disassembler and add a workaround...
2010-04-07 Anton KorobeynikovInitial support for different kinds of FU reservation.
2010-04-05 Chris Lattnerstringref-ize the MemoryBuffer::get apis. This requires
2010-04-05 Jakob Stoklund OlesenReplace TSFlagsFields and TSFlagsShifts with a simpler...
2010-04-04 Chris Lattnerchange a ton of code to not implicitly use the "O"...
2010-04-03 Chandler CarruthFix a warning in GCC about a pointless typedef.
2010-04-03 Chandler CarruthAdd the new ARMDecodeEmitter to CMake build.
2010-04-02 Johnny ChenMove variable "Bits" declaration/definition into the...
2010-04-02 Johnny ChenFixed build warning.
2010-04-02 Johnny ChenChange from .../Support/DataTypes.h to .../System/DataT...
2010-04-02 Johnny ChenSecond try of initial ARM/Thumb disassembler check...
2010-03-31 Daniel DunbarAdd a FIXME.
2010-03-31 Daniel Dunbarlit: Make sure to close any files we open as part of...
2010-03-29 Chris LattnerSwitch pattern sorting predicate from stable sort ...
2010-03-29 Chris Lattnerrevert 99795, as mentioned, it is disabled anyway.
2010-03-29 Chris LattnerCheck in a (disabled) failed attempt to improve the...
2010-03-29 Chris Lattnerprint the complexity of the pattern being matched in the
2010-03-28 Chris Lattnerimprove type checking of SDNode operand count. This...
2010-03-28 Chris Lattnerfinally remove the immAllOnesV_bc/immAllZerosV_bc patterns
2010-03-28 Chris Lattnerteach tblgen to allow patterns like (add (i32 (bitconve...
2010-03-28 Chris Lattnervalidate that input sdnodes don't exist in an output...
2010-03-28 Chris Lattnereliminate a bunch of code duplication in ParseTreePattern
2010-03-28 Chris LattnerSDTCisVT<0, isVoid> is not valid, reject it.
2010-03-28 Chris Lattneradd an optimized form of OPC_EmitMergeInputChains for...
2010-03-27 Chris Lattnerfix a long standing fixme, which required fixing a...
2010-03-27 Chris Lattnerfix CodeGenTarget::getRegisterVTs to not return the
2010-03-27 Chris Lattnerhoist some funky logic into CodeGenInstruction
2010-03-27 Chris Lattnercontinue pushing tblgen's support for nodes with multiple
2010-03-27 Chris Lattnerfix a bug in my recent patch that increased opcode...
2010-03-27 Dan GohmanRemove an unnecessary #include.
2010-03-27 Chris Lattnerremove parallel support.
2010-03-25 Jakob Stoklund OlesenTeach TableGen to understand X.Y notation in the TSFlag...
2010-03-25 Daniel Dunbarlit: Add LitTestCase and lit.load_test_suite, for adapt...
2010-03-25 Chris LattnerChange tblgen to emit FOOISD opcode names as two
2010-03-25 Jakob Stoklund OlesenFix evil TableGen bug in template parameters with defaults.
2010-03-24 Chris Lattneradd plumbing for handling multiple result nodes
2010-03-24 Chris Lattnerimplement SDTCisVTSmallerThanOp with EnforceSmallerThan
2010-03-24 Chris Lattnerbring sanity to EnforceVectorEltType
2010-03-23 Chris LattnerCleanup getImplicitType
2010-03-23 Chris Lattnerreject void in intrinsic type lists.
2010-03-23 Bill WendlingUse "DISABLE_EDIS" to disable building "edis" explicitl...
2010-03-22 Chris LattnerChange intrinsic result type for void to store it as...
2010-03-21 Jeffrey YasskinWhen we don't pass --vg-leak to lit, pass --leak-check...
2010-03-21 Daniel DunbarFix suggested parentheses warning.
2010-03-20 Jeffrey YasskinAdd support for XFAILing valgrind runs with memory...
2010-03-19 Eric ChristopherRevert r99009 temporarily it seems to be breaking the...
2010-03-19 Chris LattnerChange intrinsic result type for void to store it as...
2010-03-19 Chris Lattnermake getOperandNum a static function (since it's just...
2010-03-19 Chris Lattnermajor surgery on tblgen: generalize TreePatternNode
2010-03-19 Ben HoltTest commit (removed extra blank line)
2010-03-19 Daniel DunbarFileCheck: Don't print "possibly intended match" line...
2010-03-19 Torok EdwinSet numThreads to 1 by default when Python is older...
2010-03-19 Chris Lattnermake FillWithPossibleTypes take a predicate to filter...
2010-03-19 Chris Lattnerresolve fixme: we now infer the instruction-level ...
2010-03-19 Chris Lattneradd a new SDNPVariadic SDNP node flag, and use it in
2010-03-19 Chris Lattnerrewrite EnforceSmallerThan to be less bone headed.
2010-03-19 Daniel DunbarFix -Asserts warning.
2010-03-19 Chris Lattnereliminate the last use of EEVT::isUnknown
2010-03-19 Chris LattnerFinally change the instruction looking map to be a...
2010-03-19 Chris Lattnermake inst_begin/inst_end iterate over InstructionsByEnu...
2010-03-19 Chris Lattnerrevert 98912
2010-03-19 Chris Lattnermake inst_begin/inst_end iterate over InstructionsByEnu...
2010-03-19 Chris Lattnerchange Target.getInstructionsByEnumValue to return...
2010-03-19 Chris Lattnerfactor copy and paste code.
2010-03-19 Chris Lattnerdon't go through getInstructions().
2010-03-19 Chris Lattnerlook up instructions by record, not by name.
2010-03-18 Chris Lattnerexpand tblgen's support for instructions with implicit...
next