Age | Commit message (Expand) | Author |
2009-08-11 | Add 'isCodeGenOnly' bit to Instruction .td records. | Daniel Dunbar |
2009-08-11 | Fix warnings. | Owen Anderson |
2009-08-11 | llvm-mc/AsmParser: Allow target to specific a comment delimiter, which will be | Daniel Dunbar |
2009-08-11 | struct -> class | Owen Anderson |
2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
2009-08-11 | StringRef: Add find(char) and find(StringRef). | Daniel Dunbar |
2009-08-11 | pass the TargetTriple down from each target ctor to the | Chris Lattner |
2009-08-11 | split "JumpTableDirective" (an existing hack) into a PIC and nonPIC | Chris Lattner |
2009-08-11 | Add convenience functions for creating nsw add operators. | Dan Gohman |
2009-08-11 | Revert 78680 until I figure out why it completely broke things. | Daniel Dunbar |
2009-08-11 | Link NamedMDNodes. | Devang Patel |
2009-08-11 | Add convenience functions for creating inbounds GEPs. | Dan Gohman |
2009-08-11 | add a trivial line # cache to SourceMgr to make repeated queries to | Chris Lattner |
2009-08-11 | Make LLVMContext and LLVMContextImpl classes instead of structs. | Benjamin Kramer |
2009-08-11 | Remove some unnecessary LoadInst constructors, missed during Twinification. | Daniel Dunbar |
2009-08-11 | Fix struct/class mismatch. | Benjamin Kramer |
2009-08-11 | Use isa instead of dyn_cast when the result is only converted to bool. | Dan Gohman |
2009-08-11 | Fix cut-n-pasto in comment. | Devang Patel |
2009-08-11 | Add convenience functions for creating exact sdiv operators, and | Dan Gohman |
2009-08-11 | Avoid implicitly depending on Instructions.h. | Dan Gohman |
2009-08-11 | Revert 78662 to fix broken windows build. Add a comment which explains the pr... | Benjamin Kramer |
2009-08-11 | Tidy #includes. | Dan Gohman |
2009-08-11 | Add an explicit keyword. | Dan Gohman |
2009-08-11 | ConstantFolder and NoFolder no longer require their Context members. | Dan Gohman |
2009-08-11 | Use the default copy-ctor, copy-assignment, and destructor. | Dan Gohman |
2009-08-11 | Add a comment about the additional meaning of setPreservesCFG() for | Dan Gohman |
2009-08-11 | Remove an unnecessary mutable. | Dan Gohman |
2009-08-11 | Regenerate per request of Gabor Greif (r78628) | Shantonu Sen |
2009-08-11 | Change llvm-c's ordering of contexts to make it consistent. | Erick Tryzelaar |
2009-08-11 | Remove dead metadata. | Devang Patel |
2009-08-11 | Rebuild RegScavenger::DistanceMap each time it is needed. | Jakob Stoklund Olesen |
2009-08-11 | Use vAny type to get rid of Neon intrinsics that differed only in whether | Bob Wilson |
2009-08-11 | Use new EVT::vAny type to combine Neon intrinsics for VPADD. | Bob Wilson |
2009-08-11 | Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsic | Bob Wilson |
2009-08-11 | SjLj based exception handling unwinding support. This patch is nasty, brutish | Jim Grosbach |
2009-08-10 | Modified VNInfo. The "copy" member is now a union which holds the copy for a ... | Lang Hames |
2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
2009-08-10 | Align comments. | Devang Patel |
2009-08-10 | Keep track of DIType. | Devang Patel |
2009-08-10 | llvm-mc/AsmParser: Allow .td users to redefine the names of the methods to call | Daniel Dunbar |
2009-08-10 | Rename ConvertType to ConvertConstant to avoid a name conflict on llvm-gcc. | Daniel Dunbar |
2009-08-10 | SimpleValueType-ify a few more methods on TargetLowering. | Owen Anderson |
2009-08-10 | Continue the SimpleValueType-ification. | Owen Anderson |
2009-08-10 | Convert comments to C90-style so llvm-c can import DataTypes.h. | Erick Tryzelaar |
2009-08-10 | We are not using FoldingSet for metadata uniquing anymore. | Devang Patel |
2009-08-10 | Start moving TargetLowering away from using full MVTs and towards SimpleValue... | Owen Anderson |
2009-08-10 | llvm-mc/AsmMatcher: Change assembler parser match classes to their own record | Daniel Dunbar |
2009-08-10 | Change the MDNode uniquing to a ValueMap, at Devang's request. | Owen Anderson |
2009-08-10 | split MachO section handling stuff out to its out .h/.cpp file. | Chris Lattner |
2009-08-10 | Add support for printing loop structure information in asm comments. | David Greene |