| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated GenLibDeps.pl to employ "use strict" to help prevent uses of variables | Ted Kremenek | 2007-11-27 | 1 | -13/+16 |
* | Add TGParser files to VStudio project files. Removed generated files section... | Chuck Rose III | 2007-11-26 | 1 | -0/+2 |
* | add missing #include | Chris Lattner | 2007-11-22 | 1 | -0/+1 |
* | resolve the last fixme's in the new tblgen parser. | Chris Lattner | 2007-11-22 | 1 | -6/+4 |
* | change the Init print methods to return strings, and implement | Chris Lattner | 2007-11-22 | 2 | -51/+58 |
* | eliminate a bunch of print methods that are duplicate with the getAsString() ... | Chris Lattner | 2007-11-22 | 2 | -17/+1 |
* | Rewrite the tblgen parser in a recursive descent style, eliminating the bison... | Chris Lattner | 2007-11-22 | 10 | -3928/+1661 |
* | Switching back to strtoll. Including config.h. On VStudio builds, this overr... | Chuck Rose III | 2007-11-21 | 1 | -3/+4 |
* | This change does a couple of things. First it gets the Visual Studio builds ... | Chuck Rose III | 2007-11-21 | 1 | -3/+6 |
* | Add the ability to convert a tblgen type to a string. | Chris Lattner | 2007-11-20 | 2 | -3/+21 |
* | Record the start of the current token, for use in error reporting. | Chris Lattner | 2007-11-19 | 2 | -6/+11 |
* | Add carat diagnostics to tblgen lexer errors. | Chris Lattner | 2007-11-19 | 2 | -33/+59 |
* | minor cleanups | Chris Lattner | 2007-11-18 | 1 | -2/+2 |
* | ensure header is self contained. | Chris Lattner | 2007-11-18 | 1 | -1/+1 |
* | reimplement the tblgen lexer with a simple hand-written lexer. This eliminates | Chris Lattner | 2007-11-18 | 6 | -2494/+516 |
* | Eliminate the recently introduced CCAssignToStackABISizeAlign | Duncan Sands | 2007-11-14 | 1 | -12/+14 |
* | Add parameter to getDwarfRegNum to permit targets | Dale Johannesen | 2007-11-13 | 1 | -1/+1 |
* | Move SYSCTL stuff close to where it's used. | Bill Wendling | 2007-11-12 | 1 | -15/+15 |
* | Build universal llvm. | Devang Patel | 2007-11-12 | 1 | -8/+4 |
* | Add a flag for indirect branch instructions. | Owen Anderson | 2007-11-12 | 3 | -0/+3 |
* | Fix on 64-bit machines. | Owen Anderson | 2007-11-12 | 1 | -1/+1 |
* | Use TableGen to emit information for dwarf register numbers. | Anton Korobeynikov | 2007-11-11 | 1 | -14/+53 |
* | Add convenient helper to obtain list of ints | Anton Korobeynikov | 2007-11-11 | 2 | -1/+26 |
* | Add CCAssignToStackABISizeAlign for convenience in | Dale Johannesen | 2007-11-10 | 1 | -0/+9 |
* | Added -test-opts to specify test options. | Evan Cheng | 2007-11-10 | 1 | -0/+1 |
* | Initial commit of files that support building LLVM the "Apple" way. | Bill Wendling | 2007-11-09 | 2 | -0/+327 |
* | Interchange Dwarf numbers of ESP and EBP on x86 Darwin. | Dale Johannesen | 2007-11-07 | 1 | -1/+1 |
* | Remove some unnecessary C-style statics. | Neil Booth | 2007-11-02 | 2 | -79/+107 |
* | switch some calls to SelectionDAG::getTargetNode to use | Chris Lattner | 2007-10-24 | 1 | -4/+7 |
* | Update this file for 2.0 syntax. Contributed by Jan Rehders | Anton Korobeynikov | 2007-10-19 | 1 | -11/+12 |
* | tblgen uses dynamic_cast heavily, so it needs rtti info | Chris Lattner | 2007-10-18 | 1 | -0/+1 |
* | Reverting unnecessary commit of generated files. | Gordon Henriksen | 2007-10-17 | 2 | -51/+51 |
* | Switching TargetMachineRegistry to use the new generic Registry. | Gordon Henriksen | 2007-10-17 | 2 | -51/+51 |
* | Updated VC++ build system. | Hartmut Kaiser | 2007-10-17 | 1 | -8/+8 |
* | One mundane change: Change ReplaceAllUsesOfValueWith to *optionally* | Chris Lattner | 2007-10-15 | 1 | -2/+2 |
* | Fix typos. | Evan Cheng | 2007-10-12 | 1 | -5/+5 |
* | If the user did not check out LLVM and request it to be built, it should be a... | Tanya Lattner | 2007-10-02 | 1 | -1/+0 |
* | Add sqrt and powi intrinsics for long double. | Dale Johannesen | 2007-09-28 | 2 | -0/+8 |
* | Rename keyword "modify" -> "implicit". | Evan Cheng | 2007-09-25 | 1 | -6/+6 |
* | Add CopyCost to TargetRegisterClass. This specifies the cost of copying a value | Evan Cheng | 2007-09-19 | 3 | -2/+6 |
* | Bug fix and minor clean up of generated code. | Evan Cheng | 2007-09-17 | 1 | -29/+18 |
* | regenerate | Chris Lattner | 2007-09-17 | 3 | -2348/+1511 |
* | Remove spurious consts. This fixes warnings with compilers that | Dan Gohman | 2007-09-14 | 1 | -1/+1 |
* | Initial support for multi-result patterns: | Evan Cheng | 2007-09-12 | 2 | -57/+100 |
* | Allow set operators with multiple destinations, i.e. (set x, y, (op a, b)). | Evan Cheng | 2007-09-11 | 1 | -22/+25 |
* | update this to use llvm-config, patch by Jose M. Moya | Chris Lattner | 2007-09-11 | 1 | -4/+3 |
* | TableGen no longer emit CopyFromReg nodes for implicit results in physical | Evan Cheng | 2007-09-07 | 1 | -44/+15 |
* | Always check the type of node. This prevents situations such as selecting 32-... | Evan Cheng | 2007-09-04 | 1 | -36/+30 |
* | Add MVT::fAny for overloading intrinsics on floating-point types. | Dan Gohman | 2007-08-16 | 2 | -2/+4 |
* | Make use of the llvm-ld tool's new ability to read input from stdin to extract | Reid Spencer | 2007-08-13 | 1 | -7/+7 |