Age | Commit message (Expand) | Author |
2012-01-23 | Add support for .cfi_signal_frame. Fixes pr11762. | Rafael Espindola |
2012-01-23 | Various public StringMap methods take or return "MapEntryTy", make it public. | Chris Lattner |
2012-01-23 | copyImplicitOps is redundant here - the loop above already copies these ops. | Lang Hames |
2012-01-23 | Fix PR11829. PostRA LICM was too aggressive. | Jakob Stoklund Olesen |
2012-01-23 | Simplify debug output. | Jakob Stoklund Olesen |
2012-01-23 | Intel syntax: Parse memory operand with empty base reg, e.g. DWORD PTR [4*RDI] | Devang Patel |
2012-01-23 | Simplify some NEON assembly pseudo definitions. | Jim Grosbach |
2012-01-23 | Silence warnings in -asserts build | Matt Beaumont-Gay |
2012-01-23 | Intel syntax: Parse segment registers. | Devang Patel |
2012-01-23 | convert CAZ, UndefValue, and CPN to use DenseMap's again, this time without | Chris Lattner |
2012-01-23 | revert r148688 too, this isn't safe for DenseMap use. When DenseMap resizes,... | Chris Lattner |
2012-01-23 | revert r148691 and 148693 | Chris Lattner |
2012-01-23 | Implemented AddressSanitizer::getPassName() | Alexander Potapenko |
2012-01-23 | ARMAsmPrinter.cpp: Try to fix up r148686. EnableARMEHABI was also here. | NAKAMURA Takumi |
2012-01-23 | switch UndefValue and ConstantPointerNull over to DenseMap's for uniquing. | Chris Lattner |
2012-01-23 | Fix broken link. | Nick Lewycky |
2012-01-23 | Replace a use of ConstantUniqueMap for CAZ constants with a simple DenseMap. | Chris Lattner |
2012-01-23 | allow OwningPtr to be copy constructed if null, which is required to | Chris Lattner |
2012-01-23 | Custom lower PCMPEQ/PCMPGT intrinsics to target specific nodes and remove the... | Craig Topper |
2012-01-23 | An option to selectively enable parts of ARM EHABI support. | Evgeniy Stepanov |
2012-01-23 | Update more places to use target specific nodes for vector shifts instead of ... | Craig Topper |
2012-01-23 | Custom lower vector shift intrinsics to target specific nodes and remove the ... | Craig Topper |
2012-01-23 | Avoid using an invalidated iterator. | Rafael Espindola |
2012-01-23 | The iteration order over a std::set<Module*> depends on the addresses of the | Rafael Espindola |
2012-01-23 | Remove pattern fragments for v32i8, v16i16, v8i32, v16i8, v8i16, and v4i32 lo... | Craig Topper |
2012-01-23 | Make Value::isDereferenceablePointer() handle unreachable code blocks. (This | Nick Lewycky |
2012-01-22 | Combine X86 CMPPD and CMPPS node types. Simplifies selection code and pattern... | Craig Topper |
2012-01-22 | Merge PCMPEQB/PCMPEQW/PCMPEQD/PCMPEQQ and PCMPGTB/PCMPGTW/PCMPGTD/PCMPGTQ X86... | Craig Topper |
2012-01-22 | Use Attributes::None instead of 0 after r148553 change on Attributes from uns... | Nicolas Geoffray |
2012-01-22 | Add target specific ISD node types for SSE/AVX vector shuffle instructions an... | Craig Topper |
2012-01-22 | Add an option to disable buggy copy propagation pass | Anton Korobeynikov |
2012-01-22 | unittests/Support/Casting.cpp: [PR8226] Workaround for MSVC|Debug. | NAKAMURA Takumi |
2012-01-22 | Add fused multiple+add instructions from VFPv4. | Anton Korobeynikov |
2012-01-22 | Remove trailing spaces | Eli Bendersky |
2012-01-22 | Remove trailing spaces | Eli Bendersky |
2012-01-22 | Basic runtime dynamic loading capabilities added to ELFObjectFile, implemented | Eli Bendersky |
2012-01-22 | Split the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h header to smaller... | Eli Bendersky |
2012-01-22 | Make code a little less verbose. | Craig Topper |
2012-01-22 | Help GCC along with code that's actually unreachable. | David Blaikie |
2012-01-22 | Remove unused X86 ISD node type defines. | Craig Topper |
2012-01-22 | Move some vector shift patterns into their instruction definitions. | Craig Topper |
2012-01-21 | Add memory patterns for some of the fp<->integer conversion instructions. Fol... | Craig Topper |
2012-01-21 | Remove unreachable defaults from gtest. | David Blaikie |
2012-01-21 | Remove unused variables. | Benjamin Kramer |
2012-01-21 | Fix PR11819 introduced by r148537. I'd commit the test case, but the generate... | Craig Topper |
2012-01-21 | Fix an obvious typo. | Evan Cheng |
2012-01-21 | Handle register masks in LiveVariables. | Jakob Stoklund Olesen |
2012-01-21 | RuntimeDyld alignment adjustment from MachO file. | Jim Grosbach |
2012-01-21 | Thumb2 'add rd, pc, imm' alternate form for 'adr' instruction. | Jim Grosbach |
2012-01-20 | Delete an unused member variable. | Jakob Stoklund Olesen |