- Dec 05, 2012
-
-
Jyotsna Verma authored
using multiclass. llvm-svn: 169432
-
Jyotsna Verma authored
addressing mode and immediate stored value. llvm-svn: 169408
-
Matthew Curtis authored
llvm-svn: 169404
-
- Dec 04, 2012
-
-
Jyotsna Verma authored
using multiclass. llvm-svn: 169314
-
Jyotsna Verma authored
instructions. llvm-svn: 169287
-
Jyotsna Verma authored
llvm-svn: 169284
-
Chandler Carruth authored
missed in the first pass because the script didn't yet handle include guards. Note that the script is now able to handle all of these headers without manual edits. =] llvm-svn: 169224
-
Jyotsna Verma authored
llvm-svn: 169213
-
Jyotsna Verma authored
llvm-svn: 169212
-
- Dec 03, 2012
-
-
Jyotsna Verma authored
using multiclass. llvm-svn: 169168
-
Jyotsna Verma authored
using multiclass. llvm-svn: 169153
-
Jyotsna Verma authored
llvm-svn: 169149
-
Jyotsna Verma authored
llvm-svn: 169148
-
Chandler Carruth authored
Sooooo many of these had incorrect or strange main module includes. I have manually inspected all of these, and fixed the main module include to be the nearest plausible thing I could find. If you own or care about any of these source files, I encourage you to take some time and check that these edits were sensible. I can't have broken anything (I strictly added headers, and reordered them, never removed), but they may not be the headers you'd really like to identify as containing the API being implemented. Many forward declarations and missing includes were added to a header files to allow them to parse cleanly when included first. The main module rule does in fact have its merits. =] llvm-svn: 169131
-
Jyotsna Verma authored
llvm-svn: 169117
-
- Nov 30, 2012
-
-
Jyotsna Verma authored
llvm-svn: 169018
-
Jyotsna Verma authored
llvm-svn: 168983
-
Jyotsna Verma authored
addressing mode. llvm-svn: 168976
-
- Nov 29, 2012
-
-
Jyotsna Verma authored
llvm-svn: 168929
-
- Nov 28, 2012
-
-
Jyotsna Verma authored
llvm-svn: 168810
-
- Nov 26, 2012
-
-
Jyotsna Verma authored
llvm-svn: 168617
-
- Nov 21, 2012
-
-
Jyotsna Verma authored
llvm-svn: 168451
-
Jyotsna Verma authored
llvm-svn: 168449
-
Rafael Espindola authored
llvm-svn: 168437
-
Jyotsna Verma authored
llvm-svn: 168434
-
- Nov 20, 2012
-
-
Jyotsna Verma authored
llvm-svn: 168388
-
- Nov 14, 2012
-
-
Jyotsna Verma authored
llvm-svn: 167974
-
- Nov 13, 2012
-
-
Jyotsna Verma authored
Add a blank line. llvm-svn: 167819
-
- Nov 06, 2012
-
-
Andrew Trick authored
This is in preparation for adding "weak" DAG edges, but generally simplifies the design. llvm-svn: 167435
-
- Nov 01, 2012
-
-
Pranav Bhandarkar authored
and getPredNewOpcode. The first relates non predicated instructions with their predicated forms and the second relates predicated instructions with their predicate-new forms. Patch by Jyotsna Verma! llvm-svn: 167243
-
- Oct 24, 2012
-
-
Nadav Rotem authored
Implement a basic VectorTargetTransformInfo interface to be used by the loop and bb vectorizers for modeling the cost of instructions. llvm-svn: 166593
-
- Oct 19, 2012
-
-
Nadav Rotem authored
llvm-svn: 166248
-
- Oct 18, 2012
-
-
Bob Wilson authored
The TargetTransform changes are breaking LTO bootstraps of clang. I am working with Nadav to figure out the problem, but I am reverting it for now to get our buildbots working. This reverts svn commits: 165665 165669 165670 165786 165787 165997 and I have also reverted clang svn 165741 llvm-svn: 166168
-
- Oct 11, 2012
-
-
Nadav Rotem authored
Add a new interface to allow IR-level passes to access codegen-specific information. llvm-svn: 165665
-
- Oct 10, 2012
-
-
Andrew Trick authored
Allows the new machine model to be used for NumMicroOps and OutputLatency. Allows the HazardRecognizer to be disabled along with itineraries. llvm-svn: 165603
-
- Oct 09, 2012
-
-
Bill Wendling authored
We use the enums to query whether an Attributes object has that attribute. The opaque layer is responsible for knowing where that specific attribute is stored. llvm-svn: 165488
-
- Oct 08, 2012
-
-
Micah Villmow authored
llvm-svn: 165402
-
- Oct 04, 2012
-
-
Bill Wendling authored
llvm-svn: 165205
-
- Sep 25, 2012
-
-
Sebastian Pop authored
Provide interface in TargetLowering to set or get the minimum number of basic blocks whereby jump tables are generated for switch statements rather than an if sequence. getMinimumJumpTableEntries() defaults to 4. setMinimumJumpTableEntries() allows target configuration. This patch changes the default for the Hexagon architecture to 5 as it improves performance on some benchmarks. llvm-svn: 164628
-
- Sep 14, 2012
-
-
Sergei Larin authored
This patch introduces a possibility for Hexagon MI scheduler to perform some target specific post- processing on the scheduling DAG prior to scheduling. llvm-svn: 163903
-