fix an off-by-one error.
[oota-llvm.git] / utils /
2010-02-23 Chris Lattnerswitch the value# in OPC_CompleteMatch and OPC_EmitNode...
2010-02-22 Chris Lattneradd a new Push2 opcode for targets (like cellspu) which...
2010-02-22 Chris LattnerChange ComplexPattern handling to push the node being...
2010-02-22 Chris Lattneradd a new CheckMultiOpcode opcode for checking that...
2010-02-22 Chris LattnerWhen matching patterns that have a complex pattern...
2010-02-21 Chris Lattnerfix most of the failures in the x86 suite by handling...
2010-02-21 Chris LattnerAlways emit register class id references as i32 like
2010-02-21 Chris LattnerSort the patterns before adding them to the FA so that...
2010-02-21 Chris Lattneremit table indexes before each row so that it is debugg...
2010-02-21 Chris Lattnerfix a table size miscomputation, target opcodes are...
2010-02-21 Chris Lattneremit to the right streams, to avoid emitting the push
2010-02-21 Chris Lattneroops don't turn this on for everyone yet.
2010-02-21 Chris Lattnerimplement the last known missing feature: updating...
2010-02-21 Chris LattnerLots of improvements to the new dagisel emitter. This...
2010-02-19 Chris Lattneradd emitter support for integer constants and simple...
2010-02-19 Chris Lattnerfix this to work more determinstically, patch by Thomas...
2010-02-19 Chris LattnerI confused myself, temporaries will be recorded right...
2010-02-19 Chris Lattnerintroduce a new ResultVal and start keeping track of...
2010-02-18 Chris Lattneradd support for referencing registers and immediates,
2010-02-18 Chris Lattnerstart sketching out the structure of code for result...
2010-02-18 Chris Lattnerrename the child field to 'next'. This is not a parent...
2010-02-18 Chris Lattnereliminate the MatcherNodeWithChild class, give the...
2010-02-18 Chris Lattnerfit in 80 cols
2010-02-17 Chris Lattnerredisable this to save people a small amount of build...
2010-02-17 Chris Lattnermove isOnlyReachableByFallthrough out of MachineBasicBl...
2010-02-17 Chris Lattnerreduce nesting.
2010-02-17 Chris Lattnerimprove comments, the matcher is now feature complete...
2010-02-17 Chris Lattnersink special case "cannotyetselect" for intrinsics...
2010-02-17 Chris LattnerEmulate the current isel's "IsChainCompatible" logic...
2010-02-17 Chris Lattnerproperly record chain inputs to complex patterns,
2010-02-17 Chris Lattnersimplify IsChainCompatible codegen, add comments. no
2010-02-17 Chris LattnerPrep work to handle input chains of matched patterns...
2010-02-17 Chris Lattnerrecord input chains.
2010-02-17 Chris Lattnerprefix captured value names with $ so they look like
2010-02-17 Chris Lattnerimprove comments on OPC_Record to say what we're record...
2010-02-17 Chris Lattnerimprove comments in generated matcher a bit.
2010-02-17 Chris Lattnermake the new isel generator plop out a CheckComplexPatt...
2010-02-17 Chris Lattnerfix inverted condition.
2010-02-16 Chris Lattnercomplex patterns don't get 'record' nodes, they implicitly
2010-02-16 Chris Lattnerclean up some code, eliminate NodeIsComplexPattern...
2010-02-16 Chris Lattnerfix indentation
2010-02-16 Chris Lattnerfix rdar://7653908, a crash on a case where we would...
2010-02-16 Chris Lattnersimplify this code. In the new world order there is no
2010-02-16 Chris Lattnerconvert the new matcher to check intermediate nodes...
2010-02-16 Chris Lattnerchange dag isel emitter to only call 'IsProfitableToFol...
2010-02-16 Chris Lattnermark all the generated node predicates 'const'.
2010-02-16 Chris Lattnergenerate code for node and pattern predicates. Note...
2010-02-16 Chris Lattnerrefactor some code into a local class.
2010-02-16 Chris Lattnerremove now dead code and fixme.
2010-02-16 Chris Lattnerremove dead code. This is never generated for any...
2010-02-16 Chris Lattneradd support for the new isel matcher to generate
2010-02-15 Evan ChengSplit SelectionDAGISel::IsLegalAndProfitableToFold to
2010-02-15 Chris LattnerCheck in the first big step of rewriting DAGISelEmitter to
2010-02-15 Mikhail GlushenkovRevert r96130 ("Forward parameter options as '-option...
2010-02-14 Chris Lattnerconstize
2010-02-14 Chris Lattnerclean up a bunch of code, move some random predicates
2010-02-14 Chris Lattnerremove the DisablePatternForFastISel predicate, which...
2010-02-14 Chris Lattneradd an insertion operator.
2010-02-14 Chris Lattnertidy up
2010-02-13 Mikhail GlushenkovForward parameter options as '-option=parameter'.
2010-02-13 Chris Lattnerpull a bunch of huge inline methods in the PatternCodeE...
2010-02-13 Sean CallananAdded the rdtscp instruction to the x86 instruction
2010-02-13 Sean CallananFixed encodings for invlpg, invept, and invvpid.
2010-02-13 Chris Lattnerremove special cases for vmlaunch, vmresume, vmxoff...
2010-02-12 Chris LattnerRemove special cases for [LM]FENCE, MONITOR and MWAIT...
2010-02-12 Sean CallananReworked the Intel disassembler to support instructions
2010-02-12 Chris Lattneradd a bunch of mod/rm encoding types for fixed mod...
2010-02-12 Daniel DunbarMC: Fix bug where trailing tied operands were forgotten...
2010-02-11 Chris Lattnerenhance llvm-mc -show-inst to print the enum of an...
2010-02-10 Chris Lattnerwork around a gcc bug with -Wuninitialized.
2010-02-10 Daniel Dunbarlit: Ignore dot files when scanning for tests (e.g...
2010-02-10 Daniel DunbarMC/AsmMatcher: Tweak conversion function name.
2010-02-10 Daniel DunbarMC/AsmMatcher: Add support for creating tied operands...
2010-02-10 Daniel DunbarRemove stray DOS newline.
2010-02-10 Sean CallananUpdated the enhanced disassembly library's TableGen
2010-02-10 Sean CallananUpdated the TableGen emitter for the Enhanced
2010-02-10 Sean CallananChanged AsmWriterOperand to also include the index...
2010-02-10 Chris LattnerIntroduce a new CodeGenInstruction::ConstraintInfo...
2010-02-09 Sean CallananFixed some indentation in the AsmWriterInst
2010-02-09 Sean CallananAdded AsmWriterInst.cpp to the CMakeList so that
2010-02-09 Sean CallananPer PR 6219, factored AsmWriterInst and AsmWriterOperand
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-02-09 Chris Lattnerpass stringref by value instead of by const&
2010-02-06 Jakob Stoklund OlesenReintroduce the InlineHint function attribute.
2010-02-05 Jeffrey YasskinMake lit's gtest support honor config.environment.
2010-02-04 Torok EdwinNew flag for GenLibDeps, and llvm-config-perobjincl.
2010-02-03 Chris Lattnersink handling of target-independent machine instrs...
2010-02-02 Daniel DunbarAsmMatcherEmitter: Use stable_sort when reordering...
2010-01-30 Daniel DunbarAsmMatcher: Create operand classes before use, apparent...
2010-01-30 Daniel DunbarFileCheck: When looking for "possible matches", only...
2010-01-29 Dan GohmanMinor code cleanup.
2010-01-29 Dan GohmanSkip whitespace when looking for a potential intended...
2010-01-29 Dan GohmanFix the position of the caret in the FileCheck error...
2010-01-29 Daniel DunbarFileCheck: Switch "possible match" calculation to use...
2010-01-29 Sean CallananQuick fix to make the header file for the enhanced
2010-01-29 Ted KremenekRecognize 'add_executable' when analyzing CMake files.
2010-01-29 Ted KremenekUpdate CMake build.
2010-01-29 Sean CallananAdded a custom TableGen backend to support the
2010-01-26 Mikhail GlushenkovEscape double quotes in 'help'.
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
next