Age | Commit message (Expand) | Author |
2009-07-15 | Lexically order files in CMakeLists.txt files. | Ted Kremenek |
2009-07-15 | Make makeLoopInvariant report whether it made any changes or not, | Dan Gohman |
2009-07-14 | Move EVER MORE stuff over to LLVMContext. | Owen Anderson |
2009-07-14 | Fix the expansion of umax and smax in the case where one or more of | Dan Gohman |
2009-07-14 | Update CMake file. | Ted Kremenek |
2009-07-14 | Introduce a pointertracking pass. | Torok Edwin |
2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
2009-07-14 | Make SCEVCallbackVH::allUsesReplacedWith more thorough in removing | Dan Gohman |
2009-07-14 | Add a comment about why ScalarEvolution doesn't recognize non-loop PHIs | Dan Gohman |
2009-07-14 | ProfileInfo interface tweaks. | Daniel Dunbar |
2009-07-14 | Introduce a new LoopInfo utility function makeLoopInvariant, which | Dan Gohman |
2009-07-14 | Add a newline, now that Value's operator<< doesn't print one. | Dan Gohman |
2009-07-13 | Move more functionality over to LLVMContext. | Owen Anderson |
2009-07-13 | Print a newline after printing a Value, now that Value's operator<< | Dan Gohman |
2009-07-13 | Fix a few assertion strings. | Dan Gohman |
2009-07-13 | Forward-declare Loop and LoopInfo instead of #including LoopInfo.h. | Dan Gohman |
2009-07-13 | Whitespace cleanups. | Dan Gohman |
2009-07-13 | Fix an 80-column violation. | Dan Gohman |
2009-07-13 | Move isLCSSAForm, isLoopInvariant, getCanonicalInductionVariable, | Dan Gohman |
2009-07-13 | Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs, | Dan Gohman |
2009-07-13 | Reapply 75252, with a fix to avoid the infinite recursion case. The | Dan Gohman |
2009-07-13 | Move more functionality over to LLVMContext. | Owen Anderson |
2009-07-13 | Move the memoization check for SCEVSignExtendExpr and | Dan Gohman |
2009-07-13 | Convert SCEV from FoldingSetNode to FastFoldingSetNode. This eliminates | Dan Gohman |
2009-07-13 | factor the 'optimized sort' code out into a static helper function | Chris Lattner |
2009-07-13 | Move the re-sort of invalidated NonLocalPointerDeps cache earlier | Chris Lattner |
2009-07-13 | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson |
2009-07-11 | Revert r75252 which was causing some crashes at compile time. | Nick Lewycky |
2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
2009-07-11 | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin |
2009-07-10 | Remove ScalarEvolution::hasSCEV, which isn't being used, and which | Dan Gohman |
2009-07-10 | Generalize ScalarEvolution's cast-folding code to support more kinds | Dan Gohman |
2009-07-08 | Make the code that updates ScalarEvolution's internal state in response | Dan Gohman |
2009-07-08 | Switch GlobalVariable ctors to a sane API, where *either* a context or a modu... | Owen Anderson |
2009-07-08 | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky |
2009-07-08 | Push LLVMContext through GlobalVariables and IRBuilder. | Owen Anderson |
2009-07-07 | Re-LLVMContext-ize DebugInfo, now with less breakage. | Owen Anderson |
2009-07-07 | Change all SCEV* to SCEV *. | Dan Gohman |
2009-07-07 | Revert part of r74873 that broke Clang's debug info generation. | Owen Anderson |
2009-07-06 | "LLVMContext* " --> "LLVMContext *" | Owen Anderson |
2009-07-06 | Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr... | Owen Anderson |
2009-07-06 | Thread LLVMContext through the constant folding APIs, which touches a lot of ... | Owen Anderson |
2009-07-04 | When comparing constants, consider a less wide constant to be "less complex" | Nick Lewycky |
2009-07-03 | Minor improvement to the LDA debug output. | Andreas Bolka |
2009-07-02 | Simplify debug info intrisinc lowering. | Devang Patel |
2009-07-02 | Fix typo. | Devang Patel |
2009-07-02 | do not try to analyze bitcasts from i64 to <2 x i32> in ComputedMaskedBits. ... | Chris Lattner |
2009-07-02 | Add debug info utility routines. | Devang Patel |
2009-07-01 | Keep DIDescriptor methods together. | Devang Patel |
2009-07-01 | Use AA to check objects before LDA. | Andreas Bolka |