2012-09-14 |
Chandler Carruth | Rely on the recursive check for pointer types rather...
|
commit | commitdiff | tree |
2012-09-14 |
Chandler Carruth | Be a bit more aggressive in bailing out of this routine...
|
commit | commitdiff | tree |
2012-09-14 |
Chandler Carruth | Add some comments clarifying that the GEP analysis...
|
commit | commitdiff | tree |
2012-09-14 |
Chandler Carruth | Move an instance variable to a local variable based...
|
commit | commitdiff | tree |
2012-09-14 |
Chandler Carruth | Add a comment about debug intrinsics that I *really...
|
commit | commitdiff | tree |
2012-09-14 |
Chandler Carruth | Add two asserts that Duncan thought would help ensure...
|
commit | commitdiff | tree |
2012-09-14 |
Chandler Carruth | Actually keep the flag default-off for now. =/ That...
|
commit | commitdiff | tree |
2012-09-14 |
Chandler Carruth | Remove some dead, commented out code Duncan spotted...
|
commit | commitdiff | tree |
2012-09-14 |
Chandler Carruth | Wrap the dumping and printing routines in NDEBUG and...
|
commit | commitdiff | tree |
2012-09-14 |
Chandler Carruth | Lots of comment fixes and cleanups from Duncan's review.
|
commit | commitdiff | tree |
2012-09-14 |
Chandler Carruth | Speculative change to try to fix older GCC versions...
|
commit | commitdiff | tree |
2012-09-14 |
Chandler Carruth | Introduce a new SROA implementation.
|
commit | commitdiff | tree |
2012-09-11 |
Chandler Carruth | Add support for finding cacheflush on OpenBSD/mips64...
|
commit | commitdiff | tree |
2012-08-29 |
Chandler Carruth | Enable recursing into the compiler-rt projcet with...
|
commit | commitdiff | tree |
2012-08-24 |
Chandler Carruth | Try to appease MSVC even more elaborately in the alignment...
|
commit | commitdiff | tree |
2012-08-21 |
Chandler Carruth | Port the global copy optimization from the SROA pass...
|
commit | commitdiff | tree |
2012-08-17 |
Chandler Carruth | Flatten the aligned-char-array utility template to...
|
commit | commitdiff | tree |
2012-08-09 |
Chandler Carruth | Teach the LLVM test makefile to run the extra Clang...
|
commit | commitdiff | tree |
2012-08-07 |
Chandler Carruth | Fix PR13412, a nasty miscompile due to the interleaved
|
commit | commitdiff | tree |
2012-08-07 |
Chandler Carruth | Add a much more conservative strategy for aligning...
|
commit | commitdiff | tree |
2012-08-01 |
Chandler Carruth | Add range erase, element insert, and range insert methods to
|
commit | commitdiff | tree |
2012-08-01 |
Chandler Carruth | Add basic in-bounds asserts to TinyPtrVector::erase.
|
commit | commitdiff | tree |
2012-07-31 |
Chandler Carruth | Implement copy and move assignment for TinyPtrVector...
|
commit | commitdiff | tree |
2012-07-31 |
Chandler Carruth | Clean up trailing whitespace and unnecessary blank...
|
commit | commitdiff | tree |
2012-07-31 |
Chandler Carruth | Bring TinyPtrVector under test. Somehow we never picked...
|
commit | commitdiff | tree |
2012-07-30 |
Chandler Carruth | Extend the InstVisitor to visit the specialized classes...
|
commit | commitdiff | tree |
2012-07-30 |
Chandler Carruth | Move the SmallVector unit tests to be type-parameterized...
|
commit | commitdiff | tree |
2012-07-22 |
Chandler Carruth | Move the initialization of the bounds checking pass...
|
commit | commitdiff | tree |
2012-07-20 |
Chandler Carruth | Fix a dangling StringRef bug in the auto upgrader....
|
commit | commitdiff | tree |
2012-07-18 |
Chandler Carruth | Fix a somewhat nasty crasher in PR13378. This crashes...
|
commit | commitdiff | tree |
2012-07-16 |
Chandler Carruth | Revert r160254 temporarily.
|
commit | commitdiff | tree |
2012-07-16 |
Chandler Carruth | Teach AddressSanitizer to create basic blocks in a...
|
commit | commitdiff | tree |
2012-07-16 |
Chandler Carruth | Add a basic test for AddressSanitizer. This is just...
|
commit | commitdiff | tree |
2012-07-16 |
Chandler Carruth | Add support for attaching branch weight metadata directly...
|
commit | commitdiff | tree |
2012-07-16 |
Chandler Carruth | Add a boring bit of boilerplate to start testing IRBuilder...
|
commit | commitdiff | tree |
2012-07-16 |
Chandler Carruth | Move the IRBuilder unittest from Support to VMCore...
|
commit | commitdiff | tree |
2012-07-15 |
Chandler Carruth | Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder...
|
commit | commitdiff | tree |
2012-07-15 |
Chandler Carruth | Update the header guard I missed when moving the header.
|
commit | commitdiff | tree |
2012-07-15 |
Chandler Carruth | Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h,...
|
commit | commitdiff | tree |
2012-07-15 |
Chandler Carruth | Reapply r160194, switching to use LV information for...
|
commit | commitdiff | tree |
2012-07-13 |
Chandler Carruth | Revert r160194, which switched to use LV information...
|
commit | commitdiff | tree |
2012-07-13 |
Chandler Carruth | Use the LiveVariables information to efficiently get...
|
commit | commitdiff | tree |
2012-07-10 |
Chandler Carruth | Teach the LiveInterval::join function to use the fast...
|
commit | commitdiff | tree |
2012-07-10 |
Chandler Carruth | Fix a bug where I didn't test for an empty range before...
|
commit | commitdiff | tree |
2012-07-10 |
Chandler Carruth | Add an efficient merge operation to LiveInterval and...
|
commit | commitdiff | tree |
2012-07-10 |
Chandler Carruth | Teach LiveIntervals how to verify themselves and start...
|
commit | commitdiff | tree |
2012-07-05 |
Chandler Carruth | Optimize extendIntervalEndTo a tiny bit by saving one...
|
commit | commitdiff | tree |
2012-07-05 |
Chandler Carruth | Remove dead infrastructure for building DenseMaps with...
|
commit | commitdiff | tree |
2012-07-05 |
Chandler Carruth | Finish fixing the MachineOperand hashing, providing...
|
commit | commitdiff | tree |
2012-07-05 |
Chandler Carruth | The hash function for MI expressions, used by MachineCSE...
|
commit | commitdiff | tree |
2012-07-03 |
Chandler Carruth | Micro-optimize this function a bit. This shrinks the...
|
commit | commitdiff | tree |
2012-07-02 |
Chandler Carruth | All glory to address sanitizer. ;]
|
commit | commitdiff | tree |
2012-07-02 |
Chandler Carruth | Extend the workaround from r159593 to cover a few explicit...
|
commit | commitdiff | tree |
2012-07-02 |
Chandler Carruth | Revert r159588, and apply a more principled fix. Place...
|
commit | commitdiff | tree |
2012-07-02 |
Chandler Carruth | Work around a really frustrating apparant CMake bug.
|
commit | commitdiff | tree |
2012-07-02 |
Chandler Carruth | Revert r159528 which taught lit's builtin shell test...
|
commit | commitdiff | tree |
2012-07-02 |
Chandler Carruth | Switch from using a lit.cfg-generator variable that...
|
commit | commitdiff | tree |
2012-07-02 |
Chandler Carruth | Fix the remaining TCL-style quotes found in the testsuite...
|
commit | commitdiff | tree |
2012-07-02 |
Chandler Carruth | Convert the uses of '|&' to use '2>&1 |' instead, which...
|
commit | commitdiff | tree |
2012-07-02 |
Chandler Carruth | Fix the C++11 build. I hate narrowing conversions.
|
commit | commitdiff | tree |
2012-07-02 |
Chandler Carruth | The built-in shell test runner for some reason doesn...
|
commit | commitdiff | tree |
2012-07-02 |
Chandler Carruth | Fix the TCL-style quoting in one random test that somehow...
|
commit | commitdiff | tree |
2012-07-02 |
Chandler Carruth | Teach the built-in shell test runner in lit to handle...
|
commit | commitdiff | tree |
2012-07-02 |
Chandler Carruth | Convert all tests using TCL-style quoting to use shell...
|
commit | commitdiff | tree |
2012-07-02 |
Chandler Carruth | Make tests which first provide a negative assertion...
|
commit | commitdiff | tree |
2012-07-02 |
Chandler Carruth | Rewrite three tests that had truly egregious abuses...
|
commit | commitdiff | tree |
2012-07-02 |
Chandler Carruth | Switch a bunch of Linker tests from using elaborate...
|
commit | commitdiff | tree |
2012-06-30 |
Chandler Carruth | Hoist LLVM's lit testsuite infrastructure into module...
|
commit | commitdiff | tree |
2012-06-29 |
Chandler Carruth | Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
|
commit | commitdiff | tree |
2012-06-29 |
Chandler Carruth | Remove a completely unnecessary mkdir from the CMake...
|
commit | commitdiff | tree |
2012-06-29 |
Chandler Carruth | Add a missing common variable to the lit.site.cfg generation...
|
commit | commitdiff | tree |
2012-06-28 |
Chandler Carruth | Move the setup for variables that are expanded in the...
|
commit | commitdiff | tree |
2012-06-28 |
Chandler Carruth | Remove 'site.exp' building from both CMake and configure...
|
commit | commitdiff | tree |
2012-06-28 |
Chandler Carruth | Remove the last vestiges of the '-lit' and '-dg' test...
|
commit | commitdiff | tree |
2012-06-28 |
Chandler Carruth | Remove 'check-dg', a wrapper around 'check-local-dg...
|
commit | commitdiff | tree |
2012-06-27 |
Chandler Carruth | Remove autoconf support for runtest and tclsh, some...
|
commit | commitdiff | tree |
2012-06-27 |
Chandler Carruth | Rip out legacy DejaGNU support from our Makefiles....
|
commit | commitdiff | tree |
2012-06-27 |
Chandler Carruth | LLVM-GCC is dead. Really. I promise. ;]
|
commit | commitdiff | tree |
2012-06-27 |
Chandler Carruth | Clean up the 'check' CMake build rule a bit, notable...
|
commit | commitdiff | tree |
2012-06-27 |
Chandler Carruth | Exclude both libcxx and compiler-rt until we get their...
|
commit | commitdiff | tree |
2012-06-26 |
Chandler Carruth | Update a bunch of stale comments that dated from when...
|
commit | commitdiff | tree |
2012-06-25 |
Chandler Carruth | Just remove generic support for C++11 alignas -- GCC...
|
commit | commitdiff | tree |
2012-06-21 |
Chandler Carruth | Avoid using the recently added APPEND_STRING feature...
|
commit | commitdiff | tree |
2012-06-21 |
Chandler Carruth | Add a pragma to supress an MSVC warning on some of...
|
commit | commitdiff | tree |
2012-06-21 |
Chandler Carruth | Add some missing dependencies here that I missed in...
|
commit | commitdiff | tree |
2012-06-21 |
Chandler Carruth | Completely refactor the structuring of unittest CMake...
|
commit | commitdiff | tree |
2012-06-21 |
Chandler Carruth | Factor the logic for setting up a GoogleTest unit test...
|
commit | commitdiff | tree |
2012-06-21 |
Chandler Carruth | Simplify the naming pattern in the unittests' CMake...
|
commit | commitdiff | tree |
2012-06-21 |
Chandler Carruth | Remove one of the LLVM-specific CMake hacks in favor...
|
commit | commitdiff | tree |
2012-06-20 |
Chandler Carruth | Remove 'static' from inline functions defined in header...
|
commit | commitdiff | tree |
2012-06-20 |
Chandler Carruth | Fix two rather subtle internal vs. external linker...
|
commit | commitdiff | tree |
2012-06-20 |
Chandler Carruth | Fix inappropriate use of anonymous namespaces in unittests.
|
commit | commitdiff | tree |
2012-06-19 |
Chandler Carruth | Fix PR13148, an inf-loop in StringMap.
|
commit | commitdiff | tree |
2012-06-19 |
Chandler Carruth | Remove some superfluous SCOPED_TRACEs from this unit...
|
commit | commitdiff | tree |
2012-06-18 |
Chandler Carruth | Add a regression test for the bug exposed by r158087...
|
commit | commitdiff | tree |
2012-06-18 |
Chandler Carruth | Temporarily revert r158087.
|
commit | commitdiff | tree |
2012-06-17 |
Chandler Carruth | Remove SmallMap, and the several files that were used...
|
commit | commitdiff | tree |
2012-06-17 |
Chandler Carruth | Add a unit test for 'swap', and fix a pile of bugs in
|
commit | commitdiff | tree |
2012-06-17 |
Chandler Carruth | Disable a particular assertion on MSVC... I'm deeply...
|
commit | commitdiff | tree |
2012-06-17 |
Chandler Carruth | Add tests for *DenesMap for both key and value types...
|
commit | commitdiff | tree |
next |