| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Explicitly cast the second argument to unsigned in order to select the | Chandler Carruth | 2011-07-15 | 1 | -1/+1 |
| * | Add an APFloat::convertToInt(APSInt) function that automatically manages the | Jeffrey Yasskin | 2011-07-15 | 3 | -0/+69 |
| * | Reverting r135232. It's causing infinite looping in DbgScope::openInsnRange. | Evan Cheng | 2011-07-15 | 1 | -13/+5 |
| * | remove the old and dangerous uncheckedReplaceAllUsesWith method, | Chris Lattner | 2011-07-15 | 3 | -32/+14 |
| * | devirtualize Constant::isNullValue: | Chris Lattner | 2011-07-15 | 4 | -60/+15 |
| * | start using the new helper methods a bit. | Chris Lattner | 2011-07-15 | 4 | -23/+21 |
| * | add CFP::isNegative() and ConstnatInt::isNegative() methods. | Chris Lattner | 2011-07-15 | 3 | -8/+16 |
| * | bump pointer allocate LLVM IR types, since they are never deallocated. | Chris Lattner | 2011-07-15 | 3 | -38/+23 |
| * | remove the InvalidateStructLayoutInfo API, which is dead and unnecessary now | Chris Lattner | 2011-07-15 | 4 | -35/+0 |
| * | Remove an unnecessary header from this file. I don't think this header | Chandler Carruth | 2011-07-15 | 1 | -1/+0 |
| * | The *MCAsmInfo.cpp files use ADT/Triple code, so add the Support dep. | Chandler Carruth | 2011-07-15 | 1 | -3/+3 |
| * | Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest | Evan Cheng | 2011-07-15 | 21 | -84/+125 |
| * | Remove setting the bit for personality function. It should be set by the linker. | Bill Wendling | 2011-07-15 | 1 | -3/+0 |
| * | Major update to CMake build to reflect changes in r135219 in the | Chandler Carruth | 2011-07-15 | 11 | -14/+30 |
| * | Add new configure option, --with-bug-report-url, which allows users/vendors to | Chad Rosier | 2011-07-15 | 1 | -0/+8 |
| * | Do not get confused by multiple empty lexical scopes inlined at one location. | Devang Patel | 2011-07-15 | 1 | -5/+13 |
| * | Output MachO section names in the form SEGMENT,section. | Benjamin Kramer | 2011-07-15 | 1 | -2/+2 |
| * | Add support for 64 bit objects to MachOObjectFile. | Benjamin Kramer | 2011-07-15 | 1 | -21/+77 |
| * | MachOObjectFile: Change isSectionText to return true for sections named text,... | Benjamin Kramer | 2011-07-15 | 1 | -4/+3 |
| * | Encode that we have a personality function. | Bill Wendling | 2011-07-15 | 1 | -0/+3 |
| * | Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge... | Evan Cheng | 2011-07-14 | 92 | -201/+304 |
| * | CMake: Add a new configuration option LLVM_BUILD_CLANG that's | Douglas Gregor | 2011-07-14 | 1 | -1/+4 |
| * | * If we have an LSDA, we need to mark it in the encoding. | Bill Wendling | 2011-07-14 | 1 | -1/+5 |
| * | Refactor. | Devang Patel | 2011-07-14 | 2 | -19/+9 |
| * | cmake/modules/LLVMLibDeps.cmake: Update since r135184. | NAKAMURA Takumi | 2011-07-14 | 1 | -16/+27 |
| * | Eliminate redundant LLVMContext argument. | Devang Patel | 2011-07-14 | 2 | -9/+11 |
| * | Undo r135191 (i.e. reapply Chris's patch. Now linker maps NamedMDNodes first,... | Devang Patel | 2011-07-14 | 1 | -2/+3 |
| * | Link NamedMDNode before linking function bodies. | Devang Patel | 2011-07-14 | 1 | -5/+5 |
| * | ARM diagnostic when 's' suffix on mnemonic that can't set flags. | Jim Grosbach | 2011-07-14 | 2 | -7/+15 |
| * | * Redo the permutation encoding for frameless stacks to be more like what the | Bill Wendling | 2011-07-14 | 1 | -44/+73 |
| * | Add dump() | Devang Patel | 2011-07-14 | 2 | -0/+18 |
| * | Add OperandTypes for Thumb branch targets. | Benjamin Kramer | 2011-07-14 | 1 | -0/+3 |
| * | Port operand types for ARM and X86 over from EDIS to the .td files. | Benjamin Kramer | 2011-07-14 | 3 | -1/+18 |
| * | Add a new field to MCOperandInfo that contains information about the type of ... | Benjamin Kramer | 2011-07-14 | 5 | -6/+35 |
| * | Add some testcases for ARM MLA/MLS instructions. | Jim Grosbach | 2011-07-14 | 2 | -3/+23 |
| * | ARM MCRR/MCRR2 immediate operand range checking. | Jim Grosbach | 2011-07-14 | 5 | -8/+17 |
| * | revert r135172 until Devang and I figure out the right answer. | Chris Lattner | 2011-07-14 | 1 | -3/+2 |
| * | ARM MCR/MCR2 assembly parsing operand constraints. | Jim Grosbach | 2011-07-14 | 5 | -12/+36 |
| * | After type-system-rewrite branch update the Cpp backend to not use OpaqueType. | Nicolas Geoffray | 2011-07-14 | 1 | -103/+46 |
| * | Enable some tests we now handle correctly. | Jim Grosbach | 2011-07-14 | 1 | -18/+9 |
| * | Next round of MC refactoring. This patch factor MC table instantiations, MC | Evan Cheng | 2011-07-14 | 134 | -495/+1285 |
| * | simplify this logic now that GlobalAlias::isDeclaration is fixed. | Chris Lattner | 2011-07-14 | 1 | -4/+2 |
| * | Fix GlobalValue::isDeclaration() to always consider aliases to be definitions. | Chris Lattner | 2011-07-14 | 1 | -3/+2 |
| * | Check register class matching instead of width of type matching | Eric Christopher | 2011-07-14 | 4 | -10/+28 |
| * | Reorganize ARM assembler aliases. | Jim Grosbach | 2011-07-14 | 1 | -14/+19 |
| * | Add LLVMConstNamedStruct to the C api to let its users create constants | Rafael Espindola | 2011-07-14 | 2 | -0/+13 |
| * | DebugLoc's don't hide any interesting types for TypeFinder to find. | Chris Lattner | 2011-07-14 | 1 | -1/+1 |
| * | manually copy debugloc over to a new instruction in clone() instead | Chris Lattner | 2011-07-14 | 1 | -1/+3 |
| * | Stop the ValueMapper from calling getAllMetadata, which unpacks DebugLoc into | Chris Lattner | 2011-07-14 | 1 | -2/+3 |
| * | Add 256-bit load/store recognition and matching in several places. | Bruno Cardoso Lopes | 2011-07-14 | 3 | -4/+98 |