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 |
2011-01-13 |
Jakob Stoklund... | Better terminator avoidance. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Evan Cheng | Add comment about Thumb2 fixup comments being completel... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Tobias Grosser | Add single entry / single exit accessors. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Owen Anderson | Recognize alternative register names like ip -> r12. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Jakob Stoklund... | Fix a few more places that should use MBB::getLastNonDe... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Owen Anderson | As far as I can tell, unified syntax uses c0-c15 instea... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Chris Lattner | typo |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Chris Lattner | memcpy + metadata = bliss :) |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Owen Anderson | Add support to the ARM MC infrastructure to support... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Evan Cheng | Relax an assertion. On archs like ARM, an immediate... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Jakob Stoklund... | Temporary workaround for an i386 crash in LiveDebugVari... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Jakob Stoklund... | Teach frame lowering to ignore debug values after the... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Bob Wilson | Tidy comments, indentation, and 80-column violations. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Bob Wilson | Fix whitespace. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Kevin Enderby | Fix ARMAsmParser::ParseOperand() to allow it to parse... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Devang Patel | Little help to debug the bugpoint itself. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Devang Patel | Speculatively revert r123384 to make llvm-gcc-i386... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Oscar Fuentes | Add some platform tests. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Jim Grosbach | When updating a tSpill/tRestore instruction to be a... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Jakob Stoklund... | Teach MachineBasicBlock::getFirstTerminator to ignore... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Bob Wilson | Check for empty structs, and for consistency, zero... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Bob Wilson | Extend SROA to handle arrays accessed as homogeneous... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Bob Wilson | Make SROA more aggressive with allocas containing padding. |
commit | commitdiff | tree | snapshot |
next |