summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Now that Evan Cheng has fixed the coalescer bug (r100804), the workaround codeJohnny Chen2010-04-08
* Various MSVC warning fixes about truncated 64 bit shifts and const pointers p...Benjamin Kramer2010-04-08
* Use errs instead of fprintf.Benjamin Kramer2010-04-08
* Added support for ARM disassembly to edis.Sean Callanan2010-04-08
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-07
* add newlines at end of files.Chris Lattner2010-04-07
* Fixed a bug where the disassembler would allow an immediateSean Callanan2010-04-07
* Fix typo and correct comment somewhat.Eric Christopher2010-04-07
* Re-enable ARM/Thumb disassembler and add a workaround for a memcpy() call inJohnny Chen2010-04-07
* Initial support for different kinds of FU reservation.Anton Korobeynikov2010-04-07
* stringref-ize the MemoryBuffer::get apis. This requiresChris Lattner2010-04-05
* Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.Jakob Stoklund Olesen2010-04-05
* change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner2010-04-04
* Fix a warning in GCC about a pointless typedef.Chandler Carruth2010-04-03
* Add the new ARMDecodeEmitter to CMake build.Chandler Carruth2010-04-03
* Move variable "Bits" declaration/definition into the DEBUG block where its usageJohnny Chen2010-04-02
* Fixed build warning.Johnny Chen2010-04-02
* Change from .../Support/DataTypes.h to .../System/DataTypes.h.Johnny Chen2010-04-02
* Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgenJohnny Chen2010-04-02
* Add a FIXME.Daniel Dunbar2010-03-31
* lit: Make sure to close any files we open as part of redirection.Daniel Dunbar2010-03-31
* Switch pattern sorting predicate from stable sort -> sort, itChris Lattner2010-03-29
* revert 99795, as mentioned, it is disabled anyway.Chris Lattner2010-03-29
* Check in a (disabled) failed attempt to improve the ordering of Chris Lattner2010-03-29
* print the complexity of the pattern being matched in theChris Lattner2010-03-29
* improve type checking of SDNode operand count. This rejects all casesChris Lattner2010-03-28
* finally remove the immAllOnesV_bc/immAllZerosV_bc patternsChris Lattner2010-03-28
* teach tblgen to allow patterns like (add (i32 (bitconvert (i32 GPR))), 4), Chris Lattner2010-03-28
* validate that input sdnodes don't exist in an output pattern.Chris Lattner2010-03-28
* eliminate a bunch of code duplication in ParseTreePatternChris Lattner2010-03-28
* SDTCisVT<0, isVoid> is not valid, reject it.Chris Lattner2010-03-28
* add an optimized form of OPC_EmitMergeInputChains for the 1, 0 and Chris Lattner2010-03-28
* fix a long standing fixme, which required fixing a bunch of otherChris Lattner2010-03-27
* fix CodeGenTarget::getRegisterVTs to not return the Chris Lattner2010-03-27
* hoist some funky logic into CodeGenInstructionChris Lattner2010-03-27
* continue pushing tblgen's support for nodes with multipleChris Lattner2010-03-27
* fix a bug in my recent patch that increased opcode size to 2 bytes:Chris Lattner2010-03-27
* Remove an unnecessary #include.Dan Gohman2010-03-27
* remove parallel support.Chris Lattner2010-03-27
* Teach TableGen to understand X.Y notation in the TSFlagsFields strings.Jakob Stoklund Olesen2010-03-25
* lit: Add LitTestCase and lit.load_test_suite, for adapting lit based suites forDaniel Dunbar2010-03-25
* Change tblgen to emit FOOISD opcode names as twoChris Lattner2010-03-25
* Fix evil TableGen bug in template parameters with defaults.Jakob Stoklund Olesen2010-03-25
* add plumbing for handling multiple result nodes Chris Lattner2010-03-24
* implement SDTCisVTSmallerThanOp with EnforceSmallerThanChris Lattner2010-03-24
* bring sanity to EnforceVectorEltTypeChris Lattner2010-03-24
* Cleanup getImplicitTypeChris Lattner2010-03-23
* reject void in intrinsic type lists.Chris Lattner2010-03-23
* Use "DISABLE_EDIS" to disable building "edis" explicitly. Don't build it forBill Wendling2010-03-23
* Change intrinsic result type for void to store it as an empty listChris Lattner2010-03-22