2011-01-09 |
Tobias Grosser | Instcombine: Fix pattern where the sext did not dominat... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Tobias Grosser | DominatorTree->print() now prints the status of the... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Oscar Fuentes | Rewrite handling of LLVM_ENABLE_PIC. It was being proce... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Cameron Zwarich | LoopInstSimplify preserves LoopSimplify. |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Chandler Carruth | Another missed memset in std::vector initialization. |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Cameron Zwarich | Eliminate some extra hash table lookups. |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Cameron Zwarich | Add an informative comment. |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Chandler Carruth | Fix a cut-paste-o so that the sample code is correct... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Chandler Carruth | Another missed optimization of trivial vector code. |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Chandler Carruth | Add a note about vector's size-constructor producing... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Jakob Stoklund... | Simplify LiveDebugVariables by storing MachineOperand... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Jakob Stoklund... | Shrink a BitVector that didn't mean to store bits for... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Jakob Stoklund... | Replace TargetRegisterInfo::printReg with a PrintReg... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Jakob Stoklund... | Use IndexedMap for MachineRegisterInfo as well. No... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Chris Lattner | teach SCEV analysis of PHI nodes that PHI recurences... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Chris Lattner | reduce indentation. Print <nuw> and <nsw> when dumping... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Chandler Carruth | Add a note about a missed memset optimization from... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Jakob Stoklund... | Fix the last virtual register enumerations. |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Jakob Stoklund... | Fix VirtRegMap to use TRI::index2VirtReg and TRI::virtR... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Jakob Stoklund... | Fix a MachineVerifier loop that probably didn't mean... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Jakob Stoklund... | Don't document exactly how virtual registers are repres... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Jakob Stoklund... | Use an IndexedMap for LiveVariables::VirtRegInfo. |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Jakob Stoklund... | Do not talk about TargetRegisterInfo::FirstVirtualRegister. |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Jakob Stoklund... | Use an IndexedMap for LiveOutRegInfo to hide its depend... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Cameron Zwarich | Fix coding style. |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | fix a latent bug in memcpyoptimizer that my recent... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | tryMergingIntoMemset can only handle constant length... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | Merge memsets followed by neighboring memsets and other... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | fix an issue in IsPointerOffset that prevented us from... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | enhance memcpyopt to merge a store and a subsequent |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | fit in 80 cols |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | merge two tests and filecheckify |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | constify TargetData references. |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | When loop rotation happens, it is *very* common for... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | make domtree verification print something useful on... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | split ssa updating code out to its own helper function... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | Implement a TODO: Enhance loopinfo to merge away the... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | various code cleanups, enhance MergeBlockIntoPredecesso... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | inline preserveCanonicalLoopForm now that it is simple. |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | Three major changes: |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | reduce nesting. |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Francois Pichet | On Windows, replace each occurrence of '\' by '\\'... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | LoopRotate requires canonical loop form, so it always... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | use the LI ivar. |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | some cleanups: remove dead arguments and eliminate... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | fix an issue duncan pointed out, which could cause... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Cameron Zwarich | Fix coding style issues. |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Cameron Zwarich | Make more passes preserve dominators (or state that... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Rafael Espindola | First step in fixing PR8927: |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Cameron Zwarich | Contract subloop bodies. However, it is still important... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Frits van Bommel | Fix a bug in r123034 (trying to sext/zext non-integers... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | Have loop-rotate simplify instructions (yay instsimplif... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | make this file properly self contained. |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | Revamp the ValueMapper interfaces in a couple ways: |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | two minor changes: switch to the standard ValueToValueMapTy |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Eric Christopher | I don't think I could find a 10.2.x box if I tried. |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Evan Cheng | Recognize inline asm 'rev /bin/bash, ' as a bswap intri... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Evan Cheng | Do not model all INLINEASM instructions as having unmod... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Bob Wilson | Use __builtin_shufflevector to implement vget_low and... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Bob Wilson | Add an explanatory message for an assertion. |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Matt Beaumont-Gay | Eliminate variable only used in debug builds. |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Devang Patel | Speculatively revert r123032. |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Devang Patel | Do not include DataTypes.h in llvm-c/lto.h. |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Evan Cheng | Fix comment. INLINEASM node operand #3 is IsAlignStack... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Bob Wilson | Lower some BUILD_VECTORS using VEXT+shuffle. |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Tobias Grosser | InstCombine: Match min/max hidden by sext/zext |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Tobias Grosser | Some whitespace fixes |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Devang Patel | Appropriately truncate debug info range in dwarf output. |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Evan Cheng | DBG_VALUE does not have any side effects; it also makes... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Benjamin Kramer | Revert 122959, it needs more thought. Add it back to... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Oscar Fuentes | Don't use -O3 on Mingw, as people report it as unreliab... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Jay Foad | Simplify the allocation and freeing of Users' operand... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Jay Foad | Remove the "ugly" method BranchInst::setUnconditionalDe... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Jay Foad | Remove all uses of the "ugly" method BranchInst::setUnc... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Evan Cheng | Revert r122955. It seems using movups to lower memcpy... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
David Greene | Rename lisp-like functions as suggested by Gabor Greif... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Benjamin Kramer | Try to unbreak the arm buildbot. |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Bob Wilson | Add testcases for PR8411 (vget_low and vget_high implem... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Bob Wilson | Add ARM patterns to match EXTRACT_SUBVECTOR nodes. |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Bob Wilson | Fix a comment typo. |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Bob Wilson | Change EXTRACT_SUBVECTOR to require a constant index. |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Bill Wendling | Early exit if we don't have invokes. The 'Unwinds'... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Duncan Sands | Fix the other problem reported in PR8582. Testcase... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Duncan Sands | Add a testcase for PR8582, which mysteriously fixed... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Eric Christopher | Add some fairly duplicated code to let type legalizatio... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Chris Lattner | With Benjamin's recent amazing patches, we should be... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Chris Lattner | use isNullValue() to simplify code, add an assert. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Devang Patel | Emit 128 bit constant. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Bob Wilson | PR8921: LDM/POP do not support interworking prior to... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Bob Wilson | Remove extra whitespace. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Bob Wilson | Fix comment typo. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Benjamin Kramer | Add a note from llvmdev, this time with more info. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Abramo Bagnara | Fixed parsing of hex floats. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Rafael Espindola | Correctly disassemble truncated asm. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Benjamin Kramer | InstCombine: Turn _chk functions into the "unsafe"... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Benjamin Kramer | EarlyCSE does this now (and GVN always did it). |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Benjamin Kramer | InstCombine: If we call llvm.objectsize on a malloc... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Benjamin Kramer | InstCombine: Teach llvm.objectsize folding to look... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Benjamin Kramer | Remove dead code and silence warnings. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Evan Cheng | Use movups to lower memcpy and memset even if it's... |
commit | commitdiff | tree | snapshot |
next |