2010-09-02 |
Dan Gohman | Use the FindProgramByName fallback only with known... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Chris Lattner | we are past the point where these tests are useful. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Bill Wendling | Revert int_x86_mmx_palignr_b intrinsic to match llvm... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Anton Korobeynikov | Revert win64 changes. They seem to be incomplete |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Jim Grosbach | For ARM stack frames that utilize variable sized object... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Bill Wendling | - Change __builtin_ia32_palignr intrinsic type to match... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Chris Lattner | fix more AST updating bugs, correcting miscompilation... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Owen Anderson | Remove incorrect and poorly tested code for trying... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Anton Korobeynikov | Properly allocate win64 shadow reg area. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Dan Gohman | Remove obsolete comments about throwing exceptions. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
John McCall | After some discussion with djg, teach SmallVector to... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Bruno Cardoso... | Move decoding of insertps back to avoid unused warnings... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Devang Patel | Detect undef value early and save unnecessary NodeMap... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Dan Gohman | Don't narrow the load and store in a load+twiddle+store... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Devang Patel | Tidy up. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Sandeep Patel | Fix an unnecessary XFAIL |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Jim Grosbach | trailing whitespace |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Owen Anderson | Fix typo. I accidentally edited the wrong file before... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Benjamin Kramer | Add AsmParser support for the ELF .previous directive... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Jim Grosbach | remove trailing whitespace |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Bruno Cardoso... | Move x86 specific shuffle mask decoding to its own... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Jim Grosbach | The scavenger should just use getAllocatableSet() rathe... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Dan Gohman | Apply a patch from Kees van Reeuwijk to add support... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Owen Anderson | Fix a bug in LazyValueInfo that CorrelatedValuePropagat... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Jim Grosbach | handle case where a register class is specified |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Jim Grosbach | Now that register allocation properly considers reserve... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Dan Gohman | Add a comment. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Benjamin Kramer | Allow MCSA_WeakRef in ELF. Patch by Roman Divacky. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Jim Grosbach | Anti-dependency breaking needs to be careful not to... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Devang Patel | Fix .debug_range for linux. Patch by Krister Wombell. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Jim Grosbach | Mask out reserved registers when constructing the set... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Bob Wilson | Fill in a missing comment. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Bob Wilson | Convert VLD1 and VLD2 instructions to use pseudo-instru... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Mikhail Glushenkov | llvmc: .dylib support. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Duncan Sands | Print the number of uses of a function in the .ll since... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Lang Hames | Added support for register allocators to record which... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Duncan Sands | Reapply commit 112699, speculatively reverted by echris... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Chandler Carruth | Silence an ambiguous else warning from GCC. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Nick Lewycky | Fix compile errors. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Lang Hames | Added counters for PBQP reduction rules. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Bruno Cardoso... | Replace unpckl_undef and unpckh_undef matching with... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Bruno Cardoso... | Move condition out to prepare for more matching |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Bruno Cardoso... | Remove checking for isUNPCKL_v_undef_Mask, the specific... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
NAKAMURA Takumi | llvm::FindExecutable(): Retrieve the name with suffix... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
NAKAMURA Takumi | test/loop-strength-reduce4: Add explicit triplet for... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
NAKAMURA Takumi | test/twoaddr-coalesce: Do not use @main. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Bruno Cardoso... | become more strict about when it's safe to use X86ISD... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Eric Christopher | Clang's -ccc-host-triple was ignoring the arch specifie... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Eric Christopher | This should be TargetMaterializeConstant instead. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Eric Christopher | One definition of isThumb is plenty, thanks. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Jim Grosbach | Remove trailing whitespace |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Eric Christopher | Rework arm fast-isel load and store handling. Move... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Jim Grosbach | Add a bit of debug output for register scavenging |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Chris Lattner | updates to make it clear that this applies to clang... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Jim Grosbach | trivial cleanup |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Jim Grosbach | Simplify the tGPR register class now that the register... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Bob Wilson | Remove NEON vmull, vmlal, and vmlsl intrinsics, replaci... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Dan Gohman | Reword this comment. Don't mention outs(), as that... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Chris Lattner | deepen my MMX/SRoA hack to avoid hurting non-x86 codegen. |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Bruno Cardoso... | Revert r112689, avoid those kind of checks cause they... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Jim Grosbach | Tweak to ignoring reserved regs. The allocator was... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Dale Johannesen | Recommit with changes. Comment out palignr for the |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Bruno Cardoso... | Using target specific nodes for shuffle nodes makes... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Eric Christopher | Some basic store support. |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Jakob Stoklund... | Teach RemoveCopyByCommutingDef to check all aliases... |
commit | commitdiff | tree | snapshot |
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 |
next |