Age | Commit message (Expand) | Author | Files | Lines |
2009-11-06 | clang++ points out that this is pointless. | Chris Lattner | 1 | -1/+1 |
2009-11-06 | Don't print a redundant tab for inline asm, and do use the new printKill. | Dan Gohman | 1 | -2/+1 |
2009-11-03 | mark some constant global const. | Chris Lattner | 1 | -7/+8 |
2009-11-02 | Do not infer the target type for COPY_TO_REGCLASS from dest regclass, this wo... | Anton Korobeynikov | 1 | -1/+0 |
2009-10-30 | Initial target-independent CodeGen support for BlockAddresses. | Dan Gohman | 1 | -0/+1 |
2009-10-29 | Move some code from being emitted as boilerplate duplicated in every | Dan Gohman | 1 | -58/+0 |
2009-10-29 | Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a | Dan Gohman | 4 | -5/+4 |
2009-10-29 | Sorry to break the build. | Johnny Chen | 1 | -1158/+0 |
2009-10-29 | Minor tweak to forgo the the curly braces for most case blocks, except when | Johnny Chen | 1 | -0/+1158 |
2009-10-27 | 80-col violation. | Mikhail Glushenkov | 1 | -1/+2 |
2009-10-26 | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 3 | -3/+3 |
2009-10-22 | Make 'unset_option' work on list options. | Mikhail Glushenkov | 1 | -6/+6 |
2009-10-21 | Implement any_[not_]empty and list versions of switch_on and [not_]empty. | Mikhail Glushenkov | 1 | -60/+146 |
2009-10-19 | More refactoring... | Mikhail Glushenkov | 1 | -46/+55 |
2009-10-18 | Refactoring, no functionality change. | Mikhail Glushenkov | 1 | -69/+158 |
2009-10-17 | Move UnescapeString to a static function for its sole client; its inefficient... | Daniel Dunbar | 1 | -0/+23 |
2009-10-17 | Use raw_ostream::write_escaped instead of EscapeString. | Daniel Dunbar | 2 | -12/+13 |
2009-10-17 | First draft of the OptionPreprocessor. | Mikhail Glushenkov | 1 | -32/+191 |
2009-10-17 | This variable is never used. | Mikhail Glushenkov | 1 | -2/+1 |
2009-10-17 | Disallow multiple instances of PluginPriority. | Mikhail Glushenkov | 1 | -4/+10 |
2009-10-15 | Report errors correctly for unselected target intrinsics. | Jakob Stoklund Olesen | 2 | -2/+12 |
2009-10-09 | Omit the 'out_file_index != -1' check when possible. | Mikhail Glushenkov | 1 | -6/+54 |
2009-10-08 | Input files should go before all other options. | Mikhail Glushenkov | 1 | -14/+24 |
2009-10-01 | Add instruction flags: hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq. When | Evan Cheng | 3 | -0/+6 |
2009-09-28 | Introduce the TargetInstrInfo::KILL machine instruction and get rid of the | Jakob Stoklund Olesen | 4 | -9/+11 |
2009-09-28 | Add a way to query the number of input files. | Mikhail Glushenkov | 1 | -5/+21 |
2009-09-28 | A bit prettier formatting. | Mikhail Glushenkov | 1 | -3/+3 |
2009-09-25 | Improve MachineMemOperand handling. | Dan Gohman | 1 | -18/+11 |
2009-09-25 | Rename getTargetNode to getMachineNode, for consistency with the | Dan Gohman | 1 | -3/+3 |
2009-09-24 | Make the end-of-itinerary mark explicit. Some cleanup. | David Goodwin | 1 | -5/+3 |
2009-09-21 | Use raw_ostream::indent instead of passing strings. | Mikhail Glushenkov | 1 | -145/+163 |
2009-09-18 | convert some stuff to StringRef to avoid temporary std::strings. | Chris Lattner | 2 | -47/+47 |
2009-09-18 | add a comment. | Chris Lattner | 1 | -0/+5 |
2009-09-14 | slightly increase prettiness. | Chris Lattner | 1 | -2/+2 |
2009-09-14 | emit the register table as a massive string to avoid relocations. | Chris Lattner | 1 | -5/+16 |
2009-09-14 | move StringToOffsetTable out to its own header. | Chris Lattner | 2 | -56/+77 |
2009-09-14 | factor string table generation out to its own class. This changes | Chris Lattner | 1 | -50/+73 |
2009-09-13 | eliminate the TargetRegisterDesc::AsmName field, the asmprinters now have thi... | Chris Lattner | 1 | -6/+1 |
2009-09-13 | the tblgen produced 'getRegisterName' method does not access | Chris Lattner | 1 | -1/+1 |
2009-09-13 | make tblgen produce a function that returns the name for a physreg. | Chris Lattner | 2 | -8/+49 |
2009-09-11 | Eliminate some unnecessary implicit constructors in generated DAG ISel code. | Owen Anderson | 1 | -1/+1 |
2009-09-11 | PHI nodes can never reach the asmprinter, assert and die instead of printing | Chris Lattner | 1 | -1/+2 |
2009-09-10 | Distinguish between 'empty' and empty DAG marker. | Mikhail Glushenkov | 1 | -1/+1 |
2009-09-10 | Add a logical 'not' operator to llvmc's TableGen dialect. | Mikhail Glushenkov | 1 | -0/+12 |
2009-09-09 | remove DebugLoc from MCInst and eliminate "Comment printing" from | Chris Lattner | 1 | -4/+0 |
2009-09-09 | Fix a subtle bug in "return;" generation which caused us to miss | Chris Lattner | 1 | -22/+3 |
2009-09-09 | hoist the call to processDebugLoc out of the generated | Chris Lattner | 1 | -2/+0 |
2009-09-06 | Remove some unused variables and methods warned about by | Duncan Sands | 1 | -1/+0 |
2009-08-29 | PR4795: Remove EEVT::isFP, isInt and isVec types used by TableGen's type | Bob Wilson | 2 | -35/+46 |
2009-08-26 | Fix bad length argument to substr calls. Apparently I'm the first one to | Bob Wilson | 1 | -2/+2 |