2010-09-02 |
Eric Christopher | Add basic support for materializing constants (includin... |
tree | commitdiff |
2010-09-02 |
Chris Lattner | lets get crazy and name the header file the exact class... |
tree | commitdiff |
2010-09-02 |
Anton Korobeynikov | Properly emit __chkstk call instead of __alloca on... |
tree | commitdiff |
2010-09-02 |
Chris Lattner | stop forcing a noop AssemblyAnnotationWriter to silence... |
tree | commitdiff |
2010-09-02 |
Devang Patel | There is no need to use .set here. |
tree | commitdiff |
2010-09-02 |
Chris Lattner | reapply 112894: |
tree | commitdiff |
2010-09-02 |
Bruno Cardoso Lopes | Move insertps mask decoding to header file |
tree | commitdiff |
2010-09-02 |
Chris Lattner | revert patch, need to update clang tests too |
tree | commitdiff |
2010-09-02 |
Chris Lattner | Remove #uses comments from functions: they we're padded... |
tree | commitdiff |
2010-09-02 |
Dan Gohman | Use the FindProgramByName fallback only with known... |
tree | commitdiff |
2010-09-02 |
Anton Korobeynikov | Revert win64 changes. They seem to be incomplete |
tree | commitdiff |
2010-09-02 |
Jim Grosbach | For ARM stack frames that utilize variable sized object... |
tree | commitdiff |
2010-09-02 |
Chris Lattner | fix more AST updating bugs, correcting miscompilation... |
tree | commitdiff |
2010-09-02 |
Owen Anderson | Remove incorrect and poorly tested code for trying... |
tree | commitdiff |
2010-09-02 |
Anton Korobeynikov | Properly allocate win64 shadow reg area. |
tree | commitdiff |
2010-09-02 |
John McCall | After some discussion with djg, teach SmallVector to... |
tree | commitdiff |
2010-09-02 |
Bruno Cardoso Lopes | Move decoding of insertps back to avoid unused warnings... |
tree | commitdiff |
2010-09-02 |
Devang Patel | Detect undef value early and save unnecessary NodeMap... |
tree | commitdiff |
2010-09-02 |
Dan Gohman | Don't narrow the load and store in a load+twiddle+store... |
tree | commitdiff |
2010-09-02 |
Devang Patel | Tidy up. |
tree | commitdiff |
2010-09-02 |
Jim Grosbach | trailing whitespace |
tree | commitdiff |
2010-09-02 |
Benjamin Kramer | Add AsmParser support for the ELF .previous directive... |
tree | commitdiff |
2010-09-02 |
Jim Grosbach | remove trailing whitespace |
tree | commitdiff |
2010-09-02 |
Bruno Cardoso Lopes | Move x86 specific shuffle mask decoding to its own... |
tree | commitdiff |
2010-09-02 |
Jim Grosbach | The scavenger should just use getAllocatableSet() rathe... |
tree | commitdiff |
2010-09-02 |
Dan Gohman | Apply a patch from Kees van Reeuwijk to add support... |
tree | commitdiff |
2010-09-02 |
Owen Anderson | Fix a bug in LazyValueInfo that CorrelatedValuePropagat... |
tree | commitdiff |
2010-09-02 |
Jim Grosbach | handle case where a register class is specified |
tree | commitdiff |
2010-09-02 |
Jim Grosbach | Now that register allocation properly considers reserve... |
tree | commitdiff |
2010-09-02 |
Benjamin Kramer | Allow MCSA_WeakRef in ELF. Patch by Roman Divacky. |
tree | commitdiff |
2010-09-02 |
Jim Grosbach | Anti-dependency breaking needs to be careful not to... |
tree | commitdiff |
2010-09-02 |
Devang Patel | Fix .debug_range for linux. Patch by Krister Wombell. |
tree | commitdiff |
2010-09-02 |
Jim Grosbach | Mask out reserved registers when constructing the set... |
tree | commitdiff |
2010-09-02 |
Bob Wilson | Fill in a missing comment. |
tree | commitdiff |
2010-09-02 |
Bob Wilson | Convert VLD1 and VLD2 instructions to use pseudo-instru... |
tree | commitdiff |
2010-09-02 |
Duncan Sands | Print the number of uses of a function in the .ll since... |
tree | commitdiff |
2010-09-02 |
Lang Hames | Added support for register allocators to record which... |
tree | commitdiff |
2010-09-02 |
Duncan Sands | Reapply commit 112699, speculatively reverted by echris... |
tree | commitdiff |
2010-09-02 |
Chandler Carruth | Silence an ambiguous else warning from GCC. |
tree | commitdiff |
2010-09-02 |
Lang Hames | Added counters for PBQP reduction rules. |
tree | commitdiff |
2010-09-02 |
Bruno Cardoso Lopes | Replace unpckl_undef and unpckh_undef matching with... |
tree | commitdiff |
2010-09-02 |
Bruno Cardoso Lopes | Move condition out to prepare for more matching |
tree | commitdiff |
2010-09-02 |
Bruno Cardoso Lopes | Remove checking for isUNPCKL_v_undef_Mask, the specific... |
tree | commitdiff |
2010-09-02 |
NAKAMURA Takumi | llvm::FindExecutable(): Retrieve the name with suffix... |
tree | commitdiff |
2010-09-02 |
Bruno Cardoso Lopes | become more strict about when it's safe to use X86ISD... |
tree | commitdiff |
2010-09-02 |
Eric Christopher | Clang's -ccc-host-triple was ignoring the arch specifie... |
tree | commitdiff |
2010-09-02 |
Eric Christopher | This should be TargetMaterializeConstant instead. |
tree | commitdiff |
2010-09-02 |
Eric Christopher | One definition of isThumb is plenty, thanks. |
tree | commitdiff |
2010-09-02 |
Jim Grosbach | Remove trailing whitespace |
tree | commitdiff |
2010-09-02 |
Eric Christopher | Rework arm fast-isel load and store handling. Move... |
tree | commitdiff |
2010-09-02 |
Jim Grosbach | Add a bit of debug output for register scavenging |
tree | commitdiff |
2010-09-02 |
Jim Grosbach | trivial cleanup |
tree | commitdiff |
2010-09-01 |
Jim Grosbach | Simplify the tGPR register class now that the register... |
tree | commitdiff |
2010-09-01 |
Bob Wilson | Remove NEON vmull, vmlal, and vmlsl intrinsics, replaci... |
tree | commitdiff |
2010-09-01 |
Chris Lattner | deepen my MMX/SRoA hack to avoid hurting non-x86 codegen. |
tree | commitdiff |
2010-09-01 |
Bruno Cardoso Lopes | Revert r112689, avoid those kind of checks cause they... |
tree | commitdiff |
2010-09-01 |
Jim Grosbach | Tweak to ignoring reserved regs. The allocator was... |
tree | commitdiff |
2010-09-01 |
Bruno Cardoso Lopes | Using target specific nodes for shuffle nodes makes... |
tree | commitdiff |
2010-09-01 |
Eric Christopher | Some basic store support. |
tree | commitdiff |
2010-09-01 |
Jakob Stoklund Olesen | Teach RemoveCopyByCommutingDef to check all aliases... |
tree | commitdiff |
2010-09-01 |
Jim Grosbach | tidy up trailing whitespace and an 80 column violation. |
tree | commitdiff |
2010-09-01 |
Dan Gohman | Fix loop unswitching's assumption that a code path... |
tree | commitdiff |
2010-09-01 |
Jim Grosbach | cleanup per feedback. use a helper function for getting... |
tree | commitdiff |
2010-09-01 |
Jim Grosbach | The register allocator shouldn't consider allocating... |
tree | commitdiff |
2010-09-01 |
Jim Grosbach | The register allocator shouldn't consider allocating... |
tree | commitdiff |
2010-09-01 |
Jim Grosbach | The register allocator shouldn't consider allocating... |
tree | commitdiff |
2010-09-01 |
Jim Grosbach | tidy up a few 80-column and trailing whitespace bits. |
tree | commitdiff |
2010-09-01 |
Owen Anderson | JumpThreading keeps LazyValueInfo up to date, so we... |
tree | commitdiff |
2010-09-01 |
Eric Christopher | Add some more load types in. |
tree | commitdiff |
2010-09-01 |
Eric Christopher | Speculatively revert 112699 and 112702, they seem to... |
tree | commitdiff |
2010-09-01 |
Chris Lattner | have the makefiles check the llvm-config error code... |
tree | commitdiff |
2010-09-01 |
Chris Lattner | dead code patrol |
tree | commitdiff |
2010-09-01 |
Chris Lattner | zap dead code. |
tree | commitdiff |
2010-09-01 |
Chris Lattner | temporarily revert r112664, it is causing a decoding... |
tree | commitdiff |
2010-09-01 |
Dan Gohman | Make tool_output_file's raw_ostream instance a member... |
tree | commitdiff |
2010-09-01 |
Dan Gohman | Add an interface for unregistering a file from the... |
tree | commitdiff |
2010-09-01 |
Duncan Sands | Use the SSAUpdator to turn calls to eh.exception that... |
tree | commitdiff |
2010-09-01 |
Duncan Sands | If PrototypeValue is erased in the middle of using... |
tree | commitdiff |
2010-09-01 |
Chris Lattner | add a gross hack to work around a problem that Argiris... |
tree | commitdiff |
2010-09-01 |
Bruno Cardoso Lopes | Use movlps, movlpd, movss and movsd specific nodes... |
tree | commitdiff |
2010-09-01 |
Dan Gohman | Revert 112442 and 112440 until the compile time problem... |
tree | commitdiff |
2010-09-01 |
Bruno Cardoso Lopes | minor change, simplify some logic |
tree | commitdiff |
2010-09-01 |
Bruno Cardoso Lopes | Move some functions around so they can be used for... |
tree | commitdiff |
2010-08-31 |
Devang Patel | Use absolute label for DW_AT_stmt_list if a target... |
tree | commitdiff |
2010-08-31 |
Chris Lattner | licm is wasting time hoisting constant foldable operations, |
tree | commitdiff |
2010-08-31 |
Kevin Enderby | This is the second of three patches to implement suppor... |
tree | commitdiff |
2010-08-31 |
Dan Gohman | Reapply r112432, now that the real problem is addressed. |
tree | commitdiff |
2010-08-31 |
Dan Gohman | Reapply r112433, now that the real problem is addressed. |
tree | commitdiff |
2010-08-31 |
Dan Gohman | Revert r110916. This patch is buggy because the code... |
tree | commitdiff |
2010-08-31 |
Bill Wendling | We have a chance for an optimization. Consider this... |
tree | commitdiff |
2010-08-31 |
Anton Korobeynikov | Some fixes for NetBSD |
tree | commitdiff |
2010-08-31 |
Bruno Cardoso Lopes | Use x86 specific MOVSLDUP node, add more patterns to... |
tree | commitdiff |
2010-08-31 |
Devang Patel | Reapply r112623. Included additional check for unused... |
tree | commitdiff |
2010-08-31 |
Bruno Cardoso Lopes | Use x86 specific MOVSHDUP node and add more patterns... |
tree | commitdiff |
2010-08-31 |
Bill Wendling | And ANDS pattern to match the t2ANDS pattern. |
tree | commitdiff |
2010-08-31 |
Jakob Stoklund Olesen | Make %EFLAGS unallocatable. |
tree | commitdiff |
2010-08-31 |
Jakob Stoklund Olesen | Track liveness of unallocatable, unreserved registers... |
tree | commitdiff |
2010-08-31 |
Bruno Cardoso Lopes | Use MOVHLPS node instead of matching using movhlps... |
tree | commitdiff |
2010-08-31 |
Chris Lattner | tidy up |
tree | commitdiff |
2010-08-31 |
Bruno Cardoso Lopes | Use MOVLHPS and MOVHLPS x86 nodes whenever possible... |
tree | commitdiff |
next |