2011-01-16 |
Rafael Espindola | Don't merge two constants if we care about the address... |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Jay Foad | Simplify the construction and destruction of Uses.... |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Owen Anderson | Reduce and merge testcases. |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Chris Lattner | fix PR8514, a bug where the "heroic" transformation... |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Jay Foad | Remove unnecessary specialization OperandTraits<User>. |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Jay Foad | Move the implementation of the User class into a new... |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Chris Lattner | fix PR8932, a case where arg promotion could infinitely... |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Chris Lattner | simplify a little |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Chris Lattner | add some commentary |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Chris Lattner | if an alloca is only ever accessed as a unit, and is... |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Chris Lattner | Use an irbuilder to get some trivial constant folding... |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Chris Lattner | remove a dead check, this was needed before we had... |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Chris Lattner | enhance FoldOpIntoPhi in instcombine to try harder... |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Evan Cheng | Spill R4 if it's going to be used to restore SP from FP. |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Chris Lattner | remove the AllowAggressive argument to FoldOpIntoPhi... |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Chris Lattner | more cleanups: use the IR builder. |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Chris Lattner | tidy up code. |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Owen Anderson | Improve the safety of my globalopt enhancement by ensur... |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Chris Lattner | fix PR8983, a broken assertion. |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Venkatraman... | Implement AnalyzeBranch in Sparc Backend. |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Chris Lattner | fix PR8981, a crash trying to form a conditional inc... |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Chris Lattner | reapply my fix for PR8961 with a tweak to properly... |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Chris Lattner | simplify this code, it is still broken but will follow... |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Michael J.... | Revert "Archive: Replace all internal uses of PathV1... |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Chandler Carruth | Simplify a README.txt entry significantly to expose... |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Chris Lattner | one of michael's recent patches broke this, temporarily... |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Chris Lattner | remove the partial specialization pass. It is unmainta... |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Michael J.... | Archive: Fix spelling. |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Michael J.... | Archive: Replace all internal uses of PathV1 with PathV... |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Michael J.... | Support/GraphWriter: Replace all internal uses of PathV... |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Benjamin Kramer | Add an assert so we don't silently miscompile ctpop... |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Michael J.... | Support/PathV2: Add identify_magic. |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Benjamin Kramer | Reimplement CTPOP legalization with the "best" algorith... |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Michael J.... | Unittests/Support/Path: Tweak test. |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Michael J.... | Support/PathV2: Implement has_magic in terms of get_magic. |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Michael J.... | Support/PathV2: Implement get_magic. |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Nick Lewycky | Add missing whitespace. |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Nick Lewycky | Make constmerge a two-pass algorithm so that it won... |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Oscar Fuentes | Make config.h.cmake similar to config.h.in |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Benjamin Kramer | Try to unbreak selfhost. |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Nick Lewycky | Add a cache that protects mergefunc's internals from... |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Nick Lewycky | Teach LazyValueInfo that allocas aren't NULL. Over... |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Rafael Espindola | Add a clarification about merging constants with and... |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Rafael Espindola | Allow unnamed_addr on declarations. |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Chris Lattner | temporarily revert r123526. While working on a follow... |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Chris Lattner | fix rdar://8785296 - -fcatch-undefined-behavior generat... |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Chris Lattner | simplify code, no functionality change. |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Chris Lattner | Now that instruction optzns can update the iterator... |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Chris Lattner | make the current instruction iterator an ivar, allowing... |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Chris Lattner | implement an instcombine xform that canonicalizes casts... |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Chris Lattner | Fix m_Not and m_Neg to not match random ConstantInt... |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Chris Lattner | one more instcombine variant that is needed to work... |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Chris Lattner | Catch ~x < cst just like ~x < ~y, we currently handle... |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Chris Lattner | reduce indentation |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Eric Christopher | 80-col. |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Chris Lattner | Generalize LoadAndStorePromoter a bit and switch LICM |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Bob Wilson | Fix a comment. |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Eric Christopher | Fix 80-cols. |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Ted Kremenek | Update CMake build. |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Bob Wilson | Fix some tablegen issues to allow using zero_reg for... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Ted Kremenek | Fix memory leak found by clang static analyzer. |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Ted Kremenek | 'HiReg' is written but never read. Nuke its |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Owen Anderson | Fix a false-positive warning. |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Dan Gohman | Delete an assignment to ThisBB which isn't needed,... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Owen Anderson | Enhance GlobalOpt to be able evaluate initializers... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Anton Korobeynikov | Add a possibility to switch between CFI directives... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Anton Korobeynikov | Cleanup |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Anton Korobeynikov | Add CFI directives-based frame information emission... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Anton Korobeynikov | Split stuff as a preparation for CFI directives-based... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Anton Korobeynikov | Use common style for .cfi directives |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Andrew Trick | Support for precise scheduling of the instruction selec... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Chris Lattner | switch SRoA to use LoadAndStorePromoter instead of... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Chris Lattner | Add a new LoadAndStorePromoter class, which implements... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Jay Foad | OperandTraits<>::Layout isn't used for anything. Remove it. |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Rafael Espindola | Update llvm-gcc's tests. |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Oscar Fuentes | Reorder macros on config.h.cmake to easily compare... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Devang Patel | Disable debug mode. |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Duncan Sands | Turn X-(X-Y) into Y. According to my auto-simplifier... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Duncan Sands | Factorize common code out of the InstructionSimplify... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Duncan Sands | Rename this test. |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Chris Lattner | switch the second scalarrepl pass to use SSAUpdater... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Chris Lattner | split SROA into two passes: one that uses DomFrontiers... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Jay Foad | Remove casts between Value** and Constant**, which... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Chris Lattner | Implement full support for promoting allocas to registe... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Chris Lattner | relax testcase a bit. |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Jakob Stoklund... | Try for the third time to teach getFirstTerminator... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Chris Lattner | revert my fastisel patch again which apparently still... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Chris Lattner | reapply r123414 now that the botz are calmed down and... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Chris Lattner | indentation |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Evan Cheng | Completed :lower16: / :upper16: support for movw /... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Jakob Stoklund... | Revert r123419. It still breaks llvm-gcc-i386-linux... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Chris Lattner | r123414 broke llvm-gcc bootstrap apparently, revert |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Chris Lattner | Set the insertion point correctly for instructions... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Jakob Stoklund... | Try again to teach getFirstTerminator() about debug... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Owen Anderson | Rather than doing early instcombine, try doing early... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Duncan Sands | Move some shift transforms out of instcombine and into... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Owen Anderson | Don't bother conditionalizing the use of SROA in -O1... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Chris Lattner | fix PR8961 - a fast isel miscompilation where we'd... |
commit | commitdiff | tree | snapshot |
next |