- Nov 30, 2011
-
-
Bob Wilson authored
When I did this before it broke a buildbot that was testing that target, but we've removed that buildbot now. llvm-svn: 145519
-
Bill Wendling authored
llvm-svn: 145518
-
Matt Beaumont-Gay authored
llvm-svn: 145517
-
Johnny Chen authored
llvm-svn: 145516
-
Matt Beaumont-Gay authored
llvm-svn: 145515
-
Douglas Gregor authored
llvm-svn: 145514
-
Jim Grosbach authored
llvm-svn: 145512
-
Greg Clayton authored
a symbol, were weren't showing the "<module>`<symbol>" header. llvm-svn: 145511
-
Jim Grosbach authored
llvm-svn: 145510
-
Akira Hatanaka authored
it to GNU assembler. In addition, change function getMipsArchFromCPU() so that it can be reused in ConstructJob(). Patch by Simon Atanasyan. llvm-svn: 145509
-
Chad Rosier authored
llvm-svn: 145508
-
Johnny Chen authored
Fix the breakage by properly setting the result status before returning. llvm-svn: 145507
-
Benjamin Kramer authored
llvm-svn: 145506
-
Kostya Serebryany authored
llvm-svn: 145505
-
Jim Grosbach authored
llvm-svn: 145504
-
Douglas Gregor authored
callback client to suggest an alternative search path and after we complain when the included file can't be found. The former can't be tested in isolation, the latter doesn't actually matter (because we won't make a module suggestion if no header is available). However, the flow is better this way. llvm-svn: 145502
-
Douglas Gregor authored
llvm-svn: 145501
-
Douglas Gregor authored
an #include/#import as a module import. llvm-svn: 145500
-
Nadav Rotem authored
llvm-svn: 145498
-
Douglas Gregor authored
submodules. This information will eventually be used for name hiding when dealing with submodules. For now, we only use it to ensure that the module "key" returned when loading a module will always be a module (rather than occasionally being a FileEntry). llvm-svn: 145497
-
Kostya Serebryany authored
llvm-svn: 145496
-
Anna Zaks authored
llvm-svn: 145495
-
Benjamin Kramer authored
While at it remove the barcelona/instanbul/shanghai subtargets, they're unsupported by GCC and look pretty broken. llvm-svn: 145494
-
Benjamin Kramer authored
llvm-svn: 145493
-
Benjamin Kramer authored
llvm-svn: 145492
-
Douglas Gregor authored
raw_ostream::write_escaped. Thanks, Benjamin! llvm-svn: 145491
-
Douglas Gregor authored
llvm-svn: 145490
-
Nadav Rotem authored
llvm-svn: 145489
-
Nadav Rotem authored
X86: PerformOrCombine introduced a vselect node with a wrong order of operands. This bug was introduced when a dedicated blend sdnode was replaced with the vselect node (in 139479). llvm-svn: 145488
-
Craig Topper authored
llvm-svn: 145487
-
Duncan Sands authored
-fplugin-arg-dragonegg-enable-gcc-optzns, though it usually isn't a win. llvm-svn: 145486
-
Craig Topper authored
llvm-svn: 145485
-
Andrew Trick authored
llvm-svn: 145484
-
Craig Topper authored
Merge decoding of VPERMILPD and VPERMILPS shuffle masks. Merge X86ISD node type for VPERMILPD/PS. Add instruction selection support for VINSERTI128/VEXTRACTI128. llvm-svn: 145483
-
Andrew Trick authored
Fixes PR11431: SCEVExpander::expandAddRecExprLiterally(const llvm::SCEVAddRecExpr*): Assertion `(!isa<Instruction>(Result) || SE.DT->dominates(cast<Instruction>(Result), Builder.GetInsertPoint())) && "postinc expansion does not dominate use"' failed. llvm-svn: 145482
-
John McCall authored
really bad way to go about this, but I'm not sure there's a better choice without substantial changes to TreeTransform --- most notably, preserving implicit semantic nodes instead of discarding and rebuilding them. llvm-svn: 145480
-
Douglas Gregor authored
writer. No functionality change. llvm-svn: 145479
-
Douglas Gregor authored
involve submodules (e.g., importing std.vector), rather than always importing the top-level module. llvm-svn: 145478
-
Douglas Gregor authored
check whether the named submodules themselves are actually valid, and drill down to the named submodule (although we don't do anything with it yet). Perform typo correction on the submodule names when possible. llvm-svn: 145477
-
Jim Ingham authored
llvm-svn: 145472
-