2010-09-01 |
Dale Johannesen | Apparently only Darwin passes long double misaligned... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Jim Grosbach | tidy up trailing whitespace and an 80 column violation. |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Dan Gohman | Fix loop unswitching's assumption that a code path... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Dale Johannesen | Revert 112740, it broke some clang tests somehow... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Jim Grosbach | cleanup per feedback. use a helper function for getting... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Jim Grosbach | The register allocator shouldn't consider allocating... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Jim Grosbach | The register allocator shouldn't consider allocating... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Dale Johannesen | Add a few more missing MMX operations. This should... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Chris Lattner | update the tutorial to use CreateFAdd to create fp... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Jim Grosbach | The register allocator shouldn't consider allocating... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Owen Anderson | Disable CorrelatedValuePropagation while I track down... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Jim Grosbach | tidy up a few 80-column and trailing whitespace bits. |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Bill Wendling | The output of opt -stats must be sent to stderr. Patch... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Owen Anderson | Tentatively add correlated value propagation to the... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Owen Anderson | JumpThreading keeps LazyValueInfo up to date, so we... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Eric Christopher | Add some more load types in. |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Eric Christopher | Speculatively revert 112699 and 112702, they seem to... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Chris Lattner | have the makefiles check the llvm-config error code... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Chris Lattner | dead code patrol |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Chris Lattner | zap dead code. |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Chris Lattner | temporarily revert r112664, it is causing a decoding... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Chris Lattner | zap dead code. |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Chris Lattner | remove dead code. |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Dan Gohman | Make tool_output_file's raw_ostream instance a member... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Dan Gohman | Add an interface for unregistering a file from the... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Michael J.... | COFF: Update tests to reflect changes in last commit. |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Michael J.... | COFF: Fix incorrect SCT_COMPLEX_TYPE_SHIFT. Add a few... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Duncan Sands | Use the SSAUpdator to turn calls to eh.exception that... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Dan Gohman | Make the iterator form of erase return void, since... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Duncan Sands | Define LLVM_GLOBAL_VISIBILITY to be __declspec(dllexpor... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Duncan Sands | If PrototypeValue is erased in the middle of using... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Duncan Sands | Add convenience class for working with eh.exception... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Dale Johannesen | Attempt to fix buildbot. |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Chris Lattner | add a gross hack to work around a problem that Argiris... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Chris Lattner | filecheckize |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Bruno Cardoso... | Use movlps, movlpd, movss and movsd specific nodes... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Dan Gohman | Revert 112442 and 112440 until the compile time problem... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Bruno Cardoso... | minor change, simplify some logic |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Bruno Cardoso... | Move some functions around so they can be used for... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Dale Johannesen | Add some MMX intrinsics that duplicate functionality |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Devang Patel | Use absolute label for DW_AT_stmt_list if a target... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Dale Johannesen | Testcase for llvm checkin 112674. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Benjamin Kramer | Remove noisy semicolon. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Chris Lattner | licm is wasting time hoisting constant foldable operations, |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Kevin Enderby | This is the second of three patches to implement suppor... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Dan Gohman | Reapply r112432, now that the real problem is addressed. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Dan Gohman | Reapply r112433, now that the real problem is addressed. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Dan Gohman | Revert r110916. This patch is buggy because the code... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Bill Wendling | We have a chance for an optimization. Consider this... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Anton Korobeynikov | Some fixes for NetBSD |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Bruno Cardoso... | Use x86 specific MOVSLDUP node, add more patterns to... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Devang Patel | Reapply r112623. Included additional check for unused... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Bruno Cardoso... | Use x86 specific MOVSHDUP node and add more patterns... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Bill Wendling | And ANDS pattern to match the t2ANDS pattern. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Jakob Stoklund... | Stack slot access methods are in TargetInstrInfo. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Dale Johannesen | Comment typo. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Jakob Stoklund... | Make %EFLAGS unallocatable. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Jakob Stoklund... | Track liveness of unallocatable, unreserved registers... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Bruno Cardoso... | Use MOVHLPS node instead of matching using movhlps... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Bruno Cardoso... | Use MOVLHPS and MOVHLPS x86 nodes whenever possible... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Dan Gohman | Revert r112432. It appears to be exposing a problem... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Owen Anderson | Merge 2010-08-31-InfiniteRecursion.ll into crash.ll. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Owen Anderson | More cleanups of my JumpThreading transforms, including... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Jakob Stoklund... | Ignore unallocatable registers in RegAllocFast. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Devang Patel | Revert r112623. It is causing self host build failures. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Duncan Sands | Update the Ada instructions to LLVM 2.7 (from LLVM... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Owen Anderson | Add an RAII helper to make cleanup of the RecursionSet... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Owen Anderson | Only try to clean up the current block if we changed... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Jim Grosbach | SP relative offsets need to be adjusted by the local... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Devang Patel | Remember byval argument's frame index during argument... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Jim Grosbach | this assert should just be a condition, since this... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Owen Anderson | Add a test for the duplicated-conditional situation... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Owen Anderson | Refactor my fix for PR5652 to terminate the predecessor... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Chris Lattner | merge two tests. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Owen Anderson | Manually reduce this testcase. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Chris Lattner | merge two tests and convert to filecheck. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Owen Anderson | Add a micro-test for the transforms I added to JumpThre... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Jim Grosbach | Update test for 112609 |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Jim Grosbach | Improve virtual frame base register allocation heuristics. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Dan Gohman | Speculatively revert r112433. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Benjamin Kramer | Allow creation of SHT_NULL sections, from Roman Divacky. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Duncan Sands | Stop using the dom frontier in DwarfEHPrepare by not... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Nick Lewycky | Fix an infinite loop; merging two functions will create... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Owen Anderson | Don't perform an extra traversal of the function just... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Bill Wendling | - Cleanup some whitespaces. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Owen Anderson | Rename test directory to reflect new pass name. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Owen Anderson | Rename ValuePropagation to a more descriptive Correlate... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Owen Anderson | Rename file to something more descriptive. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Owen Anderson | More Chris-inspired JumpThreading fixes: use ConstantEx... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Michael J.... | Cleanup Whitespace. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Michael J.... | System: Fix getMagicNumber on windows. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Michael J.... | Fix spelling/typo. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Devang Patel | Offset is not always unsigned number. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Devang Patel | Simplify. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Nick Lewycky | Switch to DenseSet, simplifying much more code. We... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Owen Anderson | Remove r111665, which implemented store-narrowing in... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Bruno Cardoso... | zap unused method. x86 is the only user and already... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Bruno Cardoso... | Use X86ISD::MOVSS and MOVSD to represent the movl mask... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Eric Christopher | Rewrite slightly so we can expand for floating point... |
commit | commitdiff | tree | snapshot |
next |