2008-06-28 |
Anton Korobeynikov | whitespace cleanup |
tree | commitdiff |
2008-06-28 |
Anton Korobeynikov | Make intel asmprinter child of generic asmprinter,... |
tree | commitdiff |
2008-06-28 |
Anton Korobeynikov | Cleanup |
tree | commitdiff |
2008-06-28 |
Anton Korobeynikov | Whitespace cleanup |
tree | commitdiff |
2008-06-28 |
Chris Lattner | Really fix the bootstrap failure. |
tree | commitdiff |
2008-06-28 |
Chris Lattner | Add back the capability to include nul characters in... |
tree | commitdiff |
2008-06-28 |
Chris Lattner | Tighten up checking. |
tree | commitdiff |
2008-06-28 |
Dan Gohman | When folding a bitcast into a load or store, preserve... |
tree | commitdiff |
2008-06-27 |
Seo Sanghyeon | Fix GetMainExecutable. Patch by Sam Bishop. |
tree | commitdiff |
2008-06-27 |
Evan Cheng | Looks like this condition is inverted. |
tree | commitdiff |
2008-06-27 |
Chris Lattner | implement some fixme's by making "autorenaming" in... |
tree | commitdiff |
2008-06-27 |
Chris Lattner | simplify some code to avoid string thrashing. |
tree | commitdiff |
2008-06-27 |
Anton Korobeynikov | Use StringSet instead of std::set<std::string> |
tree | commitdiff |
2008-06-27 |
Chris Lattner | Add a new version of Module::getFunction that takes... |
tree | commitdiff |
2008-06-27 |
Devang Patel | Add dominator info printer pass. |
tree | commitdiff |
2008-06-27 |
Anton Korobeynikov | Provide correct encoding for PPC LWARX instructions. |
tree | commitdiff |
2008-06-27 |
Bill Wendling | Reduce number of times .size() is called on a vector... |
tree | commitdiff |
2008-06-27 |
Owen Anderson | Use a SmallSet when we can to reduce memory allocations. |
tree | commitdiff |
2008-06-27 |
Owen Anderson | Cache subregister relationships in a set in TargetRegis... |
tree | commitdiff |
2008-06-27 |
Chris Lattner | fix the regressions from Eric's patch by making GetCons... |
tree | commitdiff |
2008-06-27 |
Chris Lattner | simplify this check, GetConstantStringInfo validates... |
tree | commitdiff |
2008-06-27 |
Chris Lattner | when linking globals, make sure to preserve the address... |
tree | commitdiff |
2008-06-27 |
Bill Wendling | Cruft left from patch revert...sorry. :-( |
tree | commitdiff |
2008-06-27 |
Bill Wendling | Reverting broken patch r52803. |
tree | commitdiff |
2008-06-27 |
Owen Anderson | Don't perform expensive queries checking for super... |
tree | commitdiff |
2008-06-27 |
Bill Wendling | - Remove a use of std::vector. |
tree | commitdiff |
2008-06-27 |
Bill Wendling | Refactor the DebugInfoDesc stuff out of the MachineModu... |
tree | commitdiff |
2008-06-26 |
Chris Lattner | duncan points out that isOperationLegal includes a... |
tree | commitdiff |
2008-06-26 |
Owen Anderson | Don't create a whole new string just to copy the elemen... |
tree | commitdiff |
2008-06-26 |
Matthijs Kooijman | Make LLVM compile on DragonFly BSD (PR2499). |
tree | commitdiff |
2008-06-26 |
Bill Wendling | Cleanup for unitialized types. Patch by Jean-Daniel... |
tree | commitdiff |
2008-06-26 |
Chris Lattner | "An improved Mach-O file type detection for sys::Identi... |
tree | commitdiff |
2008-06-26 |
Owen Anderson | Reserve the size we'll need in advance. |
tree | commitdiff |
2008-06-26 |
Dale Johannesen | Fixes the last x86-64 test failure in compat.exp: |
tree | commitdiff |
2008-06-26 |
Eric Christopher | Remove unused function. |
tree | commitdiff |
2008-06-26 |
Eric Christopher | Move GetConstantStringInfo to lib/Analysis. Remove |
tree | commitdiff |
2008-06-26 |
Chris Lattner | when we know the signbit of an input to uint_to_fp... |
tree | commitdiff |
2008-06-25 |
Owen Anderson | Remember which MachineOperand we were processing, so... |
tree | commitdiff |
2008-06-25 |
Dan Gohman | Fix the text in an assert string. |
tree | commitdiff |
2008-06-25 |
Evan Cheng | - Fix a x86 vector isel bug: illegal transformation... |
tree | commitdiff |
2008-06-25 |
Duncan Sands | Add support for expanding PPC 128 bit floats. |
tree | commitdiff |
2008-06-25 |
Chris Lattner | Implement JIT support for global aliases, patch by... |
tree | commitdiff |
2008-06-25 |
Evan Cheng | Restore DeadArgElim back to 52570. It's breaking 447... |
tree | commitdiff |
2008-06-25 |
Chris Lattner | Switch the PPC backend and target-independent JIT to... |
tree | commitdiff |
2008-06-25 |
Chris Lattner | fix compilation errors in my previous patch |
tree | commitdiff |
2008-06-25 |
Chris Lattner | Add a new InvalidateInstructionCache method to sys... |
tree | commitdiff |
2008-06-25 |
Dan Gohman | SimpleInstructionSelector is here no more. |
tree | commitdiff |
2008-06-25 |
Duncan Sands | Add/complete support for integer and float |
tree | commitdiff |
2008-06-25 |
Duncan Sands | Pacify gcc-4.3. |
tree | commitdiff |
2008-06-25 |
Dan Gohman | Remove the OrigVT member from AtomicSDNode, as it is... |
tree | commitdiff |
2008-06-25 |
Mon P Wang | Added MemOperands to Atomic operations since Atomics... |
tree | commitdiff |
2008-06-25 |
Matthijs Kooijman | Fix a (false) warning on darwin. |
tree | commitdiff |
2008-06-25 |
Matthijs Kooijman | Fix some cosmetics in comments. |
tree | commitdiff |
2008-06-25 |
Evan Cheng | - Use O(1) check of basic block size limit. |
tree | commitdiff |
2008-06-25 |
Chris Lattner | Fix PR2488, a case where we deleted stack restores... |
tree | commitdiff |
2008-06-25 |
Evan Cheng | Enable two-address remat by default. |
tree | commitdiff |
2008-06-25 |
Owen Anderson | Use push_back rather than operator[], which is incorrec... |
tree | commitdiff |
2008-06-24 |
Dan Gohman | Append to the ActiveTimers std::vector before looking... |
tree | commitdiff |
2008-06-24 |
Dale Johannesen | Add v2f32 (MMX) type to X86. Support is primitive: |
tree | commitdiff |
2008-06-24 |
Owen Anderson | In ConstantArray::getAsString(), we know the size of... |
tree | commitdiff |
2008-06-24 |
Owen Anderson | Use SmallVector instead of std::vector for a minor... |
tree | commitdiff |
2008-06-24 |
Dan Gohman | Revert 52645, the loop unroller changes. It caused... |
tree | commitdiff |
2008-06-24 |
Dan Gohman | Fix a typo in a comment. |
tree | commitdiff |
2008-06-24 |
Dan Gohman | Use const_cast instead of a C-style cast. |
tree | commitdiff |
2008-06-24 |
Matthijs Kooijman | Commit the new DeadArgElim pass again, this time with... |
tree | commitdiff |
2008-06-24 |
Matthijs Kooijman | Rename a few variables to be more consistent. |
tree | commitdiff |
2008-06-24 |
Evan Cheng | If it's determined safe, remat MOV32r0 (i.e. xor r... |
tree | commitdiff |
2008-06-24 |
Dan Gohman | Fix some signed vs. unsigned issues in array and vector... |
tree | commitdiff |
2008-06-24 |
Dan Gohman | Add a note about a potential PIC optimization. |
tree | commitdiff |
2008-06-24 |
Dan Gohman | Fixes for being compiled PIC on Linux. This isn't the... |
tree | commitdiff |
2008-06-23 |
Dan Gohman | A brief survey of priority_queue usage in the tree... |
tree | commitdiff |
2008-06-23 |
Bill Wendling | This situation can occur: |
tree | commitdiff |
2008-06-23 |
Dan Gohman | Use the new PriorityQueue in ScheduleDAGList too, which... |
tree | commitdiff |
2008-06-23 |
Dan Gohman | Use use_empty() instead of getNumUses(), avoiding a... |
tree | commitdiff |
2008-06-23 |
Owen Anderson | Use getMBBEndIdx rather than assuming that the end... |
tree | commitdiff |
2008-06-23 |
Dan Gohman | Fix spelling and grammar in a comment. |
tree | commitdiff |
2008-06-23 |
Dan Gohman | Revamp the loop unroller, extending it to correctly... |
tree | commitdiff |
2008-06-23 |
Evan Cheng | Remove option used to debug stack coloring bugs. It... |
tree | commitdiff |
2008-06-23 |
Evan Cheng | Disable PRE. It's breaking bootstrapping. |
tree | commitdiff |
2008-06-23 |
Dan Gohman | Move a DenseMap's declaration outside of a loop, and... |
tree | commitdiff |
2008-06-23 |
Evan Cheng | Instead of adding an isSS field to LiveInterval to... |
tree | commitdiff |
2008-06-23 |
Wojciech Matyjewicz | First step to fix PR2088. Implement routine to compute the |
tree | commitdiff |
2008-06-23 |
Dan Gohman | Update the .cvs files. |
tree | commitdiff |
2008-06-23 |
Dan Gohman | Fix the types for NumElements variables, and add a... |
tree | commitdiff |
2008-06-23 |
Owen Anderson | Tighten the conditions under which we do PRE, remove... |
tree | commitdiff |
2008-06-23 |
Chris Lattner | minor tidying of comments. |
tree | commitdiff |
2008-06-23 |
Dan Gohman | Remove two convenience constructors because they're... |
tree | commitdiff |
2008-06-23 |
Dan Gohman | Use std::copy instead of a loop. |
tree | commitdiff |
2008-06-23 |
Dan Gohman | More changes from Chris' review: simplify getIndices... |
tree | commitdiff |
2008-06-23 |
Dan Gohman | Duncan pointed out this code could be tidied. |
tree | commitdiff |
2008-06-23 |
Duncan Sands | Port some integer multiplication fixes from LegalizeDAG. |
tree | commitdiff |
2008-06-23 |
Duncan Sands | Support for expanding the result of EXTRACT_ELEMENT. |
tree | commitdiff |
2008-06-23 |
Duncan Sands | Cleanup up LegalizeTypes handling of loads and |
tree | commitdiff |
2008-06-23 |
Owen Anderson | At Chris' suggestion, move the liveness and worklist... |
tree | commitdiff |
2008-06-22 |
Dan Gohman | Improve LSR's dead-phi detection to handle use-def... |
tree | commitdiff |
2008-06-22 |
Dan Gohman | Use Loop::block_iterator. |
tree | commitdiff |
2008-06-22 |
Dan Gohman | Generalize createSCEV to be able to form SCEV expressio... |
tree | commitdiff |
2008-06-22 |
Dan Gohman | Use SCEVAddRecExpr::isAffine. |
tree | commitdiff |
2008-06-22 |
Dan Gohman | Remove unnecessary #includes. |
tree | commitdiff |
2008-06-22 |
Dan Gohman | Move a few more SCEVExpander methods out-of-line. |
tree | commitdiff |
next |