| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some spelling in comments. | Bob Wilson | 2009-11-21 | 2 | -4/+4 |
* | Avoid a redundant assertion. | Bob Wilson | 2009-11-21 | 1 | -2/+1 |
* | TableGen/OptParser: When ordering options, make "sentinel" options appear before | Daniel Dunbar | 2009-11-19 | 1 | -3/+10 |
* | De-bork CMake build | Douglas Gregor | 2009-11-18 | 1 | -0/+1 |
* | TableGen: Add initial backend for clang Driver's option parsing. | Daniel Dunbar | 2009-11-18 | 3 | -10/+248 |
* | Implement DISABLE_INLINE for MSVC. This required changing the position in all | Benjamin Kramer | 2009-11-14 | 1 | -5/+4 |
* | Added getSubRegIndex(A,B) that returns subreg index of A to B. Use it to repl... | Evan Cheng | 2009-11-14 | 1 | -0/+18 |
* | Show command-line args and features passed into backend in debug output. Appr... | Sandeep Patel | 2009-11-11 | 1 | -0/+4 |
* | It is invalid to infer the value type from the result #0 of the node | Anton Korobeynikov | 2009-11-08 | 1 | -1/+1 |
* | clang++ points out that this is pointless. | Chris Lattner | 2009-11-06 | 1 | -1/+1 |
* | Don't print a redundant tab for inline asm, and do use the new printKill. | Dan Gohman | 2009-11-06 | 1 | -2/+1 |
* | mark some constant global const. | Chris Lattner | 2009-11-03 | 1 | -7/+8 |
* | Do not infer the target type for COPY_TO_REGCLASS from dest regclass, this wo... | Anton Korobeynikov | 2009-11-02 | 1 | -1/+0 |
* | Initial target-independent CodeGen support for BlockAddresses. | Dan Gohman | 2009-10-30 | 1 | -0/+1 |
* | Move some code from being emitted as boilerplate duplicated in every | Dan Gohman | 2009-10-29 | 1 | -58/+0 |
* | Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a | Dan Gohman | 2009-10-29 | 4 | -5/+4 |
* | Sorry to break the build. | Johnny Chen | 2009-10-29 | 1 | -1158/+0 |
* | Minor tweak to forgo the the curly braces for most case blocks, except when | Johnny Chen | 2009-10-29 | 1 | -0/+1158 |
* | 80-col violation. | Mikhail Glushenkov | 2009-10-27 | 1 | -1/+2 |
* | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 2009-10-26 | 3 | -3/+3 |
* | Make 'unset_option' work on list options. | Mikhail Glushenkov | 2009-10-22 | 1 | -6/+6 |
* | Implement any_[not_]empty and list versions of switch_on and [not_]empty. | Mikhail Glushenkov | 2009-10-21 | 1 | -60/+146 |
* | More refactoring... | Mikhail Glushenkov | 2009-10-19 | 1 | -46/+55 |
* | Refactoring, no functionality change. | Mikhail Glushenkov | 2009-10-18 | 1 | -69/+158 |
* | Move UnescapeString to a static function for its sole client; its inefficient... | Daniel Dunbar | 2009-10-17 | 1 | -0/+23 |
* | Use raw_ostream::write_escaped instead of EscapeString. | Daniel Dunbar | 2009-10-17 | 2 | -12/+13 |
* | First draft of the OptionPreprocessor. | Mikhail Glushenkov | 2009-10-17 | 1 | -32/+191 |
* | This variable is never used. | Mikhail Glushenkov | 2009-10-17 | 1 | -2/+1 |
* | Disallow multiple instances of PluginPriority. | Mikhail Glushenkov | 2009-10-17 | 1 | -4/+10 |
* | Report errors correctly for unselected target intrinsics. | Jakob Stoklund Olesen | 2009-10-15 | 2 | -2/+12 |
* | Omit the 'out_file_index != -1' check when possible. | Mikhail Glushenkov | 2009-10-09 | 1 | -6/+54 |
* | Input files should go before all other options. | Mikhail Glushenkov | 2009-10-08 | 1 | -14/+24 |
* | Add instruction flags: hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq. When | Evan Cheng | 2009-10-01 | 3 | -0/+6 |
* | Introduce the TargetInstrInfo::KILL machine instruction and get rid of the | Jakob Stoklund Olesen | 2009-09-28 | 4 | -9/+11 |
* | Add a way to query the number of input files. | Mikhail Glushenkov | 2009-09-28 | 1 | -5/+21 |
* | A bit prettier formatting. | Mikhail Glushenkov | 2009-09-28 | 1 | -3/+3 |
* | Improve MachineMemOperand handling. | Dan Gohman | 2009-09-25 | 1 | -18/+11 |
* | Rename getTargetNode to getMachineNode, for consistency with the | Dan Gohman | 2009-09-25 | 1 | -3/+3 |
* | Make the end-of-itinerary mark explicit. Some cleanup. | David Goodwin | 2009-09-24 | 1 | -5/+3 |
* | Use raw_ostream::indent instead of passing strings. | Mikhail Glushenkov | 2009-09-21 | 1 | -145/+163 |
* | convert some stuff to StringRef to avoid temporary std::strings. | Chris Lattner | 2009-09-18 | 2 | -47/+47 |
* | add a comment. | Chris Lattner | 2009-09-18 | 1 | -0/+5 |
* | slightly increase prettiness. | Chris Lattner | 2009-09-14 | 1 | -2/+2 |
* | emit the register table as a massive string to avoid relocations. | Chris Lattner | 2009-09-14 | 1 | -5/+16 |
* | move StringToOffsetTable out to its own header. | Chris Lattner | 2009-09-14 | 2 | -56/+77 |
* | factor string table generation out to its own class. This changes | Chris Lattner | 2009-09-14 | 1 | -50/+73 |
* | eliminate the TargetRegisterDesc::AsmName field, the asmprinters now have thi... | Chris Lattner | 2009-09-13 | 1 | -6/+1 |
* | the tblgen produced 'getRegisterName' method does not access | Chris Lattner | 2009-09-13 | 1 | -1/+1 |
* | make tblgen produce a function that returns the name for a physreg. | Chris Lattner | 2009-09-13 | 2 | -8/+49 |
* | Eliminate some unnecessary implicit constructors in generated DAG ISel code. | Owen Anderson | 2009-09-11 | 1 | -1/+1 |