2012-01-24 |
Jim Grosbach | NEON VST4(multiple 4 element structures) assembly parsing. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Jim Grosbach | NEON VLD4(multiple 4 element structures) assembly parsing. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Jim Grosbach | Tidy up. Remove some vertical space for readability. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Chandler Carruth | Revert r148686 (and r148694, a fix to it) due to a... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Jim Grosbach | Fix typo. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Jim Grosbach | NEON VST3(single element from one lane) assembly parsing. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Devang Patel | Fix typo. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Jim Grosbach | NEON VST3(multiple 3-element structures) assembly parsing. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
David Blaikie | Changing bitfield enums to unsigned ints. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Jim Grosbach | NEON VLD3(multiple 3-element structures) assembly parsing. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Anton Korobeynikov | Add missed mayStore flag to STREXD / t2STREXD |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Chris Lattner | start the implementation of a new ConstantDataVector... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Bill Wendling | Remove extraneous ';'s. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
David Blaikie | Remove dead default. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Devang Patel | Intel syntax: Robustify parsing of memory operand's... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
David Blaikie | Simplify llvm::cl::Option by using a bit field instead... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Jim Grosbach | NEON VLD3 lane-indexed assembly parsing and encoding. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Rafael Espindola | Add support for .cfi_signal_frame. Fixes pr11762. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Chris Lattner | Various public StringMap methods take or return "MapEnt... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Lang Hames | copyImplicitOps is redundant here - the loop above... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Jakob Stoklund... | Fix PR11829. PostRA LICM was too aggressive. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Jakob Stoklund... | Simplify debug output. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Devang Patel | Intel syntax: Parse memory operand with empty base... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Jim Grosbach | Simplify some NEON assembly pseudo definitions. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Matt Beaumont-Gay | Silence warnings in -asserts build |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Devang Patel | Intel syntax: Parse segment registers. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Chris Lattner | convert CAZ, UndefValue, and CPN to use DenseMap's... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Chris Lattner | revert r148688 too, this isn't safe for DenseMap use... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Chris Lattner | revert r148691 and 148693 |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Alexander Potapenko | Implemented AddressSanitizer::getPassName() |
commit | commitdiff | tree | snapshot |
2012-01-23 |
NAKAMURA Takumi | ARMAsmPrinter.cpp: Try to fix up r148686. EnableARMEHAB... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Chris Lattner | switch UndefValue and ConstantPointerNull over to Dense... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Nick Lewycky | Fix broken link. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Chris Lattner | Replace a use of ConstantUniqueMap for CAZ constants... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Chris Lattner | allow OwningPtr to be copy constructed if null, which... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Craig Topper | Custom lower PCMPEQ/PCMPGT intrinsics to target specifi... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Evgeniy Stepanov | An option to selectively enable parts of ARM EHABI... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Craig Topper | Update more places to use target specific nodes for... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Craig Topper | Custom lower vector shift intrinsics to target specific... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Rafael Espindola | Avoid using an invalidated iterator. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Rafael Espindola | The iteration order over a std::set<Module*> depends... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Craig Topper | Remove pattern fragments for v32i8, v16i16, v8i32,... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Nick Lewycky | Make Value::isDereferenceablePointer() handle unreachab... |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Craig Topper | Combine X86 CMPPD and CMPPS node types. Simplifies... |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Craig Topper | Merge PCMPEQB/PCMPEQW/PCMPEQD/PCMPEQQ and PCMPGTB/PCMPG... |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Nicolas Geoffray | Use Attributes::None instead of 0 after r148553 change... |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Craig Topper | Add target specific ISD node types for SSE/AVX vector... |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Anton Korobeynikov | Add an option to disable buggy copy propagation pass |
commit | commitdiff | tree | snapshot |
2012-01-22 |
NAKAMURA Takumi | unittests/Support/Casting.cpp: [PR8226] Workaround... |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Anton Korobeynikov | Add fused multiple+add instructions from VFPv4. |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Eli Bendersky | Remove trailing spaces |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Eli Bendersky | Remove trailing spaces |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Eli Bendersky | Basic runtime dynamic loading capabilities added to... |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Eli Bendersky | Split the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldIm... |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Craig Topper | Make code a little less verbose. |
commit | commitdiff | tree | snapshot |
2012-01-22 |
David Blaikie | Help GCC along with code that's actually unreachable. |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Craig Topper | Remove unused X86 ISD node type defines. |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Craig Topper | Move some vector shift patterns into their instruction... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Craig Topper | Add memory patterns for some of the fp<->integer conver... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
David Blaikie | Remove unreachable defaults from gtest. |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Benjamin Kramer | Remove unused variables. |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Craig Topper | Fix PR11819 introduced by r148537. I'd commit the test... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Evan Cheng | Fix an obvious typo. |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Jakob Stoklund... | Handle register masks in LiveVariables. |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Jim Grosbach | RuntimeDyld alignment adjustment from MachO file. |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Jim Grosbach | Thumb2 'add rd, pc, imm' alternate form for 'adr' instr... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Jakob Stoklund... | Delete an unused member variable. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Jim Grosbach | Fix inverted condition. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Devang Patel | Intel syntax: Robustify register parsing. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Jakob Stoklund... | Support register masks in MachineLICM. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Jakob Stoklund... | Handle register masks in DeadMachineInstructionElim. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
David Blaikie | More dead code removal (using -Wunreachable-code) |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Andrew Trick | Handle a corner case with IV chain collection with... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Andrew Trick | Test case comments missing from my previous checkin. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Devang Patel | Intel syntax: Parse ... PTR [-8] |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Devang Patel | Intel syntax: For now, disable ambiguous JMP64pcrel32... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Bob Wilson | ARM vector any_extends need to be selected to vmovl... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Jim Grosbach | TblGen diagnostic for mismatched template instantiation. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Jim Grosbach | VST2 four-register w/ update pseudos for fixed/register... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Jim Grosbach | NEON use vmov.i32 to splat some f32 values into vectors. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Benjamin Kramer | Don't use my favorite C++11 feature (comma at end of... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Kostya Serebryany | Extend Attributes to 64 bits |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Benjamin Kramer | Protect SmallVectorImpl's constructor and a few other... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Benjamin Kramer | Add missing breaks to switch. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Benjamin Kramer | Remove a bunch of unused variable assignments. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Benjamin Kramer | Remove obviously invalid early exit that prevented... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Rafael Espindola | Don't use -fvisibility-inlines-hidden on mingw to try... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Craig Topper | Improve 256-bit shuffle splitting to allow 2 sources... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Nick Lewycky | Fix CountCodeReductionForAlloca to more accurately... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Andrew Trick | SCEVExpander fixes. Affects LSR and indvars. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Craig Topper | Add support for selecting 256-bit PALIGNR. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Rafael Espindola | cmake: pass -fvisibility-inlines-hidden if it is suppor... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Eli Friedman | Remove a low-quality test which was failing on Windows... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Bill Wendling | When lowering the 'resume' instruction, look to see... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Eli Friedman | Support MSVC x86-32 sret convention. PR11688. Patch... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Chad Rosier | Fix typo. |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Benjamin Kramer | Silence warnings about mixing enums. |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Owen Anderson | Add a dump() implementation for sub-instruction MCOperands. |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Owen Anderson | Add a new form of MCOperand, for representing sub-instr... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Dan Gohman | Set the "tail" flag on pattern-matched objc_storeStrong... |
commit | commitdiff | tree | snapshot |
next |