summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
...
* split enum emission out from InstrInfoEmitter into it's own tblgen backend.Chris Lattner2008-01-06
* fix build on case sensitive file systems.Chris Lattner2008-01-05
* now that computing CodegenDAGPatterns doesn't implicitly print stuff Chris Lattner2008-01-05
* move Node Transformation printing from CodeGenDAGPatterns -> DAGISelEmitter.Chris Lattner2008-01-05
* move predicate printing code from CodeGenDAGPatterns -> DAGISelEmitter.Chris Lattner2008-01-05
* fix a fixme by improving const correctness.Chris Lattner2008-01-05
* change getQualifiedName to be a global function.Chris Lattner2008-01-05
* Change the builtin matcher to emit a decision tree, which should help out Chris Lattner2008-01-04
* Don't let IntrinsicID be uninitialized if it doesn't match.Chris Lattner2008-01-04
* Remove the default else. This was ending in code that looked like this:Bill Wendling2008-01-03
* Fix a build problem with VC++ by not doing the target prefixChris Lattner2008-01-02
* tblgen shouldn't include headers from llvm codegen.Chris Lattner2007-12-30
* remove attributions from utils.Chris Lattner2007-12-29
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-29
* Added special support for stripping CRLF characters that may appear in theTed Kremenek2007-12-24
* Modified to support comments better.Bill Wendling2007-12-19
* Ignore shell scripts when doing "dsymutil" call.Bill Wendling2007-12-18
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-17
* Add flags to indicate that there are "never" side effects or that there "may be"Bill Wendling2007-12-14
* Oops. Forgot these.Evan Cheng2007-12-13
* Reverting 44702. It wasn't correct to rename them.Bill Wendling2007-12-08
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-03
* Change LinkTimeOptimizer.h install location.Devang Patel2007-12-01
* Change lib lto install location.Devang Patel2007-11-30
* Updated GenLibDeps.pl to employ "use strict" to help prevent uses of variablesTed Kremenek2007-11-27
* Add TGParser files to VStudio project files. Removed generated files section...Chuck Rose III2007-11-26
* add missing #includeChris Lattner2007-11-22
* resolve the last fixme's in the new tblgen parser.Chris Lattner2007-11-22
* change the Init print methods to return strings, and implement Chris Lattner2007-11-22
* eliminate a bunch of print methods that are duplicate with the getAsString() ...Chris Lattner2007-11-22
* Rewrite the tblgen parser in a recursive descent style, eliminating the bison...Chris Lattner2007-11-22
* Switching back to strtoll. Including config.h. On VStudio builds, this overr...Chuck Rose III2007-11-21
* This change does a couple of things. First it gets the Visual Studio builds ...Chuck Rose III2007-11-21
* Add the ability to convert a tblgen type to a string.Chris Lattner2007-11-20
* Record the start of the current token, for use in error reporting.Chris Lattner2007-11-19
* Add carat diagnostics to tblgen lexer errors.Chris Lattner2007-11-19
* minor cleanupsChris Lattner2007-11-18
* ensure header is self contained.Chris Lattner2007-11-18
* reimplement the tblgen lexer with a simple hand-written lexer. This eliminatesChris Lattner2007-11-18
* Eliminate the recently introduced CCAssignToStackABISizeAlignDuncan Sands2007-11-14
* Add parameter to getDwarfRegNum to permit targetsDale Johannesen2007-11-13
* Move SYSCTL stuff close to where it's used.Bill Wendling2007-11-12
* Build universal llvm.Devang Patel2007-11-12
* Add a flag for indirect branch instructions.Owen Anderson2007-11-12
* Fix on 64-bit machines.Owen Anderson2007-11-12
* Use TableGen to emit information for dwarf register numbers. Anton Korobeynikov2007-11-11
* Add convenient helper to obtain list of intsAnton Korobeynikov2007-11-11
* Add CCAssignToStackABISizeAlign for convenience inDale Johannesen2007-11-10
* Added -test-opts to specify test options.Evan Cheng2007-11-10
* Initial commit of files that support building LLVM the "Apple" way.Bill Wendling2007-11-09