aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
...
* further simplifications and cleanupChris Lattner2008-01-062-39/+65
* simplify some codeChris Lattner2008-01-062-19/+12
* rename CodegenDAGPatterns -> CodeGenDAGPatternsChris Lattner2008-01-064-53/+53
* split enum emission out from InstrInfoEmitter into it's own tblgen backend.Chris Lattner2008-01-065-39/+89
* fix build on case sensitive file systems.Chris Lattner2008-01-051-3/+1
* now that computing CodegenDAGPatterns doesn't implicitly print stuff Chris Lattner2008-01-052-30/+25
* move Node Transformation printing from CodeGenDAGPatterns -> DAGISelEmitter.Chris Lattner2008-01-054-23/+50
* move predicate printing code from CodeGenDAGPatterns -> DAGISelEmitter.Chris Lattner2008-01-054-36/+69
* fix a fixme by improving const correctness.Chris Lattner2008-01-053-26/+26
* change getQualifiedName to be a global function.Chris Lattner2008-01-059-2678/+2772
* Change the builtin matcher to emit a decision tree, which should help out Chris Lattner2008-01-041-8/+108
* Don't let IntrinsicID be uninitialized if it doesn't match.Chris Lattner2008-01-041-1/+1
* Remove the default else. This was ending in code that looked like this:Bill Wendling2008-01-031-2/+0
* Fix a build problem with VC++ by not doing the target prefixChris Lattner2008-01-021-13/+24
* tblgen shouldn't include headers from llvm codegen.Chris Lattner2007-12-301-3/+3
* remove attributions from utils.Chris Lattner2007-12-2936-72/+72
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-294-8/+8
* Added special support for stripping CRLF characters that may appear in theTed Kremenek2007-12-241-2/+4
* Modified to support comments better.Bill Wendling2007-12-191-53/+42
* Ignore shell scripts when doing "dsymutil" call.Bill Wendling2007-12-181-1/+2
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-171-1/+1
* Add flags to indicate that there are "never" side effects or that there "may be"Bill Wendling2007-12-143-3/+12
* Oops. Forgot these.Evan Cheng2007-12-133-0/+3
* Reverting 44702. It wasn't correct to rename them.Bill Wendling2007-12-081-19/+19
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-032-49/+11
* Change LinkTimeOptimizer.h install location.Devang Patel2007-12-011-4/+6
* Change lib lto install location.Devang Patel2007-11-301-0/+9
* Updated GenLibDeps.pl to employ "use strict" to help prevent uses of variablesTed Kremenek2007-11-271-13/+16
* Add TGParser files to VStudio project files. Removed generated files section...Chuck Rose III2007-11-261-0/+2
* add missing #includeChris Lattner2007-11-221-0/+1
* resolve the last fixme's in the new tblgen parser.Chris Lattner2007-11-221-6/+4
* change the Init print methods to return strings, and implement Chris Lattner2007-11-222-51/+58
* eliminate a bunch of print methods that are duplicate with the getAsString() ...Chris Lattner2007-11-222-17/+1
* Rewrite the tblgen parser in a recursive descent style, eliminating the bison...Chris Lattner2007-11-2210-3928/+1661
* Switching back to strtoll. Including config.h. On VStudio builds, this overr...Chuck Rose III2007-11-211-3/+4
* This change does a couple of things. First it gets the Visual Studio builds ...Chuck Rose III2007-11-211-3/+6
* Add the ability to convert a tblgen type to a string.Chris Lattner2007-11-202-3/+21
* Record the start of the current token, for use in error reporting.Chris Lattner2007-11-192-6/+11
* Add carat diagnostics to tblgen lexer errors.Chris Lattner2007-11-192-33/+59
* minor cleanupsChris Lattner2007-11-181-2/+2
* ensure header is self contained.Chris Lattner2007-11-181-1/+1
* reimplement the tblgen lexer with a simple hand-written lexer. This eliminatesChris Lattner2007-11-186-2494/+516
* Eliminate the recently introduced CCAssignToStackABISizeAlignDuncan Sands2007-11-141-12/+14
* Add parameter to getDwarfRegNum to permit targetsDale Johannesen2007-11-131-1/+1
* Move SYSCTL stuff close to where it's used.Bill Wendling2007-11-121-15/+15
* Build universal llvm.Devang Patel2007-11-121-8/+4
* Add a flag for indirect branch instructions.Owen Anderson2007-11-123-0/+3
* Fix on 64-bit machines.Owen Anderson2007-11-121-1/+1
* Use TableGen to emit information for dwarf register numbers. Anton Korobeynikov2007-11-111-14/+53
* Add convenient helper to obtain list of intsAnton Korobeynikov2007-11-112-1/+26