aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add CCAssignToStackABISizeAlign for convenience inDale Johannesen2007-11-101-0/+9
* Added -test-opts to specify test options.Evan Cheng2007-11-101-0/+1
* Initial commit of files that support building LLVM the "Apple" way.Bill Wendling2007-11-092-0/+327
* Interchange Dwarf numbers of ESP and EBP on x86 Darwin.Dale Johannesen2007-11-071-1/+1
* Remove some unnecessary C-style statics.Neil Booth2007-11-022-79/+107
* switch some calls to SelectionDAG::getTargetNode to useChris Lattner2007-10-241-4/+7
* Update this file for 2.0 syntax. Contributed by Jan RehdersAnton Korobeynikov2007-10-191-11/+12
* tblgen uses dynamic_cast heavily, so it needs rtti infoChris Lattner2007-10-181-0/+1
* Reverting unnecessary commit of generated files.Gordon Henriksen2007-10-172-51/+51
* Switching TargetMachineRegistry to use the new generic Registry.Gordon Henriksen2007-10-172-51/+51
* Updated VC++ build system.Hartmut Kaiser2007-10-171-8/+8
* One mundane change: Change ReplaceAllUsesOfValueWith to *optionally* Chris Lattner2007-10-151-2/+2
* Fix typos.Evan Cheng2007-10-121-5/+5
* If the user did not check out LLVM and request it to be built, it should be a...Tanya Lattner2007-10-021-1/+0
* Add sqrt and powi intrinsics for long double.Dale Johannesen2007-09-282-0/+8
* Rename keyword "modify" -> "implicit".Evan Cheng2007-09-251-6/+6