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 |
2012-06-17 |
Chandler Carruth | Introduce a SmallDenseMap container that re-uses the...
|
commit | commitdiff | tree |
2012-06-17 |
Chandler Carruth | Add some somewhat exhaustive tests of sizeof properties...
|
commit | commitdiff | tree |
2012-06-16 |
Chandler Carruth | Relax one assertion -- long double has strange alignments...
|
commit | commitdiff | tree |
2012-06-16 |
Chandler Carruth | Try to reduce the size of the array used for compile...
|
commit | commitdiff | tree |
2012-06-16 |
Chandler Carruth | Add support to the alignment support header for conjuring...
|
commit | commitdiff | tree |
2012-06-16 |
Chandler Carruth | Work around a bug with MSVC 10 where it fails to recognize...
|
commit | commitdiff | tree |
2012-06-16 |
Chandler Carruth | Type parameterize the DenseMap unit tests.
|
commit | commitdiff | tree |
2012-06-16 |
Chandler Carruth | Lift the NumElements and NumTombstones members into...
|
commit | commitdiff | tree |
2012-06-16 |
Chandler Carruth | Factor DenseMap into a base class that implements the...
|
commit | commitdiff | tree |
2012-06-16 |
Chandler Carruth | Don't call 'FilesToRemove[0]' when the vector is empty...
|
commit | commitdiff | tree |
2012-06-16 |
Chandler Carruth | Harden the Unix signals code to be more async signal...
|
commit | commitdiff | tree |
2012-06-13 |
Chandler Carruth | Group the 'unsigned' members after the pointer to avoid...
|
commit | commitdiff | tree |
2012-05-16 |
Chandler Carruth | Teach the 'opt' tool about '-Os' and '-Oz', corresponding...
|
commit | commitdiff | tree |
2012-05-04 |
Chandler Carruth | Fix a Clang warning in the new NVPTX backend:
|
commit | commitdiff | tree |
2012-05-04 |
Chandler Carruth | Teach the code extractor how to extract a sequence...
|
commit | commitdiff | tree |
2012-05-04 |
Chandler Carruth | Rename the Region::block_iterator to Region::block_node_iter...
|
commit | commitdiff | tree |
2012-05-04 |
Chandler Carruth | Factor the computation of input and output sets into...
|
commit | commitdiff | tree |
2012-05-04 |
Chandler Carruth | Rather than trying to gracefully handle input sequences...
|
commit | commitdiff | tree |
2012-05-04 |
Chandler Carruth | Fix a goof with my previous commit by completely returning...
|
commit | commitdiff | tree |
2012-05-04 |
Chandler Carruth | Hoist a safety assert from the extraction method into...
|
commit | commitdiff | tree |
2012-05-04 |
Chandler Carruth | Move the CodeExtractor utility to a dedicated header...
|
commit | commitdiff | tree |
2012-05-04 |
Chandler Carruth | A pile of long over-due refactorings here. There are...
|
commit | commitdiff | tree |
2012-05-03 |
Chandler Carruth | Add a FoldingSetVector datastructure which is analogous...
|
commit | commitdiff | tree |
2012-05-03 |
Chandler Carruth | Factor the logic for testing whether a basic block...
|
commit | commitdiff | tree |
2012-04-26 |
Chandler Carruth | Teach the reassociate pass to fold chains of multiplies...
|
commit | commitdiff | tree |
2012-04-25 |
Chandler Carruth | Actually delete now-empty file.
|
commit | commitdiff | tree |
2012-04-24 |
Chandler Carruth | Fix a crash on valid (if UB) bitcode that is produced...
|
commit | commitdiff | tree |
2012-04-23 |
Chandler Carruth | Temporarily revert r155364 until the upstream review...
|
commit | commitdiff | tree |
2012-04-23 |
Chandler Carruth | Revert r155365, r155366, and r155367. All three of...
|
commit | commitdiff | tree |
2012-04-22 |
Chandler Carruth | Tidy up this test more:
|
commit | commitdiff | tree |
2012-04-22 |
Chandler Carruth | FileCheck-ize a test, and tidy it up a touch.
|
commit | commitdiff | tree |
2012-04-18 |
Chandler Carruth | This reverts a long string of commits to the Hexagon...
|
commit | commitdiff | tree |
2012-04-17 |
Chandler Carruth | Update woefully stale credits entry. Everything listed...
|
commit | commitdiff | tree |
2012-04-17 |
Chandler Carruth | Add a stub about the inline cost rewrite.
|
commit | commitdiff | tree |
2012-04-17 |
Chandler Carruth | Add a stub for block placement pass. This needs fleshing...
|
commit | commitdiff | tree |
2012-04-16 |
Chandler Carruth | Disable the atom scheduling test after r154874 broke it.
|
commit | commitdiff | tree |
2012-04-16 |
Chandler Carruth | Relax this test a touch to cope with different assembly...
|
commit | commitdiff | tree |
2012-04-16 |
Chandler Carruth | Fix updateTerminator to be resiliant to degenerate...
|
commit | commitdiff | tree |
2012-04-16 |
Chandler Carruth | Flip the new block-placement pass to be on by default.
|
commit | commitdiff | tree |
2012-04-16 |
Chandler Carruth | Remove an overly brittle test. This test will no longer...
|
commit | commitdiff | tree |
2012-04-16 |
Chandler Carruth | Add a somewhat hacky heuristic to do something different...
|
commit | commitdiff | tree |
2012-04-16 |
Chandler Carruth | Tweak the loop rotation logic to check whether the...
|
commit | commitdiff | tree |
2012-04-16 |
Chandler Carruth | Rewrite how machine block placement handles loop rotation.
|
commit | commitdiff | tree |
2012-04-11 |
Chandler Carruth | Add two statistics to help track how we are computing...
|
commit | commitdiff | tree |
2012-04-10 |
Chandler Carruth | Make a somewhat subtle change in the logic of block...
|
commit | commitdiff | tree |
2012-04-09 |
Chandler Carruth | Cleanup and relax a restriction on the matching of...
|
commit | commitdiff | tree |
next |