summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* 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
* Interchange Dwarf numbers of ESP and EBP on x86 Darwin.Dale Johannesen2007-11-07
* Remove some unnecessary C-style statics.Neil Booth2007-11-02
* switch some calls to SelectionDAG::getTargetNode to useChris Lattner2007-10-24
* Update this file for 2.0 syntax. Contributed by Jan RehdersAnton Korobeynikov2007-10-19
* tblgen uses dynamic_cast heavily, so it needs rtti infoChris Lattner2007-10-18
* Reverting unnecessary commit of generated files.Gordon Henriksen2007-10-17
* Switching TargetMachineRegistry to use the new generic Registry.Gordon Henriksen2007-10-17
* Updated VC++ build system.Hartmut Kaiser2007-10-17
* One mundane change: Change ReplaceAllUsesOfValueWith to *optionally* Chris Lattner2007-10-15
* Fix typos.Evan Cheng2007-10-12
* If the user did not check out LLVM and request it to be built, it should be a...Tanya Lattner2007-10-02
* Add sqrt and powi intrinsics for long double.Dale Johannesen2007-09-28
* Rename keyword "modify" -> "implicit".Evan Cheng2007-09-25
* Add CopyCost to TargetRegisterClass. This specifies the cost of copying a valueEvan Cheng2007-09-19
* Bug fix and minor clean up of generated code.Evan Cheng2007-09-17
* regenerateChris Lattner2007-09-17
* Remove spurious consts. This fixes warnings with compilers thatDan Gohman2007-09-14