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