2011-10-25 |
Chandler Carruth | Fix the API usage in loop probability heuristics. It...
|
commit | commitdiff | tree |
2011-10-24 |
Chandler Carruth | Sink an otherwise unused variable's initializer into...
|
commit | commitdiff | tree |
2011-10-24 |
Chandler Carruth | Remove return heuristics from the static branch probabilitie...
|
commit | commitdiff | tree |
2011-10-24 |
Chandler Carruth | Doxygen-ify the comments on the public interface for...
|
commit | commitdiff | tree |
2011-10-24 |
Chandler Carruth | Simplify the design of BranchProbabilityInfo by collapsing...
|
commit | commitdiff | tree |
2011-10-23 |
Chandler Carruth | Tidy up a loop to be more idiomatic for LLVM's codebase...
|
commit | commitdiff | tree |
2011-10-23 |
Chandler Carruth | Teach the BranchProbabilityInfo pass to print its results...
|
commit | commitdiff | tree |
2011-10-23 |
Chandler Carruth | Now that we have comparison on probabilities, add some...
|
commit | commitdiff | tree |
2011-10-23 |
Chandler Carruth | Remove a commented out line of code that snuck by my...
|
commit | commitdiff | tree |
2011-10-23 |
Chandler Carruth | Completely re-write the algorithm behind MachineBlockPlaceme...
|
commit | commitdiff | tree |
2011-10-21 |
Chandler Carruth | Don't hard code the desired alignment for loops --...
|
commit | commitdiff | tree |
2011-10-21 |
Chandler Carruth | Add loop aligning to MachineBlockPlacement based on...
|
commit | commitdiff | tree |
2011-10-21 |
Chandler Carruth | Add a very basic test for MachineBlockPlacement. This...
|
commit | commitdiff | tree |
2011-10-21 |
Chandler Carruth | Implement a block placement pass based on the branch...
|
commit | commitdiff | tree |
2011-10-21 |
Chandler Carruth | Remove a now dead function, fixing -Wunused-function...
|
commit | commitdiff | tree |
2011-10-19 |
Chandler Carruth | Generalize the reading of probability metadata to work...
|
commit | commitdiff | tree |
2011-10-19 |
Chandler Carruth | Teach the BranchProbabilityInfo analysis pass to read...
|
commit | commitdiff | tree |
2011-10-19 |
Chandler Carruth | Add pass printing support to BlockFrequencyInfo pass...
|
commit | commitdiff | tree |
2011-10-17 |
Chandler Carruth | Add a routine to swap branch instruction operands,...
|
commit | commitdiff | tree |
2011-10-16 |
Chandler Carruth | Delete a dead member. Dunno if this was ever used,...
|
commit | commitdiff | tree |
2011-10-16 |
Chandler Carruth | Add a proper LLVM banner to this file.
|
commit | commitdiff | tree |
2011-10-05 |
Chandler Carruth | Fix a broken assert found by -Wparentheses.
|
commit | commitdiff | tree |
2011-09-04 |
Chandler Carruth | As a (rather delayed) followup to r136738 which stopped...
|
commit | commitdiff | tree |
2011-09-04 |
Chandler Carruth | Complete the removal of FindBison from CMake. Noticed...
|
commit | commitdiff | tree |
2011-09-04 |
Chandler Carruth | Update the CMake documentation to the correct variables.
|
commit | commitdiff | tree |
2011-08-05 |
Chandler Carruth | Silence unused variable warnings in release builds.
|
commit | commitdiff | tree |
2011-08-05 |
Chandler Carruth | Temporarily revert r135528 which distinguishes between...
|
commit | commitdiff | tree |
2011-08-03 |
Chandler Carruth | Fix some warnings from Clang in release builds:
|
commit | commitdiff | tree |
2011-08-01 |
Chandler Carruth | Actually finish switching to the new system for Target...
|
commit | commitdiff | tree |
2011-07-31 |
Chandler Carruth | I mis-interpreted the MCDisassembler's intended dependencies...
|
commit | commitdiff | tree |
2011-07-30 |
Chandler Carruth | Switch another of the old dependencies on implicitly...
|
commit | commitdiff | tree |
2011-07-30 |
Chandler Carruth | Remove yet another buried and hidden implicit dependency...
|
commit | commitdiff | tree |
2011-07-29 |
Chandler Carruth | Make my attempt to build up global deps variables actually...
|
commit | commitdiff | tree |
2011-07-29 |
Chandler Carruth | On mac, it seems the MC disassembler is actually using...
|
commit | commitdiff | tree |
2011-07-29 |
Chandler Carruth | Fix the MCDisassembler dependencies. These were just...
|
commit | commitdiff | tree |
2011-07-29 |
Chandler Carruth | Rewrite the CMake build to use explicit dependencies...
|
commit | commitdiff | tree |
2011-07-26 |
Chandler Carruth | Remove a file from CMakeLists.txt that Evan removed...
|
commit | commitdiff | tree |
2011-07-26 |
Chandler Carruth | Still more library dependency updates. This reflects...
|
commit | commitdiff | tree |
2011-07-26 |
Chandler Carruth | Clean up a pile of hacks in our CMake build relating...
|
commit | commitdiff | tree |
2011-07-25 |
Chandler Carruth | Check in updated CMake dependencies after Evan's latest...
|
commit | commitdiff | tree |
2011-07-25 |
Chandler Carruth | Add a missing enumerator to this switch. Currently...
|
commit | commitdiff | tree |
2011-07-22 |
Chandler Carruth | Move TargetRegistry.cpp from lib/Support to lib/Target...
|
commit | commitdiff | tree |
2011-07-22 |
Chandler Carruth | Update the CMake library dependencies. These shifts...
|
commit | commitdiff | tree |
2011-07-22 |
Chandler Carruth | Move the registered target printing in version strings...
|
commit | commitdiff | tree |
2011-07-22 |
Chandler Carruth | Move the logic for printing the registered targets...
|
commit | commitdiff | tree |
2011-07-22 |
Chandler Carruth | Add an extension point to the CommandLine library where...
|
commit | commitdiff | tree |
2011-07-15 |
Chandler Carruth | Explicitly cast the second argument to unsigned in...
|
commit | commitdiff | tree |
2011-07-15 |
Chandler Carruth | Remove an unnecessary header from this file. I don...
|
commit | commitdiff | tree |
2011-07-15 |
Chandler Carruth | The *MCAsmInfo.cpp files use ADT/Triple code, so add...
|
commit | commitdiff | tree |
2011-07-15 |
Chandler Carruth | Major update to CMake build to reflect changes in r135219...
|
commit | commitdiff | tree |
2011-07-10 |
Chandler Carruth | Silence -Wunused-variable in release builds.
|
commit | commitdiff | tree |
2011-07-10 |
Chandler Carruth | Make the destructor virtual to silence GCC's -Wnon...
|
commit | commitdiff | tree |
2011-07-08 |
Chandler Carruth | Add CMake support for the new TableGen file introduced...
|
commit | commitdiff | tree |
2011-07-07 |
Chandler Carruth | Fix CMake build's library dependencies.
|
commit | commitdiff | tree |
2011-07-02 |
Chandler Carruth | FileCheck-ize another test. Reduces the llc invocations...
|
commit | commitdiff | tree |
2011-07-02 |
Chandler Carruth | Avoid writing to an arbitrary filename during the test...
|
commit | commitdiff | tree |
2011-07-02 |
Chandler Carruth | FileCheck-ize another X86 test, making it more precisely...
|
commit | commitdiff | tree |
2011-07-02 |
Chandler Carruth | Quote two greps which contain parentheses.
|
commit | commitdiff | tree |
2011-07-02 |
Chandler Carruth | FileCheck-ize and simplify RUN lines.
|
commit | commitdiff | tree |
2011-07-02 |
Chandler Carruth | FileCheck-ize
|
commit | commitdiff | tree |
2011-07-02 |
Chandler Carruth | FileCheck-ize and tighten up assertions to only check...
|
commit | commitdiff | tree |
2011-07-02 |
Chandler Carruth | FileCheck-ize and cleanup IR.
|
commit | commitdiff | tree |
2011-07-02 |
Chandler Carruth | FileCheck-ize
|
commit | commitdiff | tree |
2011-07-02 |
Chandler Carruth | Remove a grep that is already checked with FileCheck.
|
commit | commitdiff | tree |
2011-07-02 |
Chandler Carruth | FileCheck-ize
|
commit | commitdiff | tree |
2011-07-02 |
Chandler Carruth | FileCheck-ize and modernize IR.
|
commit | commitdiff | tree |
2011-07-02 |
Chandler Carruth | FileCheck-ize and simplify RUNs.
|
commit | commitdiff | tree |
2011-07-02 |
Chandler Carruth | FileCheck-ize and modernize the RUN line.
|
commit | commitdiff | tree |
2011-07-02 |
Chandler Carruth | FileCheck-ize, tightening checks and avoiding a temporary...
|
commit | commitdiff | tree |
2011-07-02 |
Chandler Carruth | FileCheck-ize, tightening checks and avoiding a temporary...
|
commit | commitdiff | tree |
2011-07-02 |
Chandler Carruth | FileCheck-ize
|
commit | commitdiff | tree |
2011-07-02 |
Chandler Carruth | FileCheck-ize
|
commit | commitdiff | tree |
2011-07-02 |
Chandler Carruth | FileCheck-ize a test, avoiding a temporary file.
|
commit | commitdiff | tree |
2011-07-02 |
Chandler Carruth | FileCheck-ize and simplify this test.
|
commit | commitdiff | tree |
2011-07-02 |
Chandler Carruth | FileCheck-ize
|
commit | commitdiff | tree |
2011-07-02 |
Chandler Carruth | FileCheck-ize another codegen test.
|
commit | commitdiff | tree |
2011-07-02 |
Chandler Carruth | Partially FileCheck-ize a test to remove a weird quoting...
|
commit | commitdiff | tree |
2011-07-02 |
Chandler Carruth | FileCheck-ize another test, and upgrade its syntax...
|
commit | commitdiff | tree |
2011-07-02 |
Chandler Carruth | FileCheck-ize another codegen test, tightening it up.
|
commit | commitdiff | tree |
2011-07-02 |
Chandler Carruth | FileCheck-ize another test, making it much more precise...
|
commit | commitdiff | tree |
2011-07-02 |
Chandler Carruth | FileCheck-ize another test. This one is more clear...
|
commit | commitdiff | tree |
2011-07-02 |
Chandler Carruth | FileCheck-ize a test, no functionality changed.
|
commit | commitdiff | tree |
2011-06-28 |
Chandler Carruth | Fix CMake build by removing this now dead file.
|
commit | commitdiff | tree |
2011-06-28 |
Chandler Carruth | FileCheck-ize a test that had the strangest TCL quote...
|
commit | commitdiff | tree |
2011-05-26 |
Chandler Carruth | Fix warning about || and && without explicit grouping.
|
commit | commitdiff | tree |
2011-05-02 |
Chandler Carruth | Remove an unused variable in NDEBUG (found with -Wunused...
|
commit | commitdiff | tree |
2011-05-01 |
Chandler Carruth | Remove an unused variable from this function introduced...
|
commit | commitdiff | tree |
2011-04-28 |
Chandler Carruth | Fix the last -Wnon-pod-memset I'm seeing. This is benign...
|
commit | commitdiff | tree |
2011-04-28 |
Chandler Carruth | Revert an unintended commit. Very sorry for this one.
|
commit | commitdiff | tree |
2011-04-28 |
Chandler Carruth | Fix more -Wnon-pod-memset warnings.
|
commit | commitdiff | tree |
2011-04-28 |
Chandler Carruth | nuke gold
|
commit | commitdiff | tree |
2011-04-25 |
Chandler Carruth | Remove some hard coded CR-LFs. Some of these were the...
|
commit | commitdiff | tree |
2011-04-22 |
Chandler Carruth | Delete the other unused variable in this function....
|
commit | commitdiff | tree |
2011-04-22 |
Chandler Carruth | Remove an unused variable from a function. This is...
|
commit | commitdiff | tree |
2011-04-18 |
Chandler Carruth | Mark some functions as used which are used within debug...
|
commit | commitdiff | tree |
2011-04-05 |
Chandler Carruth | Make the virtual destructor out-of-line so we have...
|
commit | commitdiff | tree |
2011-04-05 |
Chandler Carruth | Provide an empty virtual destructor to go with the...
|
commit | commitdiff | tree |
2011-01-16 |
Chandler Carruth | Simplify a README.txt entry significantly to expose...
|
commit | commitdiff | tree |
2011-01-11 |
Chandler Carruth | Teach constant folding to perform conversions from...
|
commit | commitdiff | tree |
2011-01-11 |
Chandler Carruth | FileCheck-ize a test, and move a no-longer calling...
|
commit | commitdiff | tree |
next |