2010-04-20 |
Chris Lattner | stop computing InstImpInputs, it is dead |
tree | commitdiff |
2010-04-20 |
Chris Lattner | DAGInstruction::ImpOperands is dead after my recent... |
tree | commitdiff |
2010-04-18 |
Anton Korobeynikov | Make processor FUs unique for given itinerary. This... |
tree | commitdiff |
2010-04-18 |
Chris Lattner | silence some -Wmissing-field-initializers warnings. |
tree | commitdiff |
2010-04-15 |
Dan Gohman | Fix a bunch of namespace polution. |
tree | commitdiff |
2010-04-15 |
Daniel Dunbar | Remove unnecessary uses of <iostream>. |
tree | commitdiff |
2010-04-14 |
Benjamin Kramer | EDis: Don't include inttypes.h. We support compilers... |
tree | commitdiff |
2010-04-13 |
Daniel Dunbar | Fix -Asserts warnings. |
tree | commitdiff |
2010-04-13 |
Sean Callanan | Fixed a nasty layering violation in the edis source |
tree | commitdiff |
2010-04-09 |
Johnny Chen | If all the bit positions are not specified; do not... |
tree | commitdiff |
2010-04-09 |
Chris Lattner | add minix support, patch by Kees van Reeuwijk! PR6797 |
tree | commitdiff |
2010-04-09 |
Bob Wilson | Provide versions of the ARM eh_sjlj_setjmp instructions... |
tree | commitdiff |
2010-04-09 |
Johnny Chen | ARM decoder emitter should print out useful information... |
tree | commitdiff |
2010-04-09 |
Daniel Dunbar | lit: Add support to OneCommandPerFileTest format to... |
tree | commitdiff |
2010-04-08 |
Johnny Chen | Now that Evan Cheng has fixed the coalescer bug (r10080... |
tree | commitdiff |
2010-04-08 |
Benjamin Kramer | Various MSVC warning fixes about truncated 64 bit shift... |
tree | commitdiff |
2010-04-08 |
Benjamin Kramer | Use errs instead of fprintf. |
tree | commitdiff |
2010-04-08 |
Sean Callanan | Added support for ARM disassembly to edis. |
tree | commitdiff |
2010-04-07 |
Chris Lattner | rename llvm::llvm_report_error -> llvm::report_fatal_error |
tree | commitdiff |
2010-04-07 |
Chris Lattner | add newlines at end of files. |
tree | commitdiff |
2010-04-07 |
Sean Callanan | Fixed a bug where the disassembler would allow an immediate |
tree | commitdiff |
2010-04-07 |
Eric Christopher | Fix typo and correct comment somewhat. |
tree | commitdiff |
2010-04-07 |
Johnny Chen | Re-enable ARM/Thumb disassembler and add a workaround... |
tree | commitdiff |
2010-04-07 |
Anton Korobeynikov | Initial support for different kinds of FU reservation. |
tree | commitdiff |
2010-04-05 |
Chris Lattner | stringref-ize the MemoryBuffer::get apis. This requires |
tree | commitdiff |
2010-04-05 |
Jakob Stoklund Olesen | Replace TSFlagsFields and TSFlagsShifts with a simpler... |
tree | commitdiff |
2010-04-04 |
Chris Lattner | change a ton of code to not implicitly use the "O"... |
tree | commitdiff |
2010-04-03 |
Chandler Carruth | Fix a warning in GCC about a pointless typedef. |
tree | commitdiff |
2010-04-03 |
Chandler Carruth | Add the new ARMDecodeEmitter to CMake build. |
tree | commitdiff |
2010-04-02 |
Johnny Chen | Move variable "Bits" declaration/definition into the... |
tree | commitdiff |
2010-04-02 |
Johnny Chen | Fixed build warning. |
tree | commitdiff |
2010-04-02 |
Johnny Chen | Change from .../Support/DataTypes.h to .../System/DataT... |
tree | commitdiff |
2010-04-02 |
Johnny Chen | Second try of initial ARM/Thumb disassembler check... |
tree | commitdiff |
2010-03-31 |
Daniel Dunbar | Add a FIXME. |
tree | commitdiff |
2010-03-31 |
Daniel Dunbar | lit: Make sure to close any files we open as part of... |
tree | commitdiff |
2010-03-29 |
Chris Lattner | Switch pattern sorting predicate from stable sort ... |
tree | commitdiff |
2010-03-29 |
Chris Lattner | revert 99795, as mentioned, it is disabled anyway. |
tree | commitdiff |
2010-03-29 |
Chris Lattner | Check in a (disabled) failed attempt to improve the... |
tree | commitdiff |
2010-03-29 |
Chris Lattner | print the complexity of the pattern being matched in the |
tree | commitdiff |
2010-03-28 |
Chris Lattner | improve type checking of SDNode operand count. This... |
tree | commitdiff |
2010-03-28 |
Chris Lattner | finally remove the immAllOnesV_bc/immAllZerosV_bc patterns |
tree | commitdiff |
2010-03-28 |
Chris Lattner | teach tblgen to allow patterns like (add (i32 (bitconve... |
tree | commitdiff |
2010-03-28 |
Chris Lattner | validate that input sdnodes don't exist in an output... |
tree | commitdiff |
2010-03-28 |
Chris Lattner | eliminate a bunch of code duplication in ParseTreePattern |
tree | commitdiff |
2010-03-28 |
Chris Lattner | SDTCisVT<0, isVoid> is not valid, reject it. |
tree | commitdiff |
2010-03-28 |
Chris Lattner | add an optimized form of OPC_EmitMergeInputChains for... |
tree | commitdiff |
2010-03-27 |
Chris Lattner | fix a long standing fixme, which required fixing a... |
tree | commitdiff |
2010-03-27 |
Chris Lattner | fix CodeGenTarget::getRegisterVTs to not return the |
tree | commitdiff |
2010-03-27 |
Chris Lattner | hoist some funky logic into CodeGenInstruction |
tree | commitdiff |
2010-03-27 |
Chris Lattner | continue pushing tblgen's support for nodes with multiple |
tree | commitdiff |
2010-03-27 |
Chris Lattner | fix a bug in my recent patch that increased opcode... |
tree | commitdiff |
2010-03-27 |
Dan Gohman | Remove an unnecessary #include. |
tree | commitdiff |
2010-03-27 |
Chris Lattner | remove parallel support. |
tree | commitdiff |
2010-03-25 |
Jakob Stoklund Olesen | Teach TableGen to understand X.Y notation in the TSFlag... |
tree | commitdiff |
2010-03-25 |
Daniel Dunbar | lit: Add LitTestCase and lit.load_test_suite, for adapt... |
tree | commitdiff |
2010-03-25 |
Chris Lattner | Change tblgen to emit FOOISD opcode names as two |
tree | commitdiff |
2010-03-25 |
Jakob Stoklund Olesen | Fix evil TableGen bug in template parameters with defaults. |
tree | commitdiff |
2010-03-24 |
Chris Lattner | add plumbing for handling multiple result nodes |
tree | commitdiff |
2010-03-24 |
Chris Lattner | implement SDTCisVTSmallerThanOp with EnforceSmallerThan |
tree | commitdiff |
2010-03-24 |
Chris Lattner | bring sanity to EnforceVectorEltType |
tree | commitdiff |
2010-03-23 |
Chris Lattner | Cleanup getImplicitType |
tree | commitdiff |
2010-03-23 |
Chris Lattner | reject void in intrinsic type lists. |
tree | commitdiff |
2010-03-23 |
Bill Wendling | Use "DISABLE_EDIS" to disable building "edis" explicitl... |
tree | commitdiff |
2010-03-22 |
Chris Lattner | Change intrinsic result type for void to store it as... |
tree | commitdiff |
2010-03-21 |
Jeffrey Yasskin | When we don't pass --vg-leak to lit, pass --leak-check... |
tree | commitdiff |
2010-03-21 |
Daniel Dunbar | Fix suggested parentheses warning. |
tree | commitdiff |
2010-03-20 |
Jeffrey Yasskin | Add support for XFAILing valgrind runs with memory... |
tree | commitdiff |
2010-03-19 |
Eric Christopher | Revert r99009 temporarily it seems to be breaking the... |
tree | commitdiff |
2010-03-19 |
Chris Lattner | Change intrinsic result type for void to store it as... |
tree | commitdiff |
2010-03-19 |
Chris Lattner | make getOperandNum a static function (since it's just... |
tree | commitdiff |
2010-03-19 |
Chris Lattner | major surgery on tblgen: generalize TreePatternNode |
tree | commitdiff |
2010-03-19 |
Ben Holt | Test commit (removed extra blank line) |
tree | commitdiff |
2010-03-19 |
Daniel Dunbar | FileCheck: Don't print "possibly intended match" line... |
tree | commitdiff |
2010-03-19 |
Torok Edwin | Set numThreads to 1 by default when Python is older... |
tree | commitdiff |
2010-03-19 |
Chris Lattner | make FillWithPossibleTypes take a predicate to filter... |
tree | commitdiff |
2010-03-19 |
Chris Lattner | resolve fixme: we now infer the instruction-level ... |
tree | commitdiff |
2010-03-19 |
Chris Lattner | add a new SDNPVariadic SDNP node flag, and use it in |
tree | commitdiff |
2010-03-19 |
Chris Lattner | rewrite EnforceSmallerThan to be less bone headed. |
tree | commitdiff |
2010-03-19 |
Daniel Dunbar | Fix -Asserts warning. |
tree | commitdiff |
2010-03-19 |
Chris Lattner | eliminate the last use of EEVT::isUnknown |
tree | commitdiff |
2010-03-19 |
Chris Lattner | Finally change the instruction looking map to be a... |
tree | commitdiff |
2010-03-19 |
Chris Lattner | make inst_begin/inst_end iterate over InstructionsByEnu... |
tree | commitdiff |
2010-03-19 |
Chris Lattner | revert 98912 |
tree | commitdiff |
2010-03-19 |
Chris Lattner | make inst_begin/inst_end iterate over InstructionsByEnu... |
tree | commitdiff |
2010-03-19 |
Chris Lattner | change Target.getInstructionsByEnumValue to return... |
tree | commitdiff |
2010-03-19 |
Chris Lattner | factor copy and paste code. |
tree | commitdiff |
2010-03-19 |
Chris Lattner | don't go through getInstructions(). |
tree | commitdiff |
2010-03-19 |
Chris Lattner | look up instructions by record, not by name. |
tree | commitdiff |
2010-03-18 |
Chris Lattner | expand tblgen's support for instructions with implicit... |
tree | commitdiff |
2010-03-18 |
Chris Lattner | infer results of a pattern from implicit defs. This... |
tree | commitdiff |
2010-03-18 |
Chris Lattner | capture implicit uses and defs in CodeGenInstruction |
tree | commitdiff |
2010-03-18 |
Chris Lattner | simplify this code, the # of sets in the pattern for... |
tree | commitdiff |
2010-03-18 |
Chris Lattner | disallow concatenation of two dags with different opera... |
tree | commitdiff |
2010-03-18 |
Chris Lattner | rewrite this to not artificially force concat the ins... |
tree | commitdiff |
2010-03-18 |
Chris Lattner | eliminate support for "ops" in the input/output list... |
tree | commitdiff |
2010-03-18 |
Chris Lattner | remove some code that was working around old sparc... |
tree | commitdiff |
2010-03-18 |
Daniel Dunbar | lit: Tweak example tests config. |
tree | commitdiff |
2010-03-18 |
Daniel Dunbar | MC/AsmMatcher: Add support for target specific "instruc... |
tree | commitdiff |
2010-03-18 |
Kovarththanan Raja... | Add an extra newline to separate PP directives from... |
tree | commitdiff |
2010-03-18 |
Jeffrey Yasskin | Avoid a problem in libc_freeres() seen on a linux-i686... |
tree | commitdiff |
next |