| Commit message (Expand) | Author | Age | Files | Lines |
* | make m_ConstantInt(int64_t) safely match ConstantInt's that are larger than i64. | Chris Lattner | 2009-01-05 | 1 | -1/+10 |
* | Revert r61415 and r61484. Duncan was correct that these weren't needed. | Bill Wendling | 2009-01-05 | 1 | -16/+0 |
* | Extract source location info from DebugInfo. | Devang Patel | 2009-01-05 | 1 | -9/+31 |
* | Add a note about passing MVT::Other to getSetCCResultType. | Duncan Sands | 2009-01-05 | 1 | -2/+5 |
* | Add classof() methods so that dwarf writer can decide what DIDescriptor is in... | Devang Patel | 2009-01-05 | 1 | -2/+17 |
* | Add <climits>, to get the definition of CHAR_BIT. This should fix | Dan Gohman | 2009-01-05 | 1 | -0/+1 |
* | TargetLowering.h #includes SelectionDAGNodes.h, so it doesn't need its | Dan Gohman | 2009-01-05 | 2 | -7/+2 |
* | Construct stuct field DIEs. | Devang Patel | 2009-01-05 | 1 | -0/+1 |
* | Construct enumerator DIE using DebugInfo. | Devang Patel | 2009-01-05 | 1 | -1/+1 |
* | Construct array/vector type DIEs using DebugInfo. | Devang Patel | 2009-01-05 | 1 | -10/+12 |
* | Now, getTag() is used by DwarfWriter. | Devang Patel | 2009-01-05 | 1 | -3/+4 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 60 | -128/+43 |
* | eliminate tabs from my previous commit | Gabor Greif | 2009-01-05 | 1 | -1/+1 |
* | Get rid of the tagging functions and use PointerIntPair. | Gabor Greif | 2009-01-05 | 1 | -40/+5 |
* | Add a mechanism to specify attributes in getOrInsertFunction. | Nick Lewycky | 2009-01-04 | 1 | -1/+8 |
* | Add utility functions for marking parameters as noalias or nocapture. | Nick Lewycky | 2009-01-04 | 1 | -12/+39 |
* | Add several more unimplemented operator overloads to ilist_iterator | Dan Gohman | 2009-01-04 | 1 | -4/+16 |
* | add #include guards, thanks Dan. | Chris Lattner | 2009-01-04 | 1 | -0/+5 |
* | Remove the code from the scheduler that commuted two-address | Dan Gohman | 2009-01-03 | 1 | -3/+0 |
* | * Alphabetized system headers per the style guide | Misha Brukman | 2009-01-02 | 4 | -12/+10 |
* | Reimplement the old and horrible bison parser for .ll files with a nice | Chris Lattner | 2009-01-02 | 1 | -7/+17 |
* | Fix typo. | Nick Lewycky | 2009-01-02 | 1 | -1/+1 |
* | Fix PR3274: when promoting the condition of a BRCOND node, | Duncan Sands | 2009-01-01 | 1 | -1/+1 |
* | Some compilers are picky about accessing the first element of a std::vector if | Bill Wendling | 2009-01-01 | 1 | -2/+5 |
* | Don't analyze arguments already marked 'nocapture'. | Duncan Sands | 2008-12-31 | 1 | -0/+4 |
* | Fixed grammar and capitalization. | Misha Brukman | 2008-12-31 | 1 | -5/+4 |
* | Rename AddReadAttrs to FunctionAttrs, and teach it how | Duncan Sands | 2008-12-31 | 2 | -3/+5 |
* | Add a new Attribute::getAlignmentFromAttrs method. | Chris Lattner | 2008-12-31 | 1 | -5/+11 |
* | Linux wants the FDE initial location and address range to be forced to 32-bit. | Bill Wendling | 2008-12-29 | 1 | -0/+8 |
* | move select validation logic into a shared place where the select ctor, | Chris Lattner | 2008-12-29 | 1 | -0/+5 |
* | Forgot to commit this file. | Owen Anderson | 2008-12-28 | 1 | -0/+10 |
* | implement simplify_type for PATypeHolder so that isa<FooType>(PATypeHolder) | Chris Lattner | 2008-12-27 | 1 | -0/+16 |
* | Darwin likes for the EH frame to be non-local. | Bill Wendling | 2008-12-24 | 1 | -0/+7 |
* | GCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding on Darwin. I'm not sure | Bill Wendling | 2008-12-24 | 1 | -0/+8 |
* | Clean up the atomic opcodes in SelectionDAG. | Dan Gohman | 2008-12-23 | 4 | -243/+110 |
* | Rename BuildSchedUnits to BuildSchedGraph, and refactor the | Dan Gohman | 2008-12-23 | 3 | -8/+13 |
* | Comment MO_FPImmediate and doxygenate surrounding comments. | Dan Gohman | 2008-12-23 | 1 | -9/+9 |
* | Refactor a bunch of code out of AsmPrinter::EmitGlobalConstant into separate | Dan Gohman | 2008-12-22 | 1 | -0/+8 |
* | Add an assertion to the ScheduleDAGInstrs class to catch SUnits | Dan Gohman | 2008-12-22 | 1 | -0/+4 |
* | Add an accesor for the isNormalMemory field in the SDep class. | Dan Gohman | 2008-12-22 | 1 | -0/+7 |
* | Add an assertion to catch SUnits reallocations. And add a doxygen | Dan Gohman | 2008-12-22 | 1 | -0/+18 |
* | Clarify a comment. | Dan Gohman | 2008-12-22 | 1 | -1/+2 |
* | Reword the comment for ConstantInt's getLimitedValue. | Dan Gohman | 2008-12-20 | 1 | -3/+5 |
* | LiveInterval::removeKills and isKill don't need 'this' and | Dan Gohman | 2008-12-20 | 1 | -2/+2 |
* | Fix PR3149. If an early clobber def is a physical register and it is tied to ... | Evan Cheng | 2008-12-19 | 1 | -3/+7 |
* | Add dyn_cast_or_null bindings for some additional classes missed in r61252. | Gordon Henriksen | 2008-12-19 | 1 | -1/+18 |
* | C bindings for dyn_cast_or_null. | Gordon Henriksen | 2008-12-19 | 1 | -10/+65 |
* | Add support for writing LLVM IR to a specified BitstreamWriter. | Chris Lattner | 2008-12-19 | 2 | -0/+8 |
* | Fix bug 3202. | Rafael Espindola | 2008-12-19 | 1 | -0/+6 |
* | Resubmit support for the 'nocapture' attribute. | Nick Lewycky | 2008-12-19 | 1 | -13/+26 |