- Dec 20, 2012
-
-
Jyotsna Verma authored
llvm-svn: 170671
-
- Dec 19, 2012
-
-
Bill Wendling authored
Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. llvm-svn: 170502
-
- Dec 11, 2012
-
-
Jyotsna Verma authored
llvm-svn: 169814
-
- Dec 10, 2012
-
-
NAKAMURA Takumi authored
llvm-svn: 169724
-
- Dec 07, 2012
-
-
Matthew Curtis authored
In particular, check if MachineBasicBlock::iterator is end() before using it to call getDebugLoc(); See also this thread on llvm-commits: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20121112/155914.html llvm-svn: 169634
-
- 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
-