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 |
2011-01-06 |
Chris Lattner | add a note about object size from drystone, add a poorl... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Chris Lattner | add a trivial instcombine missed in Dhrystone |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Evan Cheng | Re-implement r122936 with proper target hooks. Now... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Chris Lattner | implement constant folding support for an exotic consta... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Evan Cheng | Revert r122936. I'll re-implement the change. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Michael J.... | UnitTests/Path: Add magical tests. This will also test... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Michael J.... | UnitTests/Path: More ASSERT_NO_ERROR cleanup. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Cameron Zwarich | Add the CallInst optimizations that don't involve expan... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Cameron Zwarich | Move the GEP handling in CodeGenPrepare to OptimizeInst(). |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Cameron Zwarich | Split the optimizations in CodeGenPrepare that don... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Jakob Stoklund... | Zap the last two -Wself-assign warnings in llvm. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Jakob Stoklund... | Add the SpillPlacement analysis pass. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Bill Wendling | Fix test to coincide with r122934 change from PR8919. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Evan Cheng | r105228 reduced the memcpy / memset inline limit to... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Evan Cheng | Avoid zero extend bit test operands to pointer type... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Bill Wendling | PR8919 - LLVM incorrectly generates "_alloca" as the... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Bill Wendling | PR8918 - When used with MinGW64, LLVM generates a ... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Cameron Zwarich | Stop reallocating SunkAddrs for each basic block. When... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Owen Anderson | Reorder, rename, and document some members to make... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Evan Cheng | Optimize: |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Chris Lattner | fix PR8900, a shuffle miscompilation. Patch by Nadav... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Chris Lattner | silence more self assignment warnings. |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Jakob Stoklund... | Add a hidden command line option to display edge bundle... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Jakob Stoklund... | Silence a warning from non-standard warning avoidance... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Eric Christopher | 80-cols. |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Owen Anderson | When computing the value on an edge, in certain cases... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Bob Wilson | Revert svn 122743, removing the instcombine pass that... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Owen Anderson | Re-convert several of LazyValueInfo's internal maps... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Chris Lattner | fix some -Wself-assign warnings. |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Cameron Zwarich | Add some more statistics to CodeGenPrepare. |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Wesley Peck | Commit 122778 broke DWARF debug output when using the... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Cameron Zwarich | Add some stats to CodeGenPrepare to make it easier... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Wesley Peck | Fix small bug in setDebugInfoAvailability. |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Michael J.... | UnitTests/Path: Fix typo, add error number, and enable... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Michael J.... | Support/PathV2: Implement remove_all. |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Michael J.... | Support/Windows/PathV2: Make directory iteration ignore... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Michael J.... | Support/Windows/PathV2: Fix remove to handle both files... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Michael J.... | Support/PathV2: Implement directory_entry::status. |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Michael J.... | UnitTests/PathV2: Setup a test fixture to make tracking... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Michael J.... | Support/PathV2: Implement directory iteration on POSIX. |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Cameron Zwarich | Use pop_back_val instead of back followed by pop_back. |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Frits van Bommel | Fix lit for people whose LLVM path contains 'opt',... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Cameron Zwarich | Use a worklist for later iterations just like ordinary... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Cameron Zwarich | Change LoopInstSimplify back to a LoopPass. It revisits... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Chris Lattner | Fix PR8906: -fno-builtin should disable loop-idiom... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Eric Christopher | Remove TODO, these appear to be implemented. |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Owen Anderson | Don't bother value numbering instructions with void... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Jakob Stoklund... | Use the EdgeBundles analysis in X86FloatingPoint instea... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Jakob Stoklund... | Turn the EdgeBundles class into a stand-alone machine... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Dale Johannesen | Eliminate a warning compiling with llvm-gcc. (IMO the |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Owen Anderson | Complete the NumberTable --> LeaderTable rename. |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Owen Anderson | Fix typo in a comment. |
commit | commitdiff | tree | snapshot |
next |