2007-07-30 |
Dan Gohman | Remove a FIXME comment that wasn't removed when the... |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Dan Gohman | Fix the comment for getClosestTargetForJIT to reflect... |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Dan Gohman | More explicit keywords. |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Dan Gohman | Fix pastos in comments for doFinalization functions. |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Evan Cheng | New test case. |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Evan Cheng | Vector fneg must be expanded into fsub -0.0, X. |
commit | commitdiff | tree | snapshot |
2007-07-29 |
Christopher... | Add tests for generating noalias parameter attribute... |
commit | commitdiff | tree | snapshot |
2007-07-29 |
Reid Spencer | Be explicit about which level of optimization is being... |
commit | commitdiff | tree | snapshot |
2007-07-29 |
Christopher... | Change the x86 backend to use extract_subreg for trunca... |
commit | commitdiff | tree | snapshot |
2007-07-28 |
Christopher... | Add register info needed to use subreg sets on X86. |
commit | commitdiff | tree | snapshot |
2007-07-28 |
Nick Lewycky | Make this explictly signed. Fixes PR1571. |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Devang Patel | Add facility to dump pass manager structure |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Duncan Sands | Trampoline codegen support for X86-32. |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Duncan Sands | Forget to add 'nest' to the list of parameter |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Devang Patel | Fix edge cases in handling basic block split. |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Devang Patel | Use SmallPtrSet. |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Chuck Rose III | VStudio compiler errors and placing Function*->ExFunc... |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Chuck Rose III | Updates to the VStudio project files: |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Owen Anderson | Allow SmallPtrSet to hold pointers to const data. |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Dan Gohman | Re-apply 40504, but with a fix for the segfault it... |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Duncan Sands | It seems logical that InReg should be incompatible |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Duncan Sands | As the number of parameter attributes increases, |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Duncan Sands | Support for trampolines, except for X86 codegen which is |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Christopher... | Move subreg lowering pass to be right after regalloc... |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Evan Cheng | Reverting 40504 for now. It's breaking oggenc. |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Devang Patel | Fix thinko. Update return status appropriately. |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Owen Anderson | Fix a bug introduced in my last commit. |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Owen Anderson | Fix a couple more bugs in the phi construction by pulli... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Evan Cheng | Test case for PR1573. |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Evan Cheng | Make sure epilogue esp adjustment is placed before... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Evan Cheng | Don't pollute the meaning of isUnpredicatedTerminator. |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Evan Cheng | Fix test. |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Evan Cheng | Minor bug. |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Dan Gohman | Fix the alias analysis query in DAGCombiner to not... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Dan Gohman | Move the GET_SIDE_EFFECT_INFO logic from isInstructionT... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Dan Gohman | Remove a bogus return statement, what appears to have... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Dan Gohman | DummyInst's member functions don't need to be virtual. |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Dan Gohman | In the .loc directive, print the fields as "debug"... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Dan Gohman | Fix a whitespace difference between CMPSSrr and CMPSDrr. |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Dan Gohman | Fix a pasto in a comment. |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Christopher... | Add a MachineFunction pass, which runs post register... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Christopher... | Teach DAG scheduling how to properly emit subreg insert... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Christopher... | Have register info provide the inverse mapping of regis... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Christopher... | Add target independent MachineInstr's to represent... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Evan Cheng | Same goes for constantpool, etc. |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Christopher... | Add selection DAG nodes for subreg insert/extract.... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Christopher... | Fix 80 col violation. |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Christopher... | Remove subreg index from MachineInstr's and also keep... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Christopher... | Teach TableGen about the new vector types. |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Christopher... | Fix infinite recursion for when extract_vector_elt... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Christopher... | Fix comments for new types. |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Christopher... | Add support for 3 element 32-bit vector ValueTypes. |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Dan Gohman | Remove X86ISD::LOAD_PACK and X86ISD::LOAD_UA and associ... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Owen Anderson | Fix what is _hopefully_ the last corner case for loops. |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Evan Cheng | Mac OS X x86-64 lower 4G address is not available. |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Evan Cheng | Mac OS X should use 0x90 to fill in gaps to satisfy... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Evan Cheng | EmitAlignment() also emits optional fill value. |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Evan Cheng | Functions with LinkOnce and weak linkage still need... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Owen Anderson | My last commit was not correct for nested loops. Fix... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Owen Anderson | Fix an infinite loop on 300.twolf. |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Owen Anderson | Forgot to include this file in my last commit. |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Owen Anderson | Fix a bug in non-local memdep that was causing an infin... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Owen Anderson | Fix a bug that was causing GVN to crash on 252.eon. |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Devang Patel | Fix example code. |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Owen Anderson | Add basic support for performing whole-function RLE. |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Chandler Carruth | Moving regression test to reflect move in source and... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Dan Gohman | Don't ignore the return value of AsmPrinter::doInitiali... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Devang Patel | Add BasicInliner interface. |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Chris Lattner | test commit |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Nick Lewycky | Fix debug info and globals filled with zeros. |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Anton Korobeynikov | Minor cleanup: |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Dan Gohman | Add const to CanBeFoldedBy, CheckAndMask, and CheckOrMask. |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Dan Gohman | A minor simplication in the generated code. |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Dan Gohman | Use movaps to load a v4f32 build_vector of all-constant... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Owen Anderson | Add initial support for non-local memory dependence... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Owen Anderson | Make the copy constructor of SmallPtrSet much faster. |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Anton Korobeynikov | Heal EH handling stuff by emitting correct offsets... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Owen Anderson | Add a GVN pass, using the value numbering code I develo... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Reid Spencer | Make output match actual condition tested. Thanks,... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Devang Patel | Unreachable block is not a root node in post dominator... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Owen Anderson | Rename a lot of things to change FastDLE to RedundantLo... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Owen Anderson | Rename FastDLE as RedundantLoadElimination. |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Reid Spencer | 1. Make sure we print the Function Value for parameter... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Reid Spencer | Add better verification of attributes on function types... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Chandler Carruth | Fix for PR1567, which involves a weird bug on non-32bit... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Owen Anderson | Add testcases for FastDLE. |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Owen Anderson | Don't delete volatile loads. Doing so is not safe. |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Owen Anderson | Forgot to commit this file. |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Owen Anderson | Fix a comment. |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Owen Anderson | Add FastDLE, the load-elimination counterpart of FastDSE. |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Owen Anderson | Move these tests to use FastDSE instead of old DSE. |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Dan Gohman | Fix some uses of dyn_cast to be uses of cast. |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Dan Gohman | Delete the svn:executable property on these files,... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Owen Anderson | Fix file header. |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Chris Lattner | completely remove a transformation that is unsafe in... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Duncan Sands | The Ada f-e produces various auxiliary output files |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Duncan Sands | For multipart tests, place the parts with no |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Reid Spencer | Restore ability to build archives (oops) |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Reid Spencer | Remove bizarre use of /dev/null in a makefile include... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Bill Wendling | Fix some validation errors. |
commit | commitdiff | tree | snapshot |
next |