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 |
2012-01-19 |
Devang Patel | Post process 'and', 'sub' instructions and select bette... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Nick Lewycky | Actually, this code handles wrapped sets just fine... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Devang Patel | Intel syntax: There is no need to create unary expr... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Devang Patel | Post process 'xor', 'or' and 'cmp' instructions and... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Evgeniy Stepanov | Emit ARM EHABI unwinding instructions for 3 more Thumb... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Craig Topper | Folding table additions and fixes for AVX. |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Craig Topper | Merge 128-bit and 256-bit SHUFPS/SHUFPD handling. |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Evan Cheng | More bundle related API additions. |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Evan Cheng | Rewriter should definitly rewrite instructions inside... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Chris Lattner | Introduce a new MutableArrayRef class, which refers... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Evan Cheng | Enhance finalizeBundle to return end of bundle iterator... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Jim Grosbach | ARM assembly diagnostic caret in better position for... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Jim Grosbach | Thumb2 relaxation for tADR to t2ADR. |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Jim Grosbach | Add comment and fix range check in condition. |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Jim Grosbach | Add testcase. |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Lang Hames | Added methods to get the live range immediately before... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Nick Lewycky | Space after punctuation. |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Evan Cheng | - Slight change to finalizeBundle() interface. LastMI... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Nick Lewycky | Add a TargetOption for disabling tail calls. |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Evan Cheng | Rename Finalizebundle to finalizeBundle to conform... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Jakob Stoklund... | Add experimental -x86-use-regmask command line option. |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Jakob Stoklund... | Ignore register mask operands when lowering instruction... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Jakob Stoklund... | Add a RegisterMaskSDNode class. |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Rafael Espindola | Add support for the gnueabihf environment. Patch by... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Jim Grosbach | Thumb2 alternate syntax for LDR(literal) and friends. |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Devang Patel | Process instructions after match to select alternative... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Jim Grosbach | Replace FIXME with explanatory comment. |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Jim Grosbach | Thumb2 relaxation for LDR(literal). |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Jim Grosbach | MCAssembler tweak for determining when a symbol differe... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Jim Grosbach | Rename pattern for clarity. |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Dan Gohman | Add a depth limit to avoid runaway recursion. |
commit | commitdiff | tree | snapshot |
next |